Function bodies 1,464 total
Reset method · go · L1524-L1529 (6 LOC)gen/bank/bank.pb.go
func (x *UpdateCompanyRequest) Reset() {
*x = UpdateCompanyRequest{}
mi := &file_bank_bank_proto_msgTypes[28]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}String method · go · L1531-L1533 (3 LOC)gen/bank/bank.pb.go
func (x *UpdateCompanyRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}ProtoReflect method · go · L1537-L1547 (11 LOC)gen/bank/bank.pb.go
func (x *UpdateCompanyRequest) ProtoReflect() protoreflect.Message {
mi := &file_bank_bank_proto_msgTypes[28]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}Descriptor method · go · L1550-L1552 (3 LOC)gen/bank/bank.pb.go
func (*UpdateCompanyRequest) Descriptor() ([]byte, []int) {
return file_bank_bank_proto_rawDescGZIP(), []int{28}
}GetId method · go · L1554-L1559 (6 LOC)gen/bank/bank.pb.go
func (x *UpdateCompanyRequest) GetId() int64 {
if x != nil {
return x.Id
}
return 0
}GetName method · go · L1561-L1566 (6 LOC)gen/bank/bank.pb.go
func (x *UpdateCompanyRequest) GetName() string {
if x != nil {
return x.Name
}
return ""
}GetActivityCodeId method · go · L1568-L1573 (6 LOC)gen/bank/bank.pb.go
func (x *UpdateCompanyRequest) GetActivityCodeId() int64 {
if x != nil {
return x.ActivityCodeId
}
return 0
}Want fix-PRs on findings? Install Repobility's GitHub App · github.com/apps/repobility-bot
GetAddress method · go · L1575-L1580 (6 LOC)gen/bank/bank.pb.go
func (x *UpdateCompanyRequest) GetAddress() string {
if x != nil {
return x.Address
}
return ""
}GetOwnerId method · go · L1582-L1587 (6 LOC)gen/bank/bank.pb.go
func (x *UpdateCompanyRequest) GetOwnerId() int64 {
if x != nil {
return x.OwnerId
}
return 0
}Reset method · go · L1596-L1601 (6 LOC)gen/bank/bank.pb.go
func (x *UpdateCompanyResponse) Reset() {
*x = UpdateCompanyResponse{}
mi := &file_bank_bank_proto_msgTypes[29]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}String method · go · L1603-L1605 (3 LOC)gen/bank/bank.pb.go
func (x *UpdateCompanyResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}ProtoReflect method · go · L1609-L1619 (11 LOC)gen/bank/bank.pb.go
func (x *UpdateCompanyResponse) ProtoReflect() protoreflect.Message {
mi := &file_bank_bank_proto_msgTypes[29]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}Descriptor method · go · L1622-L1624 (3 LOC)gen/bank/bank.pb.go
func (*UpdateCompanyResponse) Descriptor() ([]byte, []int) {
return file_bank_bank_proto_rawDescGZIP(), []int{29}
}GetCompany method · go · L1626-L1631 (6 LOC)gen/bank/bank.pb.go
func (x *UpdateCompanyResponse) GetCompany() *Company {
if x != nil {
return x.Company
}
return nil
}Reset method · go · L1654-L1659 (6 LOC)gen/bank/bank.pb.go
func (x *Transaction) Reset() {
*x = Transaction{}
mi := &file_bank_bank_proto_msgTypes[30]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}All rows scored by the Repobility analyzer (https://repobility.com)
String method · go · L1661-L1663 (3 LOC)gen/bank/bank.pb.go
func (x *Transaction) String() string {
return protoimpl.X.MessageStringOf(x)
}ProtoReflect method · go · L1667-L1677 (11 LOC)gen/bank/bank.pb.go
func (x *Transaction) ProtoReflect() protoreflect.Message {
mi := &file_bank_bank_proto_msgTypes[30]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}Descriptor method · go · L1680-L1682 (3 LOC)gen/bank/bank.pb.go
func (*Transaction) Descriptor() ([]byte, []int) {
return file_bank_bank_proto_rawDescGZIP(), []int{30}
}GetId method · go · L1684-L1689 (6 LOC)gen/bank/bank.pb.go
func (x *Transaction) GetId() int64 {
if x != nil {
return x.Id
}
return 0
}GetType method · go · L1691-L1696 (6 LOC)gen/bank/bank.pb.go
func (x *Transaction) GetType() string {
if x != nil {
return x.Type
}
return ""
}GetFromAccount method · go · L1698-L1703 (6 LOC)gen/bank/bank.pb.go
func (x *Transaction) GetFromAccount() string {
if x != nil {
return x.FromAccount
}
return ""
}GetToAccount method · go · L1705-L1710 (6 LOC)gen/bank/bank.pb.go
func (x *Transaction) GetToAccount() string {
if x != nil {
return x.ToAccount
}
return ""
}GetStartAmount method · go · L1712-L1717 (6 LOC)gen/bank/bank.pb.go
func (x *Transaction) GetStartAmount() float64 {
if x != nil {
return x.StartAmount
}
return 0
}Want this analysis on your repo? https://repobility.com/scan/
GetEndAmount method · go · L1719-L1724 (6 LOC)gen/bank/bank.pb.go
func (x *Transaction) GetEndAmount() float64 {
if x != nil {
return x.EndAmount
}
return 0
}GetCommission method · go · L1726-L1731 (6 LOC)gen/bank/bank.pb.go
func (x *Transaction) GetCommission() float64 {
if x != nil {
return x.Commission
}
return 0
}GetStatus method · go · L1733-L1738 (6 LOC)gen/bank/bank.pb.go
func (x *Transaction) GetStatus() string {
if x != nil {
return x.Status
}
return ""
}GetTimestamp method · go · L1740-L1745 (6 LOC)gen/bank/bank.pb.go
func (x *Transaction) GetTimestamp() int64 {
if x != nil {
return x.Timestamp
}
return 0
}GetRecipientId method · go · L1747-L1752 (6 LOC)gen/bank/bank.pb.go
func (x *Transaction) GetRecipientId() int64 {
if x != nil {
return x.RecipientId
}
return 0
}GetTransactionCode method · go · L1754-L1759 (6 LOC)gen/bank/bank.pb.go
func (x *Transaction) GetTransactionCode() string {
if x != nil {
return x.TransactionCode
}
return ""
}GetCallNumber method · go · L1761-L1766 (6 LOC)gen/bank/bank.pb.go
func (x *Transaction) GetCallNumber() string {
if x != nil {
return x.CallNumber
}
return ""
}GetReason method · go · L1768-L1773 (6 LOC)gen/bank/bank.pb.go
func (x *Transaction) GetReason() string {
if x != nil {
return x.Reason
}
return ""
}If a scraper extracted this row, it came from Repobility (https://repobility.com)
GetStartCurrencyId method · go · L1775-L1780 (6 LOC)gen/bank/bank.pb.go
func (x *Transaction) GetStartCurrencyId() int64 {
if x != nil {
return x.StartCurrencyId
}
return 0
}GetExchangeRate method · go · L1782-L1787 (6 LOC)gen/bank/bank.pb.go
func (x *Transaction) GetExchangeRate() float64 {
if x != nil {
return x.ExchangeRate
}
return 0
}Reset method · go · L1805-L1810 (6 LOC)gen/bank/bank.pb.go
func (x *GetTransactionsRequest) Reset() {
*x = GetTransactionsRequest{}
mi := &file_bank_bank_proto_msgTypes[31]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}String method · go · L1812-L1814 (3 LOC)gen/bank/bank.pb.go
func (x *GetTransactionsRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}ProtoReflect method · go · L1818-L1828 (11 LOC)gen/bank/bank.pb.go
func (x *GetTransactionsRequest) ProtoReflect() protoreflect.Message {
mi := &file_bank_bank_proto_msgTypes[31]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}Descriptor method · go · L1831-L1833 (3 LOC)gen/bank/bank.pb.go
func (*GetTransactionsRequest) Descriptor() ([]byte, []int) {
return file_bank_bank_proto_rawDescGZIP(), []int{31}
}GetClientId method · go · L1835-L1840 (6 LOC)gen/bank/bank.pb.go
func (x *GetTransactionsRequest) GetClientId() int64 {
if x != nil {
return x.ClientId
}
return 0
}GetDateFrom method · go · L1842-L1847 (6 LOC)gen/bank/bank.pb.go
func (x *GetTransactionsRequest) GetDateFrom() string {
if x != nil {
return x.DateFrom
}
return ""
}Want fix-PRs on findings? Install Repobility's GitHub App · github.com/apps/repobility-bot
GetDateTo method · go · L1849-L1854 (6 LOC)gen/bank/bank.pb.go
func (x *GetTransactionsRequest) GetDateTo() string {
if x != nil {
return x.DateTo
}
return ""
}GetAmountFrom method · go · L1856-L1861 (6 LOC)gen/bank/bank.pb.go
func (x *GetTransactionsRequest) GetAmountFrom() float64 {
if x != nil {
return x.AmountFrom
}
return 0
}GetAmountTo method · go · L1863-L1868 (6 LOC)gen/bank/bank.pb.go
func (x *GetTransactionsRequest) GetAmountTo() float64 {
if x != nil {
return x.AmountTo
}
return 0
}GetStatus method · go · L1870-L1875 (6 LOC)gen/bank/bank.pb.go
func (x *GetTransactionsRequest) GetStatus() string {
if x != nil {
return x.Status
}
return ""
}GetPage method · go · L1877-L1882 (6 LOC)gen/bank/bank.pb.go
func (x *GetTransactionsRequest) GetPage() int32 {
if x != nil {
return x.Page
}
return 0
}GetPageSize method · go · L1884-L1889 (6 LOC)gen/bank/bank.pb.go
func (x *GetTransactionsRequest) GetPageSize() int32 {
if x != nil {
return x.PageSize
}
return 0
}GetSortBy method · go · L1891-L1896 (6 LOC)gen/bank/bank.pb.go
func (x *GetTransactionsRequest) GetSortBy() string {
if x != nil {
return x.SortBy
}
return ""
}GetSortOrder method · go · L1898-L1903 (6 LOC)gen/bank/bank.pb.go
func (x *GetTransactionsRequest) GetSortOrder() string {
if x != nil {
return x.SortOrder
}
return ""
}All rows scored by the Repobility analyzer (https://repobility.com)
Reset method · go · L1916-L1921 (6 LOC)gen/bank/bank.pb.go
func (x *GetTransactionsResponse) Reset() {
*x = GetTransactionsResponse{}
mi := &file_bank_bank_proto_msgTypes[32]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}String method · go · L1923-L1925 (3 LOC)gen/bank/bank.pb.go
func (x *GetTransactionsResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}ProtoReflect method · go · L1929-L1939 (11 LOC)gen/bank/bank.pb.go
func (x *GetTransactionsResponse) ProtoReflect() protoreflect.Message {
mi := &file_bank_bank_proto_msgTypes[32]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}