proto

package
v1.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 10, 2020 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

func RegisterAddNewCardServiceServer added in v1.0.0

func RegisterAddNewCardServiceServer(s *grpc.Server, srv AddNewCardServiceServer)

func RegisterAuthLoginServiceServer added in v0.1.0

func RegisterAuthLoginServiceServer(s *grpc.Server, srv AuthLoginServiceServer)

func RegisterBeginTransactionWHServiceServer added in v0.2.1

func RegisterBeginTransactionWHServiceServer(s *grpc.Server, srv BeginTransactionWHServiceServer)

func RegisterCheckCardLinkedServiceServer added in v1.0.2

func RegisterCheckCardLinkedServiceServer(s *grpc.Server, srv CheckCardLinkedServiceServer)

func RegisterCheckOrgSignUpServiceServer added in v0.0.7

func RegisterCheckOrgSignUpServiceServer(s *grpc.Server, srv CheckOrgSignUpServiceServer)

func RegisterCheckOrgTosAcceptedServiceServer added in v0.6.1

func RegisterCheckOrgTosAcceptedServiceServer(s *grpc.Server, srv CheckOrgTosAcceptedServiceServer)

func RegisterCheckUserSignUpServiceServer

func RegisterCheckUserSignUpServiceServer(s *grpc.Server, srv CheckUserSignUpServiceServer)

func RegisterConfirmTransferServiceServer added in v0.2.1

func RegisterConfirmTransferServiceServer(s *grpc.Server, srv ConfirmTransferServiceServer)

func RegisterCreateCardLinkTokenServiceServer added in v1.0.2

func RegisterCreateCardLinkTokenServiceServer(s *grpc.Server, srv CreateCardLinkTokenServiceServer)

func RegisterDeleteUsersBAServiceServer added in v0.4.8

func RegisterDeleteUsersBAServiceServer(s *grpc.Server, srv DeleteUsersBAServiceServer)

func RegisterEmailAllRecieptsServiceServer added in v0.8.9

func RegisterEmailAllRecieptsServiceServer(s *grpc.Server, srv EmailAllRecieptsServiceServer)

func RegisterForgotPassServiceServer added in v0.5.6

func RegisterForgotPassServiceServer(s *grpc.Server, srv ForgotPassServiceServer)

func RegisterGetDashboardServiceServer added in v0.6.5

func RegisterGetDashboardServiceServer(s *grpc.Server, srv GetDashboardServiceServer)

func RegisterGetOrgInfoSearchServiceServer added in v0.7.5

func RegisterGetOrgInfoSearchServiceServer(s *grpc.Server, srv GetOrgInfoSearchServiceServer)

func RegisterGetOrgsSearchServiceServer added in v0.7.9

func RegisterGetOrgsSearchServiceServer(s *grpc.Server, srv GetOrgsSearchServiceServer)

func RegisterGetTransactionsServiceServer added in v0.3.3

func RegisterGetTransactionsServiceServer(s *grpc.Server, srv GetTransactionsServiceServer)

func RegisterGetTransfersServiceServer added in v0.6.7

func RegisterGetTransfersServiceServer(s *grpc.Server, srv GetTransfersServiceServer)

func RegisterGetUsersOrgInfoServiceServer added in v0.4.2

func RegisterGetUsersOrgInfoServiceServer(s *grpc.Server, srv GetUsersOrgInfoServiceServer)

func RegisterGetUsersProfileServiceServer added in v0.4.5

func RegisterGetUsersProfileServiceServer(s *grpc.Server, srv GetUsersProfileServiceServer)

func RegisterGetUsersTotalsServiceServer added in v0.4.3

func RegisterGetUsersTotalsServiceServer(s *grpc.Server, srv GetUsersTotalsServiceServer)

func RegisterHourlyDBCallServiceServer added in v1.0.3

func RegisterHourlyDBCallServiceServer(s *grpc.Server, srv HourlyDBCallServiceServer)

func RegisterManualCompleteOrgSignUpServiceServer added in v0.9.1

func RegisterManualCompleteOrgSignUpServiceServer(s *grpc.Server, srv ManualCompleteOrgSignUpServiceServer)

func RegisterOrgSignUpServiceServer added in v0.0.4

func RegisterOrgSignUpServiceServer(s *grpc.Server, srv OrgSignUpServiceServer)

func RegisterOrgsGetLogoServiceServer added in v0.6.9

func RegisterOrgsGetLogoServiceServer(s *grpc.Server, srv OrgsGetLogoServiceServer)

func RegisterOrgsGetQrServiceServer added in v0.6.9

func RegisterOrgsGetQrServiceServer(s *grpc.Server, srv OrgsGetQrServiceServer)

func RegisterResendEmailAuthServiceServer added in v0.4.4

func RegisterResendEmailAuthServiceServer(s *grpc.Server, srv ResendEmailAuthServiceServer)

func RegisterResendOrgsTosServiceServer added in v0.6.2

func RegisterResendOrgsTosServiceServer(s *grpc.Server, srv ResendOrgsTosServiceServer)

func RegisterSaveLogoServiceServer added in v0.3.0

func RegisterSaveLogoServiceServer(s *grpc.Server, srv SaveLogoServiceServer)

func RegisterSearchOrgNameServiceServer added in v0.2.1

func RegisterSearchOrgNameServiceServer(s *grpc.Server, srv SearchOrgNameServiceServer)

func RegisterSendForgotPassServiceServer added in v0.5.6

func RegisterSendForgotPassServiceServer(s *grpc.Server, srv SendForgotPassServiceServer)

func RegisterSetOrgServiceServer added in v0.7.5

func RegisterSetOrgServiceServer(s *grpc.Server, srv SetOrgServiceServer)

func RegisterTransferPDFServiceServer added in v0.2.5

func RegisterTransferPDFServiceServer(s *grpc.Server, srv TransferPDFServiceServer)

func RegisterUpdateMonthlyLimitServiceServer added in v0.9.7

func RegisterUpdateMonthlyLimitServiceServer(s *grpc.Server, srv UpdateMonthlyLimitServiceServer)

func RegisterUpdateOrgInfoServiceServer added in v0.8.5

func RegisterUpdateOrgInfoServiceServer(s *grpc.Server, srv UpdateOrgInfoServiceServer)

func RegisterUpdateOrgItemServiceServer added in v0.9.1

func RegisterUpdateOrgItemServiceServer(s *grpc.Server, srv UpdateOrgItemServiceServer)

func RegisterUpdateRoundUpStatusServiceServer added in v1.0.4

func RegisterUpdateRoundUpStatusServiceServer(s *grpc.Server, srv UpdateRoundUpStatusServiceServer)

func RegisterUpdateThresholdServiceServer added in v0.3.5

func RegisterUpdateThresholdServiceServer(s *grpc.Server, srv UpdateThresholdServiceServer)

func RegisterUpdateUsersBAServiceServer added in v0.5.0

func RegisterUpdateUsersBAServiceServer(s *grpc.Server, srv UpdateUsersBAServiceServer)

func RegisterUserSignUpServiceServer

func RegisterUserSignUpServiceServer(s *grpc.Server, srv UserSignUpServiceServer)

func RegisterValidKeyServiceServer added in v0.5.6

func RegisterValidKeyServiceServer(s *grpc.Server, srv ValidKeyServiceServer)

func RegisterValidNewAccServiceServer added in v0.5.3

func RegisterValidNewAccServiceServer(s *grpc.Server, srv ValidNewAccServiceServer)

func RegisterValidPassServiceServer added in v0.5.4

func RegisterValidPassServiceServer(s *grpc.Server, srv ValidPassServiceServer)

Types

type AddNewCardServiceClient added in v1.0.0

type AddNewCardServiceClient interface {
	AddNewCard(ctx context.Context, in *UserSignUp, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

AddNewCardServiceClient is the client API for AddNewCardService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewAddNewCardServiceClient added in v1.0.0

func NewAddNewCardServiceClient(cc grpc.ClientConnInterface) AddNewCardServiceClient

type AddNewCardServiceServer added in v1.0.0

type AddNewCardServiceServer interface {
	AddNewCard(context.Context, *UserSignUp) (*GlobalSuccessReply, error)
}

AddNewCardServiceServer is the server API for AddNewCardService service.

type AuthLoginServiceClient added in v0.1.0

type AuthLoginServiceClient interface {
	AuthLogin(ctx context.Context, in *Login, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

AuthLoginServiceClient is the client API for AuthLoginService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewAuthLoginServiceClient added in v0.1.0

func NewAuthLoginServiceClient(cc grpc.ClientConnInterface) AuthLoginServiceClient

type AuthLoginServiceServer added in v0.1.0

type AuthLoginServiceServer interface {
	AuthLogin(context.Context, *Login) (*GlobalSuccessReply, error)
}

AuthLoginServiceServer is the server API for AuthLoginService service.

type BeginTransactionWHServiceClient added in v0.2.1

type BeginTransactionWHServiceClient interface {
	BeginTransactionWH(ctx context.Context, in *TransactionItemID, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

BeginTransactionWHServiceClient is the client API for BeginTransactionWHService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewBeginTransactionWHServiceClient added in v0.2.1

func NewBeginTransactionWHServiceClient(cc grpc.ClientConnInterface) BeginTransactionWHServiceClient

type BeginTransactionWHServiceServer added in v0.2.1

type BeginTransactionWHServiceServer interface {
	BeginTransactionWH(context.Context, *TransactionItemID) (*GlobalSuccessReply, error)
}

BeginTransactionWHServiceServer is the server API for BeginTransactionWHService service.

type CheckCardLinkedServiceClient added in v1.0.2

type CheckCardLinkedServiceClient interface {
	CheckCardLinked(ctx context.Context, in *UserToken, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

CheckCardLinkedServiceClient is the client API for CheckCardLinkedService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewCheckCardLinkedServiceClient added in v1.0.2

func NewCheckCardLinkedServiceClient(cc grpc.ClientConnInterface) CheckCardLinkedServiceClient

type CheckCardLinkedServiceServer added in v1.0.2

type CheckCardLinkedServiceServer interface {
	CheckCardLinked(context.Context, *UserToken) (*GlobalSuccessReply, error)
}

CheckCardLinkedServiceServer is the server API for CheckCardLinkedService service.

type CheckOrgSignUpServiceClient added in v0.0.7

type CheckOrgSignUpServiceClient interface {
	CheckOrgSignUp(ctx context.Context, in *OrgSignUp, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

CheckOrgSignUpServiceClient is the client API for CheckOrgSignUpService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewCheckOrgSignUpServiceClient added in v0.0.7

func NewCheckOrgSignUpServiceClient(cc grpc.ClientConnInterface) CheckOrgSignUpServiceClient

type CheckOrgSignUpServiceServer added in v0.0.7

type CheckOrgSignUpServiceServer interface {
	CheckOrgSignUp(context.Context, *OrgSignUp) (*GlobalSuccessReply, error)
}

CheckOrgSignUpServiceServer is the server API for CheckOrgSignUpService service.

type CheckOrgTosAcceptedServiceClient added in v0.6.1

type CheckOrgTosAcceptedServiceClient interface {
	CheckOrgTosAccepted(ctx context.Context, in *OrgToken, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

CheckOrgTosAcceptedServiceClient is the client API for CheckOrgTosAcceptedService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewCheckOrgTosAcceptedServiceClient added in v0.6.1

func NewCheckOrgTosAcceptedServiceClient(cc grpc.ClientConnInterface) CheckOrgTosAcceptedServiceClient

type CheckOrgTosAcceptedServiceServer added in v0.6.1

type CheckOrgTosAcceptedServiceServer interface {
	CheckOrgTosAccepted(context.Context, *OrgToken) (*GlobalSuccessReply, error)
}

CheckOrgTosAcceptedServiceServer is the server API for CheckOrgTosAcceptedService service.

type CheckUserSignUpServiceClient

type CheckUserSignUpServiceClient interface {
	CheckUserSignUp(ctx context.Context, in *UserSignUp, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

CheckUserSignUpServiceClient is the client API for CheckUserSignUpService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type CheckUserSignUpServiceServer

type CheckUserSignUpServiceServer interface {
	CheckUserSignUp(context.Context, *UserSignUp) (*GlobalSuccessReply, error)
}

CheckUserSignUpServiceServer is the server API for CheckUserSignUpService service.

type ConfirmTransferServiceClient added in v0.2.1

type ConfirmTransferServiceClient interface {
	ConfirmTransfer(ctx context.Context, in *StripeChargeID, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

ConfirmTransferServiceClient is the client API for ConfirmTransferService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewConfirmTransferServiceClient added in v0.2.1

func NewConfirmTransferServiceClient(cc grpc.ClientConnInterface) ConfirmTransferServiceClient

type ConfirmTransferServiceServer added in v0.2.1

type ConfirmTransferServiceServer interface {
	ConfirmTransfer(context.Context, *StripeChargeID) (*GlobalSuccessReply, error)
}

ConfirmTransferServiceServer is the server API for ConfirmTransferService service.

type CreateCardLinkTokenServiceClient added in v1.0.2

type CreateCardLinkTokenServiceClient interface {
	CreateCardLinkToken(ctx context.Context, in *UserToken, opts ...grpc.CallOption) (*ResendEmailAuthMsg, error)
}

CreateCardLinkTokenServiceClient is the client API for CreateCardLinkTokenService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewCreateCardLinkTokenServiceClient added in v1.0.2

func NewCreateCardLinkTokenServiceClient(cc grpc.ClientConnInterface) CreateCardLinkTokenServiceClient

type CreateCardLinkTokenServiceServer added in v1.0.2

type CreateCardLinkTokenServiceServer interface {
	CreateCardLinkToken(context.Context, *UserToken) (*ResendEmailAuthMsg, error)
}

CreateCardLinkTokenServiceServer is the server API for CreateCardLinkTokenService service.

type Dashboard added in v0.6.5

type Dashboard struct {
	TotalCollected      int64 `protobuf:"varint,1,opt,name=total_collected,json=totalCollected,proto3" json:"total_collected,omitempty"`
	TotalCollectedMonth int64 `protobuf:"varint,2,opt,name=total_collected_month,json=totalCollectedMonth,proto3" json:"total_collected_month,omitempty"`
	TotalCollectedWeek  int64 `protobuf:"varint,3,opt,name=total_collected_week,json=totalCollectedWeek,proto3" json:"total_collected_week,omitempty"`
	TotalUsers          int32 `protobuf:"varint,4,opt,name=total_users,json=totalUsers,proto3" json:"total_users,omitempty"`
	// contains filtered or unexported fields
}

func (*Dashboard) Descriptor deprecated added in v0.6.5

func (*Dashboard) Descriptor() ([]byte, []int)

Deprecated: Use Dashboard.ProtoReflect.Descriptor instead.

func (*Dashboard) GetTotalCollected added in v0.6.5

func (x *Dashboard) GetTotalCollected() int64

func (*Dashboard) GetTotalCollectedMonth added in v0.6.5

func (x *Dashboard) GetTotalCollectedMonth() int64

func (*Dashboard) GetTotalCollectedWeek added in v0.6.5

func (x *Dashboard) GetTotalCollectedWeek() int64

func (*Dashboard) GetTotalUsers added in v0.6.5

func (x *Dashboard) GetTotalUsers() int32

func (*Dashboard) ProtoMessage added in v0.6.5

func (*Dashboard) ProtoMessage()

func (*Dashboard) ProtoReflect added in v0.6.5

func (x *Dashboard) ProtoReflect() protoreflect.Message

func (*Dashboard) Reset added in v0.6.5

func (x *Dashboard) Reset()

func (*Dashboard) String added in v0.6.5

func (x *Dashboard) String() string

type DeleteUsersBAMsg added in v0.4.8

type DeleteUsersBAMsg struct {
	UserToken string `protobuf:"bytes,1,opt,name=user_token,json=userToken,proto3" json:"user_token,omitempty"`
	Password  string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteUsersBAMsg) Descriptor deprecated added in v0.4.8

func (*DeleteUsersBAMsg) Descriptor() ([]byte, []int)

Deprecated: Use DeleteUsersBAMsg.ProtoReflect.Descriptor instead.

func (*DeleteUsersBAMsg) GetPassword added in v0.4.8

func (x *DeleteUsersBAMsg) GetPassword() string

func (*DeleteUsersBAMsg) GetUserToken added in v0.4.8

func (x *DeleteUsersBAMsg) GetUserToken() string

func (*DeleteUsersBAMsg) ProtoMessage added in v0.4.8

func (*DeleteUsersBAMsg) ProtoMessage()

func (*DeleteUsersBAMsg) ProtoReflect added in v0.4.8

func (x *DeleteUsersBAMsg) ProtoReflect() protoreflect.Message

func (*DeleteUsersBAMsg) Reset added in v0.4.8

func (x *DeleteUsersBAMsg) Reset()

func (*DeleteUsersBAMsg) String added in v0.4.8

func (x *DeleteUsersBAMsg) String() string

type DeleteUsersBAServiceClient added in v0.4.8

type DeleteUsersBAServiceClient interface {
	DeleteUsersBA(ctx context.Context, in *DeleteUsersBAMsg, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

DeleteUsersBAServiceClient is the client API for DeleteUsersBAService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewDeleteUsersBAServiceClient added in v0.4.8

func NewDeleteUsersBAServiceClient(cc grpc.ClientConnInterface) DeleteUsersBAServiceClient

type DeleteUsersBAServiceServer added in v0.4.8

type DeleteUsersBAServiceServer interface {
	DeleteUsersBA(context.Context, *DeleteUsersBAMsg) (*GlobalSuccessReply, error)
}

DeleteUsersBAServiceServer is the server API for DeleteUsersBAService service.

type EmailAllRecieptsServiceClient added in v0.8.9

type EmailAllRecieptsServiceClient interface {
	EmailAllReciepts(ctx context.Context, in *GlobalSuccessReply, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

EmailAllRecieptsServiceClient is the client API for EmailAllRecieptsService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewEmailAllRecieptsServiceClient added in v0.8.9

func NewEmailAllRecieptsServiceClient(cc grpc.ClientConnInterface) EmailAllRecieptsServiceClient

type EmailAllRecieptsServiceServer added in v0.8.9

type EmailAllRecieptsServiceServer interface {
	EmailAllReciepts(context.Context, *GlobalSuccessReply) (*GlobalSuccessReply, error)
}

EmailAllRecieptsServiceServer is the server API for EmailAllRecieptsService service.

type ForgotPassServiceClient added in v0.5.6

type ForgotPassServiceClient interface {
	ForgotPass(ctx context.Context, in *Login, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

ForgotPassServiceClient is the client API for ForgotPassService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewForgotPassServiceClient added in v0.5.6

func NewForgotPassServiceClient(cc grpc.ClientConnInterface) ForgotPassServiceClient

type ForgotPassServiceServer added in v0.5.6

type ForgotPassServiceServer interface {
	ForgotPass(context.Context, *Login) (*GlobalSuccessReply, error)
}

ForgotPassServiceServer is the server API for ForgotPassService service.

type GetDashboardServiceClient added in v0.6.5

type GetDashboardServiceClient interface {
	GetDashboard(ctx context.Context, in *OrgToken, opts ...grpc.CallOption) (*Dashboard, error)
}

GetDashboardServiceClient is the client API for GetDashboardService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewGetDashboardServiceClient added in v0.6.5

func NewGetDashboardServiceClient(cc grpc.ClientConnInterface) GetDashboardServiceClient

type GetDashboardServiceServer added in v0.6.5

type GetDashboardServiceServer interface {
	GetDashboard(context.Context, *OrgToken) (*Dashboard, error)
}

GetDashboardServiceServer is the server API for GetDashboardService service.

type GetOrgInfoSearchMsg added in v0.7.5

type GetOrgInfoSearchMsg struct {
	Name        string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Id          int32  `protobuf:"varint,4,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgInfoSearchMsg) Descriptor deprecated added in v0.7.5

func (*GetOrgInfoSearchMsg) Descriptor() ([]byte, []int)

Deprecated: Use GetOrgInfoSearchMsg.ProtoReflect.Descriptor instead.

func (*GetOrgInfoSearchMsg) GetDescription added in v0.7.8

func (x *GetOrgInfoSearchMsg) GetDescription() string

func (*GetOrgInfoSearchMsg) GetId added in v0.8.2

func (x *GetOrgInfoSearchMsg) GetId() int32
func (x *GetOrgInfoSearchMsg) GetLogo() string

func (*GetOrgInfoSearchMsg) GetName added in v0.7.5

func (x *GetOrgInfoSearchMsg) GetName() string

func (*GetOrgInfoSearchMsg) ProtoMessage added in v0.7.5

func (*GetOrgInfoSearchMsg) ProtoMessage()

func (*GetOrgInfoSearchMsg) ProtoReflect added in v0.7.5

func (x *GetOrgInfoSearchMsg) ProtoReflect() protoreflect.Message

func (*GetOrgInfoSearchMsg) Reset added in v0.7.5

func (x *GetOrgInfoSearchMsg) Reset()

func (*GetOrgInfoSearchMsg) String added in v0.7.5

func (x *GetOrgInfoSearchMsg) String() string

type GetOrgInfoSearchServiceClient added in v0.7.5

type GetOrgInfoSearchServiceClient interface {
	GetOrgInfoSearch(ctx context.Context, in *TokenAndOrg, opts ...grpc.CallOption) (*GetOrgInfoSearchMsg, error)
}

GetOrgInfoSearchServiceClient is the client API for GetOrgInfoSearchService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewGetOrgInfoSearchServiceClient added in v0.7.5

func NewGetOrgInfoSearchServiceClient(cc grpc.ClientConnInterface) GetOrgInfoSearchServiceClient

type GetOrgInfoSearchServiceServer added in v0.7.5

type GetOrgInfoSearchServiceServer interface {
	GetOrgInfoSearch(context.Context, *TokenAndOrg) (*GetOrgInfoSearchMsg, error)
}

GetOrgInfoSearchServiceServer is the server API for GetOrgInfoSearchService service.

type GetOrgsSearchServiceClient added in v0.7.9

type GetOrgsSearchServiceClient interface {
	GetOrgsSearch(ctx context.Context, in *OrgName, opts ...grpc.CallOption) (*SearchOrgsMsg, error)
}

GetOrgsSearchServiceClient is the client API for GetOrgsSearchService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewGetOrgsSearchServiceClient added in v0.7.9

func NewGetOrgsSearchServiceClient(cc grpc.ClientConnInterface) GetOrgsSearchServiceClient

type GetOrgsSearchServiceServer added in v0.7.9

type GetOrgsSearchServiceServer interface {
	GetOrgsSearch(context.Context, *OrgName) (*SearchOrgsMsg, error)
}

GetOrgsSearchServiceServer is the server API for GetOrgsSearchService service.

type GetTransactionsMsg added in v0.3.3

type GetTransactionsMsg struct {
	UserToken string `protobuf:"bytes,1,opt,name=user_token,json=userToken,proto3" json:"user_token,omitempty"`
	Offset    int32  `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransactionsMsg) Descriptor deprecated added in v0.3.3

func (*GetTransactionsMsg) Descriptor() ([]byte, []int)

Deprecated: Use GetTransactionsMsg.ProtoReflect.Descriptor instead.

func (*GetTransactionsMsg) GetOffset added in v0.3.3

func (x *GetTransactionsMsg) GetOffset() int32

func (*GetTransactionsMsg) GetUserToken added in v0.3.3

func (x *GetTransactionsMsg) GetUserToken() string

func (*GetTransactionsMsg) ProtoMessage added in v0.3.3

func (*GetTransactionsMsg) ProtoMessage()

func (*GetTransactionsMsg) ProtoReflect added in v0.3.3

func (x *GetTransactionsMsg) ProtoReflect() protoreflect.Message

func (*GetTransactionsMsg) Reset added in v0.3.3

func (x *GetTransactionsMsg) Reset()

func (*GetTransactionsMsg) String added in v0.3.3

func (x *GetTransactionsMsg) String() string

type GetTransactionsMsgReply added in v0.3.3

type GetTransactionsMsgReply struct {
	Transactions []*TransactionData `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransactionsMsgReply) Descriptor deprecated added in v0.3.3

func (*GetTransactionsMsgReply) Descriptor() ([]byte, []int)

Deprecated: Use GetTransactionsMsgReply.ProtoReflect.Descriptor instead.

func (*GetTransactionsMsgReply) GetTransactions added in v0.3.3

func (x *GetTransactionsMsgReply) GetTransactions() []*TransactionData

func (*GetTransactionsMsgReply) ProtoMessage added in v0.3.3

func (*GetTransactionsMsgReply) ProtoMessage()

func (*GetTransactionsMsgReply) ProtoReflect added in v0.3.3

func (x *GetTransactionsMsgReply) ProtoReflect() protoreflect.Message

func (*GetTransactionsMsgReply) Reset added in v0.3.3

func (x *GetTransactionsMsgReply) Reset()

func (*GetTransactionsMsgReply) String added in v0.3.3

func (x *GetTransactionsMsgReply) String() string

type GetTransactionsServiceClient added in v0.3.3

type GetTransactionsServiceClient interface {
	GetTransactions(ctx context.Context, in *GetTransactionsMsg, opts ...grpc.CallOption) (*GetTransactionsMsgReply, error)
}

GetTransactionsServiceClient is the client API for GetTransactionsService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewGetTransactionsServiceClient added in v0.3.3

func NewGetTransactionsServiceClient(cc grpc.ClientConnInterface) GetTransactionsServiceClient

type GetTransactionsServiceServer added in v0.3.3

type GetTransactionsServiceServer interface {
	GetTransactions(context.Context, *GetTransactionsMsg) (*GetTransactionsMsgReply, error)
}

GetTransactionsServiceServer is the server API for GetTransactionsService service.

type GetTransfersMsg added in v0.6.6

type GetTransfersMsg struct {
	OrgToken string `protobuf:"bytes,1,opt,name=org_token,json=orgToken,proto3" json:"org_token,omitempty"`
	Offset   int32  `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransfersMsg) Descriptor deprecated added in v0.6.6

func (*GetTransfersMsg) Descriptor() ([]byte, []int)

Deprecated: Use GetTransfersMsg.ProtoReflect.Descriptor instead.

func (*GetTransfersMsg) GetOffset added in v0.6.6

func (x *GetTransfersMsg) GetOffset() int32

func (*GetTransfersMsg) GetOrgToken added in v0.6.6

func (x *GetTransfersMsg) GetOrgToken() string

func (*GetTransfersMsg) ProtoMessage added in v0.6.6

func (*GetTransfersMsg) ProtoMessage()

func (*GetTransfersMsg) ProtoReflect added in v0.6.6

func (x *GetTransfersMsg) ProtoReflect() protoreflect.Message

func (*GetTransfersMsg) Reset added in v0.6.6

func (x *GetTransfersMsg) Reset()

func (*GetTransfersMsg) String added in v0.6.6

func (x *GetTransfersMsg) String() string

type GetTransfersServiceClient added in v0.6.7

type GetTransfersServiceClient interface {
	GetTransfers(ctx context.Context, in *GetTransfersMsg, opts ...grpc.CallOption) (*OrgsTransfers, error)
}

GetTransfersServiceClient is the client API for GetTransfersService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewGetTransfersServiceClient added in v0.6.7

func NewGetTransfersServiceClient(cc grpc.ClientConnInterface) GetTransfersServiceClient

type GetTransfersServiceServer added in v0.6.7

type GetTransfersServiceServer interface {
	GetTransfers(context.Context, *GetTransfersMsg) (*OrgsTransfers, error)
}

GetTransfersServiceServer is the server API for GetTransfersService service.

type GetUsersOrgInfoServiceClient added in v0.4.2

type GetUsersOrgInfoServiceClient interface {
	GetUsersOrgInfo(ctx context.Context, in *UserToken, opts ...grpc.CallOption) (*UsersOrgInfoReply, error)
}

GetUsersOrgInfoServiceClient is the client API for GetUsersOrgInfoService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewGetUsersOrgInfoServiceClient added in v0.4.2

func NewGetUsersOrgInfoServiceClient(cc grpc.ClientConnInterface) GetUsersOrgInfoServiceClient

type GetUsersOrgInfoServiceServer added in v0.4.2

type GetUsersOrgInfoServiceServer interface {
	GetUsersOrgInfo(context.Context, *UserToken) (*UsersOrgInfoReply, error)
}

GetUsersOrgInfoServiceServer is the server API for GetUsersOrgInfoService service.

type GetUsersProfileServiceClient added in v0.4.5

type GetUsersProfileServiceClient interface {
	GetUsersProfile(ctx context.Context, in *UserToken, opts ...grpc.CallOption) (*UsersProfileReply, error)
}

GetUsersProfileServiceClient is the client API for GetUsersProfileService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewGetUsersProfileServiceClient added in v0.4.5

func NewGetUsersProfileServiceClient(cc grpc.ClientConnInterface) GetUsersProfileServiceClient

type GetUsersProfileServiceServer added in v0.4.5

type GetUsersProfileServiceServer interface {
	GetUsersProfile(context.Context, *UserToken) (*UsersProfileReply, error)
}

GetUsersProfileServiceServer is the server API for GetUsersProfileService service.

type GetUsersTotalsServiceClient added in v0.4.3

type GetUsersTotalsServiceClient interface {
	GetUsersTotals(ctx context.Context, in *UserToken, opts ...grpc.CallOption) (*UsersTotalsReply, error)
}

GetUsersTotalsServiceClient is the client API for GetUsersTotalsService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewGetUsersTotalsServiceClient added in v0.4.3

func NewGetUsersTotalsServiceClient(cc grpc.ClientConnInterface) GetUsersTotalsServiceClient

type GetUsersTotalsServiceServer added in v0.4.3

type GetUsersTotalsServiceServer interface {
	GetUsersTotals(context.Context, *UserToken) (*UsersTotalsReply, error)
}

GetUsersTotalsServiceServer is the server API for GetUsersTotalsService service.

type GlobalSuccessReply

type GlobalSuccessReply struct {
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*GlobalSuccessReply) Descriptor deprecated

func (*GlobalSuccessReply) Descriptor() ([]byte, []int)

Deprecated: Use GlobalSuccessReply.ProtoReflect.Descriptor instead.

func (*GlobalSuccessReply) GetSuccess

func (x *GlobalSuccessReply) GetSuccess() bool

func (*GlobalSuccessReply) ProtoMessage

func (*GlobalSuccessReply) ProtoMessage()

func (*GlobalSuccessReply) ProtoReflect

func (x *GlobalSuccessReply) ProtoReflect() protoreflect.Message

func (*GlobalSuccessReply) Reset

func (x *GlobalSuccessReply) Reset()

func (*GlobalSuccessReply) String

func (x *GlobalSuccessReply) String() string

type HourlyDBCallServiceClient added in v1.0.3

type HourlyDBCallServiceClient interface {
	HourlyDBCall(ctx context.Context, in *GlobalSuccessReply, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

HourlyDBCallServiceClient is the client API for HourlyDBCallService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewHourlyDBCallServiceClient added in v1.0.3

func NewHourlyDBCallServiceClient(cc grpc.ClientConnInterface) HourlyDBCallServiceClient

type HourlyDBCallServiceServer added in v1.0.3

type HourlyDBCallServiceServer interface {
	HourlyDBCall(context.Context, *GlobalSuccessReply) (*GlobalSuccessReply, error)
}

HourlyDBCallServiceServer is the server API for HourlyDBCallService service.

type Login added in v0.1.0

type Login struct {
	Email     string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	Password  string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	UserToken string `protobuf:"bytes,3,opt,name=user_token,json=userToken,proto3" json:"user_token,omitempty"`
	Table     string `protobuf:"bytes,4,opt,name=table,proto3" json:"table,omitempty"`
	Key       int32  `protobuf:"varint,5,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*Login) Descriptor deprecated added in v0.1.0

func (*Login) Descriptor() ([]byte, []int)

Deprecated: Use Login.ProtoReflect.Descriptor instead.

func (*Login) GetEmail added in v0.1.0

func (x *Login) GetEmail() string

func (*Login) GetKey added in v0.5.6

func (x *Login) GetKey() int32

func (*Login) GetPassword added in v0.1.0

func (x *Login) GetPassword() string

func (*Login) GetTable added in v0.1.0

func (x *Login) GetTable() string

func (*Login) GetUserToken added in v0.3.8

func (x *Login) GetUserToken() string

func (*Login) ProtoMessage added in v0.1.0

func (*Login) ProtoMessage()

func (*Login) ProtoReflect added in v0.1.0

func (x *Login) ProtoReflect() protoreflect.Message

func (*Login) Reset added in v0.1.0

func (x *Login) Reset()

func (*Login) String added in v0.1.0

func (x *Login) String() string

type LogoAndQrCode added in v0.6.9

type LogoAndQrCode struct {
	Qr          string `protobuf:"bytes,1,opt,name=qr,proto3" json:"qr,omitempty"`
	Name        string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Email       string `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
	Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	Url         string `protobuf:"bytes,6,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*LogoAndQrCode) Descriptor deprecated added in v0.6.9

func (*LogoAndQrCode) Descriptor() ([]byte, []int)

Deprecated: Use LogoAndQrCode.ProtoReflect.Descriptor instead.

func (*LogoAndQrCode) GetDescription added in v0.8.4

func (x *LogoAndQrCode) GetDescription() string

func (*LogoAndQrCode) GetEmail added in v0.7.4

func (x *LogoAndQrCode) GetEmail() string
func (x *LogoAndQrCode) GetLogo() string

func (*LogoAndQrCode) GetName added in v0.7.4

func (x *LogoAndQrCode) GetName() string

func (*LogoAndQrCode) GetQr added in v0.6.9

func (x *LogoAndQrCode) GetQr() string

func (*LogoAndQrCode) GetUrl added in v0.9.5

func (x *LogoAndQrCode) GetUrl() string

func (*LogoAndQrCode) ProtoMessage added in v0.6.9

func (*LogoAndQrCode) ProtoMessage()

func (*LogoAndQrCode) ProtoReflect added in v0.6.9

func (x *LogoAndQrCode) ProtoReflect() protoreflect.Message

func (*LogoAndQrCode) Reset added in v0.6.9

func (x *LogoAndQrCode) Reset()

func (*LogoAndQrCode) String added in v0.6.9

func (x *LogoAndQrCode) String() string

type ManualCompleteOrgSignUpServiceClient added in v0.9.1

type ManualCompleteOrgSignUpServiceClient interface {
	ManualCompleteOrgSignUp(ctx context.Context, in *OrgSignUp, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

ManualCompleteOrgSignUpServiceClient is the client API for ManualCompleteOrgSignUpService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewManualCompleteOrgSignUpServiceClient added in v0.9.1

func NewManualCompleteOrgSignUpServiceClient(cc grpc.ClientConnInterface) ManualCompleteOrgSignUpServiceClient

type ManualCompleteOrgSignUpServiceServer added in v0.9.1

type ManualCompleteOrgSignUpServiceServer interface {
	ManualCompleteOrgSignUp(context.Context, *OrgSignUp) (*GlobalSuccessReply, error)
}

ManualCompleteOrgSignUpServiceServer is the server API for ManualCompleteOrgSignUpService service.

type OrgName added in v0.2.1

type OrgName struct {
	Name      string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Offset    int32  `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	UserToken string `protobuf:"bytes,3,opt,name=user_token,json=userToken,proto3" json:"user_token,omitempty"`
	// contains filtered or unexported fields
}

func (*OrgName) Descriptor deprecated added in v0.2.1

func (*OrgName) Descriptor() ([]byte, []int)

Deprecated: Use OrgName.ProtoReflect.Descriptor instead.

func (*OrgName) GetName added in v0.2.1

func (x *OrgName) GetName() string

func (*OrgName) GetOffset added in v0.2.3

func (x *OrgName) GetOffset() int32

func (*OrgName) GetUserToken added in v0.8.1

func (x *OrgName) GetUserToken() string

func (*OrgName) ProtoMessage added in v0.2.1

func (*OrgName) ProtoMessage()

func (*OrgName) ProtoReflect added in v0.2.1

func (x *OrgName) ProtoReflect() protoreflect.Message

func (*OrgName) Reset added in v0.2.1

func (x *OrgName) Reset()

func (*OrgName) String added in v0.2.1

func (x *OrgName) String() string

type OrgNameReply added in v0.2.1

type OrgNameReply struct {
	Names []string `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"`
	// contains filtered or unexported fields
}

func (*OrgNameReply) Descriptor deprecated added in v0.2.1

func (*OrgNameReply) Descriptor() ([]byte, []int)

Deprecated: Use OrgNameReply.ProtoReflect.Descriptor instead.

func (*OrgNameReply) GetNames added in v0.2.1

func (x *OrgNameReply) GetNames() []string

func (*OrgNameReply) ProtoMessage added in v0.2.1

func (*OrgNameReply) ProtoMessage()

func (*OrgNameReply) ProtoReflect added in v0.2.1

func (x *OrgNameReply) ProtoReflect() protoreflect.Message

func (*OrgNameReply) Reset added in v0.2.1

func (x *OrgNameReply) Reset()

func (*OrgNameReply) String added in v0.2.1

func (x *OrgNameReply) String() string

type OrgSignUp added in v0.0.4

type OrgSignUp struct {
	Name             string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Email            string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Password         string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	Ein              int64  `protobuf:"varint,4,opt,name=ein,proto3" json:"ein,omitempty"`
	OrgToken         string `protobuf:"bytes,5,opt,name=org_token,json=orgToken,proto3" json:"org_token,omitempty"`
	PlaidPublicToken string `protobuf:"bytes,6,opt,name=plaid_public_token,json=plaidPublicToken,proto3" json:"plaid_public_token,omitempty"`
	PlaidAccountId   string `protobuf:"bytes,7,opt,name=plaid_account_id,json=plaidAccountId,proto3" json:"plaid_account_id,omitempty"`
	Key              int32  `protobuf:"varint,8,opt,name=key,proto3" json:"key,omitempty"`
	Mask             int32  `protobuf:"varint,9,opt,name=mask,proto3" json:"mask,omitempty"`
	BankName         string `protobuf:"bytes,10,opt,name=bank_name,json=bankName,proto3" json:"bank_name,omitempty"`
	ManualVerify     bool   `protobuf:"varint,11,opt,name=manual_verify,json=manualVerify,proto3" json:"manual_verify,omitempty"`
	// contains filtered or unexported fields
}

func (*OrgSignUp) Descriptor deprecated added in v0.0.4

func (*OrgSignUp) Descriptor() ([]byte, []int)

Deprecated: Use OrgSignUp.ProtoReflect.Descriptor instead.

func (*OrgSignUp) GetBankName added in v0.8.9

func (x *OrgSignUp) GetBankName() string

func (*OrgSignUp) GetEin added in v0.0.4

func (x *OrgSignUp) GetEin() int64

func (*OrgSignUp) GetEmail added in v0.0.4

func (x *OrgSignUp) GetEmail() string

func (*OrgSignUp) GetKey added in v0.0.4

func (x *OrgSignUp) GetKey() int32

func (*OrgSignUp) GetManualVerify added in v0.8.9

func (x *OrgSignUp) GetManualVerify() bool

func (*OrgSignUp) GetMask added in v0.8.9

func (x *OrgSignUp) GetMask() int32

func (*OrgSignUp) GetName added in v0.0.4

func (x *OrgSignUp) GetName() string

func (*OrgSignUp) GetOrgToken added in v0.3.8

func (x *OrgSignUp) GetOrgToken() string

func (*OrgSignUp) GetPassword added in v0.0.4

func (x *OrgSignUp) GetPassword() string

func (*OrgSignUp) GetPlaidAccountId added in v0.3.8

func (x *OrgSignUp) GetPlaidAccountId() string

func (*OrgSignUp) GetPlaidPublicToken added in v0.3.8

func (x *OrgSignUp) GetPlaidPublicToken() string

func (*OrgSignUp) ProtoMessage added in v0.0.4

func (*OrgSignUp) ProtoMessage()

func (*OrgSignUp) ProtoReflect added in v0.0.4

func (x *OrgSignUp) ProtoReflect() protoreflect.Message

func (*OrgSignUp) Reset added in v0.0.4

func (x *OrgSignUp) Reset()

func (*OrgSignUp) String added in v0.0.4

func (x *OrgSignUp) String() string

type OrgSignUpServiceClient added in v0.0.4

type OrgSignUpServiceClient interface {
	SendOrgSignUp(ctx context.Context, in *OrgSignUp, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

OrgSignUpServiceClient is the client API for OrgSignUpService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewOrgSignUpServiceClient added in v0.0.4

func NewOrgSignUpServiceClient(cc grpc.ClientConnInterface) OrgSignUpServiceClient

type OrgSignUpServiceServer added in v0.0.4

type OrgSignUpServiceServer interface {
	SendOrgSignUp(context.Context, *OrgSignUp) (*GlobalSuccessReply, error)
}

OrgSignUpServiceServer is the server API for OrgSignUpService service.

type OrgToken added in v0.6.1

type OrgToken struct {
	OrgToken string `protobuf:"bytes,1,opt,name=org_token,json=orgToken,proto3" json:"org_token,omitempty"`
	// contains filtered or unexported fields
}

func (*OrgToken) Descriptor deprecated added in v0.6.1

func (*OrgToken) Descriptor() ([]byte, []int)

Deprecated: Use OrgToken.ProtoReflect.Descriptor instead.

func (*OrgToken) GetOrgToken added in v0.6.1

func (x *OrgToken) GetOrgToken() string

func (*OrgToken) ProtoMessage added in v0.6.1

func (*OrgToken) ProtoMessage()

func (*OrgToken) ProtoReflect added in v0.6.1

func (x *OrgToken) ProtoReflect() protoreflect.Message

func (*OrgToken) Reset added in v0.6.1

func (x *OrgToken) Reset()

func (*OrgToken) String added in v0.6.1

func (x *OrgToken) String() string

type OrgsGetLogoServiceClient added in v0.6.9

type OrgsGetLogoServiceClient interface {
}

OrgsGetLogoServiceClient is the client API for OrgsGetLogoService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewOrgsGetLogoServiceClient added in v0.6.9

func NewOrgsGetLogoServiceClient(cc grpc.ClientConnInterface) OrgsGetLogoServiceClient

type OrgsGetLogoServiceServer added in v0.6.9

type OrgsGetLogoServiceServer interface {
}

OrgsGetLogoServiceServer is the server API for OrgsGetLogoService service.

type OrgsGetQrServiceClient added in v0.6.9

type OrgsGetQrServiceClient interface {
	OrgsGetQr(ctx context.Context, in *OrgToken, opts ...grpc.CallOption) (*LogoAndQrCode, error)
}

OrgsGetQrServiceClient is the client API for OrgsGetQrService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewOrgsGetQrServiceClient added in v0.6.9

func NewOrgsGetQrServiceClient(cc grpc.ClientConnInterface) OrgsGetQrServiceClient

type OrgsGetQrServiceServer added in v0.6.9

type OrgsGetQrServiceServer interface {
	OrgsGetQr(context.Context, *OrgToken) (*LogoAndQrCode, error)
}

OrgsGetQrServiceServer is the server API for OrgsGetQrService service.

type OrgsTransfers added in v0.6.5

type OrgsTransfers struct {
	Transfers []*SingleTransfer `protobuf:"bytes,1,rep,name=transfers,proto3" json:"transfers,omitempty"`
	// contains filtered or unexported fields
}

func (*OrgsTransfers) Descriptor deprecated added in v0.6.5

func (*OrgsTransfers) Descriptor() ([]byte, []int)

Deprecated: Use OrgsTransfers.ProtoReflect.Descriptor instead.

func (*OrgsTransfers) GetTransfers added in v0.6.5

func (x *OrgsTransfers) GetTransfers() []*SingleTransfer

func (*OrgsTransfers) ProtoMessage added in v0.6.5

func (*OrgsTransfers) ProtoMessage()

func (*OrgsTransfers) ProtoReflect added in v0.6.5

func (x *OrgsTransfers) ProtoReflect() protoreflect.Message

func (*OrgsTransfers) Reset added in v0.6.5

func (x *OrgsTransfers) Reset()

func (*OrgsTransfers) String added in v0.6.5

func (x *OrgsTransfers) String() string

type ResendEmailAuthMsg added in v0.4.4

type ResendEmailAuthMsg struct {
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	Table string `protobuf:"bytes,2,opt,name=table,proto3" json:"table,omitempty"`
	// contains filtered or unexported fields
}

func (*ResendEmailAuthMsg) Descriptor deprecated added in v0.4.4

func (*ResendEmailAuthMsg) Descriptor() ([]byte, []int)

Deprecated: Use ResendEmailAuthMsg.ProtoReflect.Descriptor instead.

func (*ResendEmailAuthMsg) GetTable added in v0.4.4

func (x *ResendEmailAuthMsg) GetTable() string

func (*ResendEmailAuthMsg) GetToken added in v0.4.4

func (x *ResendEmailAuthMsg) GetToken() string

func (*ResendEmailAuthMsg) ProtoMessage added in v0.4.4

func (*ResendEmailAuthMsg) ProtoMessage()

func (*ResendEmailAuthMsg) ProtoReflect added in v0.4.4

func (x *ResendEmailAuthMsg) ProtoReflect() protoreflect.Message

func (*ResendEmailAuthMsg) Reset added in v0.4.4

func (x *ResendEmailAuthMsg) Reset()

func (*ResendEmailAuthMsg) String added in v0.4.4

func (x *ResendEmailAuthMsg) String() string

type ResendEmailAuthServiceClient added in v0.4.4

type ResendEmailAuthServiceClient interface {
	ResendEmailAuth(ctx context.Context, in *ResendEmailAuthMsg, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

ResendEmailAuthServiceClient is the client API for ResendEmailAuthService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewResendEmailAuthServiceClient added in v0.4.4

func NewResendEmailAuthServiceClient(cc grpc.ClientConnInterface) ResendEmailAuthServiceClient

type ResendEmailAuthServiceServer added in v0.4.4

type ResendEmailAuthServiceServer interface {
	ResendEmailAuth(context.Context, *ResendEmailAuthMsg) (*GlobalSuccessReply, error)
}

ResendEmailAuthServiceServer is the server API for ResendEmailAuthService service.

type ResendOrgsTosServiceClient added in v0.6.2

type ResendOrgsTosServiceClient interface {
	ResendOrgsTos(ctx context.Context, in *OrgToken, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

ResendOrgsTosServiceClient is the client API for ResendOrgsTosService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewResendOrgsTosServiceClient added in v0.6.2

func NewResendOrgsTosServiceClient(cc grpc.ClientConnInterface) ResendOrgsTosServiceClient

type ResendOrgsTosServiceServer added in v0.6.2

type ResendOrgsTosServiceServer interface {
	ResendOrgsTos(context.Context, *OrgToken) (*GlobalSuccessReply, error)
}

ResendOrgsTosServiceServer is the server API for ResendOrgsTosService service.

type SaveLogoMsg added in v0.3.0

type SaveLogoMsg struct {
	OrgToken     string `protobuf:"bytes,1,opt,name=org_token,json=orgToken,proto3" json:"org_token,omitempty"`
	FileLocation string `protobuf:"bytes,2,opt,name=file_location,json=fileLocation,proto3" json:"file_location,omitempty"`
	// contains filtered or unexported fields
}

func (*SaveLogoMsg) Descriptor deprecated added in v0.3.0

func (*SaveLogoMsg) Descriptor() ([]byte, []int)

Deprecated: Use SaveLogoMsg.ProtoReflect.Descriptor instead.

func (*SaveLogoMsg) GetFileLocation added in v0.3.0

func (x *SaveLogoMsg) GetFileLocation() string

func (*SaveLogoMsg) GetOrgToken added in v0.3.0

func (x *SaveLogoMsg) GetOrgToken() string

func (*SaveLogoMsg) ProtoMessage added in v0.3.0

func (*SaveLogoMsg) ProtoMessage()

func (*SaveLogoMsg) ProtoReflect added in v0.3.0

func (x *SaveLogoMsg) ProtoReflect() protoreflect.Message

func (*SaveLogoMsg) Reset added in v0.3.0

func (x *SaveLogoMsg) Reset()

func (*SaveLogoMsg) String added in v0.3.0

func (x *SaveLogoMsg) String() string

type SaveLogoServiceClient added in v0.3.0

type SaveLogoServiceClient interface {
}

SaveLogoServiceClient is the client API for SaveLogoService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewSaveLogoServiceClient added in v0.3.0

func NewSaveLogoServiceClient(cc grpc.ClientConnInterface) SaveLogoServiceClient

type SaveLogoServiceServer added in v0.3.0

type SaveLogoServiceServer interface {
}

SaveLogoServiceServer is the server API for SaveLogoService service.

type SearchOrgNameServiceClient added in v0.2.1

type SearchOrgNameServiceClient interface {
	SearchOrgName(ctx context.Context, in *OrgName, opts ...grpc.CallOption) (*OrgNameReply, error)
}

SearchOrgNameServiceClient is the client API for SearchOrgNameService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewSearchOrgNameServiceClient added in v0.2.1

func NewSearchOrgNameServiceClient(cc grpc.ClientConnInterface) SearchOrgNameServiceClient

type SearchOrgNameServiceServer added in v0.2.1

type SearchOrgNameServiceServer interface {
	SearchOrgName(context.Context, *OrgName) (*OrgNameReply, error)
}

SearchOrgNameServiceServer is the server API for SearchOrgNameService service.

type SearchOrgResults added in v0.7.8

type SearchOrgResults struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Id   int32  `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrgResults) Descriptor deprecated added in v0.7.8

func (*SearchOrgResults) Descriptor() ([]byte, []int)

Deprecated: Use SearchOrgResults.ProtoReflect.Descriptor instead.

func (*SearchOrgResults) GetId added in v0.7.8

func (x *SearchOrgResults) GetId() int32
func (x *SearchOrgResults) GetLogo() string

func (*SearchOrgResults) GetName added in v0.7.8

func (x *SearchOrgResults) GetName() string

func (*SearchOrgResults) ProtoMessage added in v0.7.8

func (*SearchOrgResults) ProtoMessage()

func (*SearchOrgResults) ProtoReflect added in v0.7.8

func (x *SearchOrgResults) ProtoReflect() protoreflect.Message

func (*SearchOrgResults) Reset added in v0.7.8

func (x *SearchOrgResults) Reset()

func (*SearchOrgResults) String added in v0.7.8

func (x *SearchOrgResults) String() string

type SearchOrgsMsg added in v0.7.8

type SearchOrgsMsg struct {
	Orgs []*SearchOrgResults `protobuf:"bytes,1,rep,name=orgs,proto3" json:"orgs,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchOrgsMsg) Descriptor deprecated added in v0.7.8

func (*SearchOrgsMsg) Descriptor() ([]byte, []int)

Deprecated: Use SearchOrgsMsg.ProtoReflect.Descriptor instead.

func (*SearchOrgsMsg) GetOrgs added in v0.7.8

func (x *SearchOrgsMsg) GetOrgs() []*SearchOrgResults

func (*SearchOrgsMsg) ProtoMessage added in v0.7.8

func (*SearchOrgsMsg) ProtoMessage()

func (*SearchOrgsMsg) ProtoReflect added in v0.7.8

func (x *SearchOrgsMsg) ProtoReflect() protoreflect.Message

func (*SearchOrgsMsg) Reset added in v0.7.8

func (x *SearchOrgsMsg) Reset()

func (*SearchOrgsMsg) String added in v0.7.8

func (x *SearchOrgsMsg) String() string

type SendForgotPassServiceClient added in v0.5.6

type SendForgotPassServiceClient interface {
	SendForgotPass(ctx context.Context, in *Login, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

SendForgotPassServiceClient is the client API for SendForgotPassService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewSendForgotPassServiceClient added in v0.5.6

func NewSendForgotPassServiceClient(cc grpc.ClientConnInterface) SendForgotPassServiceClient

type SendForgotPassServiceServer added in v0.5.6

type SendForgotPassServiceServer interface {
	SendForgotPass(context.Context, *Login) (*GlobalSuccessReply, error)
}

SendForgotPassServiceServer is the server API for SendForgotPassService service.

type SetOrgServiceClient added in v0.7.5

type SetOrgServiceClient interface {
	SetOrg(ctx context.Context, in *TokenAndOrg, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

SetOrgServiceClient is the client API for SetOrgService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewSetOrgServiceClient added in v0.7.5

func NewSetOrgServiceClient(cc grpc.ClientConnInterface) SetOrgServiceClient

type SetOrgServiceServer added in v0.7.5

type SetOrgServiceServer interface {
	SetOrg(context.Context, *TokenAndOrg) (*GlobalSuccessReply, error)
}

SetOrgServiceServer is the server API for SetOrgService service.

type SingleTransfer added in v0.6.5

type SingleTransfer struct {
	Name             string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Dop              string `protobuf:"bytes,2,opt,name=dop,proto3" json:"dop,omitempty"`
	TransferedAmount int64  `protobuf:"varint,3,opt,name=transfered_amount,json=transferedAmount,proto3" json:"transfered_amount,omitempty"`
	// contains filtered or unexported fields
}

func (*SingleTransfer) Descriptor deprecated added in v0.6.5

func (*SingleTransfer) Descriptor() ([]byte, []int)

Deprecated: Use SingleTransfer.ProtoReflect.Descriptor instead.

func (*SingleTransfer) GetDop added in v0.6.5

func (x *SingleTransfer) GetDop() string

func (*SingleTransfer) GetName added in v0.6.5

func (x *SingleTransfer) GetName() string

func (*SingleTransfer) GetTransferedAmount added in v0.6.5

func (x *SingleTransfer) GetTransferedAmount() int64

func (*SingleTransfer) ProtoMessage added in v0.6.5

func (*SingleTransfer) ProtoMessage()

func (*SingleTransfer) ProtoReflect added in v0.6.5

func (x *SingleTransfer) ProtoReflect() protoreflect.Message

func (*SingleTransfer) Reset added in v0.6.5

func (x *SingleTransfer) Reset()

func (*SingleTransfer) String added in v0.6.5

func (x *SingleTransfer) String() string

type StatusUpdate added in v1.0.4

type StatusUpdate struct {
	Status    bool   `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	UserToken string `protobuf:"bytes,2,opt,name=user_token,json=userToken,proto3" json:"user_token,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusUpdate) Descriptor deprecated added in v1.0.4

func (*StatusUpdate) Descriptor() ([]byte, []int)

Deprecated: Use StatusUpdate.ProtoReflect.Descriptor instead.

func (*StatusUpdate) GetStatus added in v1.0.4

func (x *StatusUpdate) GetStatus() bool

func (*StatusUpdate) GetUserToken added in v1.0.5

func (x *StatusUpdate) GetUserToken() string

func (*StatusUpdate) ProtoMessage added in v1.0.4

func (*StatusUpdate) ProtoMessage()

func (*StatusUpdate) ProtoReflect added in v1.0.4

func (x *StatusUpdate) ProtoReflect() protoreflect.Message

func (*StatusUpdate) Reset added in v1.0.4

func (x *StatusUpdate) Reset()

func (*StatusUpdate) String added in v1.0.4

func (x *StatusUpdate) String() string

type StripeChargeID added in v0.2.1

type StripeChargeID struct {
	ChargeId string `protobuf:"bytes,1,opt,name=charge_id,json=chargeId,proto3" json:"charge_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StripeChargeID) Descriptor deprecated added in v0.2.1

func (*StripeChargeID) Descriptor() ([]byte, []int)

Deprecated: Use StripeChargeID.ProtoReflect.Descriptor instead.

func (*StripeChargeID) GetChargeId added in v0.3.9

func (x *StripeChargeID) GetChargeId() string

func (*StripeChargeID) ProtoMessage added in v0.2.1

func (*StripeChargeID) ProtoMessage()

func (*StripeChargeID) ProtoReflect added in v0.2.1

func (x *StripeChargeID) ProtoReflect() protoreflect.Message

func (*StripeChargeID) Reset added in v0.2.1

func (x *StripeChargeID) Reset()

func (*StripeChargeID) String added in v0.2.1

func (x *StripeChargeID) String() string

type TokenAndOrg added in v0.7.6

type TokenAndOrg struct {
	UserToken string `protobuf:"bytes,1,opt,name=user_token,json=userToken,proto3" json:"user_token,omitempty"`
	Org       int32  `protobuf:"varint,2,opt,name=org,proto3" json:"org,omitempty"`
	// contains filtered or unexported fields
}

func (*TokenAndOrg) Descriptor deprecated added in v0.7.6

func (*TokenAndOrg) Descriptor() ([]byte, []int)

Deprecated: Use TokenAndOrg.ProtoReflect.Descriptor instead.

func (*TokenAndOrg) GetOrg added in v0.7.7

func (x *TokenAndOrg) GetOrg() int32

func (*TokenAndOrg) GetUserToken added in v0.8.0

func (x *TokenAndOrg) GetUserToken() string

func (*TokenAndOrg) ProtoMessage added in v0.7.6

func (*TokenAndOrg) ProtoMessage()

func (*TokenAndOrg) ProtoReflect added in v0.7.6

func (x *TokenAndOrg) ProtoReflect() protoreflect.Message

func (*TokenAndOrg) Reset added in v0.7.6

func (x *TokenAndOrg) Reset()

func (*TokenAndOrg) String added in v0.7.6

func (x *TokenAndOrg) String() string

type TransactionData added in v0.3.3

type TransactionData struct {
	Name   string  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Dot    string  `protobuf:"bytes,2,opt,name=dot,proto3" json:"dot,omitempty"`
	Amount float64 `protobuf:"fixed64,3,opt,name=amount,proto3" json:"amount,omitempty"`
	Change int32   `protobuf:"varint,4,opt,name=change,proto3" json:"change,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionData) Descriptor deprecated added in v0.3.3

func (*TransactionData) Descriptor() ([]byte, []int)

Deprecated: Use TransactionData.ProtoReflect.Descriptor instead.

func (*TransactionData) GetAmount added in v0.3.3

func (x *TransactionData) GetAmount() float64

func (*TransactionData) GetChange added in v0.3.3

func (x *TransactionData) GetChange() int32

func (*TransactionData) GetDot added in v0.3.3

func (x *TransactionData) GetDot() string

func (*TransactionData) GetName added in v0.3.3

func (x *TransactionData) GetName() string

func (*TransactionData) ProtoMessage added in v0.3.3

func (*TransactionData) ProtoMessage()

func (*TransactionData) ProtoReflect added in v0.3.3

func (x *TransactionData) ProtoReflect() protoreflect.Message

func (*TransactionData) Reset added in v0.3.3

func (x *TransactionData) Reset()

func (*TransactionData) String added in v0.3.3

func (x *TransactionData) String() string

type TransactionItemID added in v0.2.1

type TransactionItemID struct {
	ItemId string `protobuf:"bytes,1,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionItemID) Descriptor deprecated added in v0.2.1

func (*TransactionItemID) Descriptor() ([]byte, []int)

Deprecated: Use TransactionItemID.ProtoReflect.Descriptor instead.

func (*TransactionItemID) GetItemId added in v0.3.9

func (x *TransactionItemID) GetItemId() string

func (*TransactionItemID) ProtoMessage added in v0.2.1

func (*TransactionItemID) ProtoMessage()

func (*TransactionItemID) ProtoReflect added in v0.2.1

func (x *TransactionItemID) ProtoReflect() protoreflect.Message

func (*TransactionItemID) Reset added in v0.2.1

func (x *TransactionItemID) Reset()

func (*TransactionItemID) String added in v0.2.1

func (x *TransactionItemID) String() string

type TransferPDFParams added in v0.2.5

type TransferPDFParams struct {

	// add start and end date
	UserToken string `protobuf:"bytes,1,opt,name=user_token,json=userToken,proto3" json:"user_token,omitempty"`
	// contains filtered or unexported fields
}

func (*TransferPDFParams) Descriptor deprecated added in v0.2.5

func (*TransferPDFParams) Descriptor() ([]byte, []int)

Deprecated: Use TransferPDFParams.ProtoReflect.Descriptor instead.

func (*TransferPDFParams) GetUserToken added in v0.3.9

func (x *TransferPDFParams) GetUserToken() string

func (*TransferPDFParams) ProtoMessage added in v0.2.5

func (*TransferPDFParams) ProtoMessage()

func (*TransferPDFParams) ProtoReflect added in v0.2.5

func (x *TransferPDFParams) ProtoReflect() protoreflect.Message

func (*TransferPDFParams) Reset added in v0.2.5

func (x *TransferPDFParams) Reset()

func (*TransferPDFParams) String added in v0.2.5

func (x *TransferPDFParams) String() string

type TransferPDFServiceClient added in v0.2.5

type TransferPDFServiceClient interface {
	TransferPDF(ctx context.Context, in *TransferPDFParams, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

TransferPDFServiceClient is the client API for TransferPDFService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewTransferPDFServiceClient added in v0.2.5

func NewTransferPDFServiceClient(cc grpc.ClientConnInterface) TransferPDFServiceClient

type TransferPDFServiceServer added in v0.2.5

type TransferPDFServiceServer interface {
	TransferPDF(context.Context, *TransferPDFParams) (*GlobalSuccessReply, error)
}

TransferPDFServiceServer is the server API for TransferPDFService service.

type UnimplementedAddNewCardServiceServer added in v1.0.0

type UnimplementedAddNewCardServiceServer struct {
}

UnimplementedAddNewCardServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedAddNewCardServiceServer) AddNewCard added in v1.0.0

type UnimplementedAuthLoginServiceServer added in v0.1.0

type UnimplementedAuthLoginServiceServer struct {
}

UnimplementedAuthLoginServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedAuthLoginServiceServer) AuthLogin added in v0.1.0

type UnimplementedBeginTransactionWHServiceServer added in v0.2.1

type UnimplementedBeginTransactionWHServiceServer struct {
}

UnimplementedBeginTransactionWHServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedBeginTransactionWHServiceServer) BeginTransactionWH added in v0.2.1

type UnimplementedCheckCardLinkedServiceServer added in v1.0.2

type UnimplementedCheckCardLinkedServiceServer struct {
}

UnimplementedCheckCardLinkedServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedCheckCardLinkedServiceServer) CheckCardLinked added in v1.0.2

type UnimplementedCheckOrgSignUpServiceServer added in v0.0.7

type UnimplementedCheckOrgSignUpServiceServer struct {
}

UnimplementedCheckOrgSignUpServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedCheckOrgSignUpServiceServer) CheckOrgSignUp added in v0.0.7

type UnimplementedCheckOrgTosAcceptedServiceServer added in v0.6.1

type UnimplementedCheckOrgTosAcceptedServiceServer struct {
}

UnimplementedCheckOrgTosAcceptedServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedCheckOrgTosAcceptedServiceServer) CheckOrgTosAccepted added in v0.6.1

type UnimplementedCheckUserSignUpServiceServer

type UnimplementedCheckUserSignUpServiceServer struct {
}

UnimplementedCheckUserSignUpServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedCheckUserSignUpServiceServer) CheckUserSignUp

type UnimplementedConfirmTransferServiceServer added in v0.2.1

type UnimplementedConfirmTransferServiceServer struct {
}

UnimplementedConfirmTransferServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedConfirmTransferServiceServer) ConfirmTransfer added in v0.2.1

type UnimplementedCreateCardLinkTokenServiceServer added in v1.0.2

type UnimplementedCreateCardLinkTokenServiceServer struct {
}

UnimplementedCreateCardLinkTokenServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedCreateCardLinkTokenServiceServer) CreateCardLinkToken added in v1.0.2

type UnimplementedDeleteUsersBAServiceServer added in v0.4.8

type UnimplementedDeleteUsersBAServiceServer struct {
}

UnimplementedDeleteUsersBAServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedDeleteUsersBAServiceServer) DeleteUsersBA added in v0.4.8

type UnimplementedEmailAllRecieptsServiceServer added in v0.8.9

type UnimplementedEmailAllRecieptsServiceServer struct {
}

UnimplementedEmailAllRecieptsServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedEmailAllRecieptsServiceServer) EmailAllReciepts added in v0.8.9

type UnimplementedForgotPassServiceServer added in v0.5.6

type UnimplementedForgotPassServiceServer struct {
}

UnimplementedForgotPassServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedForgotPassServiceServer) ForgotPass added in v0.5.6

type UnimplementedGetDashboardServiceServer added in v0.6.5

type UnimplementedGetDashboardServiceServer struct {
}

UnimplementedGetDashboardServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedGetDashboardServiceServer) GetDashboard added in v0.6.5

type UnimplementedGetOrgInfoSearchServiceServer added in v0.7.5

type UnimplementedGetOrgInfoSearchServiceServer struct {
}

UnimplementedGetOrgInfoSearchServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedGetOrgInfoSearchServiceServer) GetOrgInfoSearch added in v0.7.5

type UnimplementedGetOrgsSearchServiceServer added in v0.7.9

type UnimplementedGetOrgsSearchServiceServer struct {
}

UnimplementedGetOrgsSearchServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedGetOrgsSearchServiceServer) GetOrgsSearch added in v0.7.9

type UnimplementedGetTransactionsServiceServer added in v0.3.3

type UnimplementedGetTransactionsServiceServer struct {
}

UnimplementedGetTransactionsServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedGetTransactionsServiceServer) GetTransactions added in v0.3.3

type UnimplementedGetTransfersServiceServer added in v0.6.7

type UnimplementedGetTransfersServiceServer struct {
}

UnimplementedGetTransfersServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedGetTransfersServiceServer) GetTransfers added in v0.6.7

type UnimplementedGetUsersOrgInfoServiceServer added in v0.4.2

type UnimplementedGetUsersOrgInfoServiceServer struct {
}

UnimplementedGetUsersOrgInfoServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedGetUsersOrgInfoServiceServer) GetUsersOrgInfo added in v0.4.2

type UnimplementedGetUsersProfileServiceServer added in v0.4.5

type UnimplementedGetUsersProfileServiceServer struct {
}

UnimplementedGetUsersProfileServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedGetUsersProfileServiceServer) GetUsersProfile added in v0.4.5

type UnimplementedGetUsersTotalsServiceServer added in v0.4.3

type UnimplementedGetUsersTotalsServiceServer struct {
}

UnimplementedGetUsersTotalsServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedGetUsersTotalsServiceServer) GetUsersTotals added in v0.4.3

type UnimplementedHourlyDBCallServiceServer added in v1.0.3

type UnimplementedHourlyDBCallServiceServer struct {
}

UnimplementedHourlyDBCallServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedHourlyDBCallServiceServer) HourlyDBCall added in v1.0.3

type UnimplementedManualCompleteOrgSignUpServiceServer added in v0.9.1

type UnimplementedManualCompleteOrgSignUpServiceServer struct {
}

UnimplementedManualCompleteOrgSignUpServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedManualCompleteOrgSignUpServiceServer) ManualCompleteOrgSignUp added in v0.9.1

type UnimplementedOrgSignUpServiceServer added in v0.0.4

type UnimplementedOrgSignUpServiceServer struct {
}

UnimplementedOrgSignUpServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedOrgSignUpServiceServer) SendOrgSignUp added in v0.0.4

type UnimplementedOrgsGetLogoServiceServer added in v0.6.9

type UnimplementedOrgsGetLogoServiceServer struct {
}

UnimplementedOrgsGetLogoServiceServer can be embedded to have forward compatible implementations.

type UnimplementedOrgsGetQrServiceServer added in v0.6.9

type UnimplementedOrgsGetQrServiceServer struct {
}

UnimplementedOrgsGetQrServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedOrgsGetQrServiceServer) OrgsGetQr added in v0.6.9

type UnimplementedResendEmailAuthServiceServer added in v0.4.4

type UnimplementedResendEmailAuthServiceServer struct {
}

UnimplementedResendEmailAuthServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedResendEmailAuthServiceServer) ResendEmailAuth added in v0.4.4

type UnimplementedResendOrgsTosServiceServer added in v0.6.2

type UnimplementedResendOrgsTosServiceServer struct {
}

UnimplementedResendOrgsTosServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedResendOrgsTosServiceServer) ResendOrgsTos added in v0.6.2

type UnimplementedSaveLogoServiceServer added in v0.3.0

type UnimplementedSaveLogoServiceServer struct {
}

UnimplementedSaveLogoServiceServer can be embedded to have forward compatible implementations.

type UnimplementedSearchOrgNameServiceServer added in v0.2.1

type UnimplementedSearchOrgNameServiceServer struct {
}

UnimplementedSearchOrgNameServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedSearchOrgNameServiceServer) SearchOrgName added in v0.2.1

type UnimplementedSendForgotPassServiceServer added in v0.5.6

type UnimplementedSendForgotPassServiceServer struct {
}

UnimplementedSendForgotPassServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedSendForgotPassServiceServer) SendForgotPass added in v0.5.6

type UnimplementedSetOrgServiceServer added in v0.7.5

type UnimplementedSetOrgServiceServer struct {
}

UnimplementedSetOrgServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedSetOrgServiceServer) SetOrg added in v0.7.5

type UnimplementedTransferPDFServiceServer added in v0.2.5

type UnimplementedTransferPDFServiceServer struct {
}

UnimplementedTransferPDFServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedTransferPDFServiceServer) TransferPDF added in v0.2.5

type UnimplementedUpdateMonthlyLimitServiceServer added in v0.9.7

type UnimplementedUpdateMonthlyLimitServiceServer struct {
}

UnimplementedUpdateMonthlyLimitServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedUpdateMonthlyLimitServiceServer) UpdateMonthlyLimit added in v0.9.7

type UnimplementedUpdateOrgInfoServiceServer added in v0.8.5

type UnimplementedUpdateOrgInfoServiceServer struct {
}

UnimplementedUpdateOrgInfoServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedUpdateOrgInfoServiceServer) UpdateOrgInfo added in v0.8.5

type UnimplementedUpdateOrgItemServiceServer added in v0.9.1

type UnimplementedUpdateOrgItemServiceServer struct {
}

UnimplementedUpdateOrgItemServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedUpdateOrgItemServiceServer) UpdateOrgItem added in v0.9.1

type UnimplementedUpdateRoundUpStatusServiceServer added in v1.0.4

type UnimplementedUpdateRoundUpStatusServiceServer struct {
}

UnimplementedUpdateRoundUpStatusServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedUpdateRoundUpStatusServiceServer) UpdateRoundUpStatus added in v1.0.4

type UnimplementedUpdateThresholdServiceServer added in v0.3.5

type UnimplementedUpdateThresholdServiceServer struct {
}

UnimplementedUpdateThresholdServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedUpdateThresholdServiceServer) UpdateThreshold added in v0.3.5

type UnimplementedUpdateUsersBAServiceServer added in v0.5.0

type UnimplementedUpdateUsersBAServiceServer struct {
}

UnimplementedUpdateUsersBAServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedUpdateUsersBAServiceServer) UpdateUsersBA added in v0.5.0

type UnimplementedUserSignUpServiceServer

type UnimplementedUserSignUpServiceServer struct {
}

UnimplementedUserSignUpServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedUserSignUpServiceServer) SendUserSignUp

type UnimplementedValidKeyServiceServer added in v0.5.6

type UnimplementedValidKeyServiceServer struct {
}

UnimplementedValidKeyServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedValidKeyServiceServer) ValidKey added in v0.5.6

type UnimplementedValidNewAccServiceServer added in v0.5.3

type UnimplementedValidNewAccServiceServer struct {
}

UnimplementedValidNewAccServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedValidNewAccServiceServer) ValidNewAcc added in v0.5.3

type UnimplementedValidPassServiceServer added in v0.5.4

type UnimplementedValidPassServiceServer struct {
}

UnimplementedValidPassServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedValidPassServiceServer) ValidPass added in v0.5.4

type UpdateMonthlyLimitServiceClient added in v0.9.7

type UpdateMonthlyLimitServiceClient interface {
	UpdateMonthlyLimit(ctx context.Context, in *UpdateThresholdMsg, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

UpdateMonthlyLimitServiceClient is the client API for UpdateMonthlyLimitService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewUpdateMonthlyLimitServiceClient added in v0.9.7

func NewUpdateMonthlyLimitServiceClient(cc grpc.ClientConnInterface) UpdateMonthlyLimitServiceClient

type UpdateMonthlyLimitServiceServer added in v0.9.7

type UpdateMonthlyLimitServiceServer interface {
	UpdateMonthlyLimit(context.Context, *UpdateThresholdMsg) (*GlobalSuccessReply, error)
}

UpdateMonthlyLimitServiceServer is the server API for UpdateMonthlyLimitService service.

type UpdateOrgInfoServiceClient added in v0.8.5

type UpdateOrgInfoServiceClient interface {
	UpdateOrgInfo(ctx context.Context, in *UpdateOrgMsg, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

UpdateOrgInfoServiceClient is the client API for UpdateOrgInfoService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewUpdateOrgInfoServiceClient added in v0.8.5

func NewUpdateOrgInfoServiceClient(cc grpc.ClientConnInterface) UpdateOrgInfoServiceClient

type UpdateOrgInfoServiceServer added in v0.8.5

type UpdateOrgInfoServiceServer interface {
	UpdateOrgInfo(context.Context, *UpdateOrgMsg) (*GlobalSuccessReply, error)
}

UpdateOrgInfoServiceServer is the server API for UpdateOrgInfoService service.

type UpdateOrgItemServiceClient added in v0.9.1

type UpdateOrgItemServiceClient interface {
	UpdateOrgItem(ctx context.Context, in *OrgSignUp, opts ...grpc.CallOption) (*OrgSignUp, error)
}

UpdateOrgItemServiceClient is the client API for UpdateOrgItemService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewUpdateOrgItemServiceClient added in v0.9.1

func NewUpdateOrgItemServiceClient(cc grpc.ClientConnInterface) UpdateOrgItemServiceClient

type UpdateOrgItemServiceServer added in v0.9.1

type UpdateOrgItemServiceServer interface {
	UpdateOrgItem(context.Context, *OrgSignUp) (*OrgSignUp, error)
}

UpdateOrgItemServiceServer is the server API for UpdateOrgItemService service.

type UpdateOrgMsg added in v0.8.3

type UpdateOrgMsg struct {
	OrgToken    string `protobuf:"bytes,1,opt,name=org_token,json=orgToken,proto3" json:"org_token,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrgMsg) Descriptor deprecated added in v0.8.3

func (*UpdateOrgMsg) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrgMsg.ProtoReflect.Descriptor instead.

func (*UpdateOrgMsg) GetDescription added in v0.8.3

func (x *UpdateOrgMsg) GetDescription() string

func (*UpdateOrgMsg) GetName added in v0.8.3

func (x *UpdateOrgMsg) GetName() string

func (*UpdateOrgMsg) GetOrgToken added in v0.8.3

func (x *UpdateOrgMsg) GetOrgToken() string

func (*UpdateOrgMsg) ProtoMessage added in v0.8.3

func (*UpdateOrgMsg) ProtoMessage()

func (*UpdateOrgMsg) ProtoReflect added in v0.8.3

func (x *UpdateOrgMsg) ProtoReflect() protoreflect.Message

func (*UpdateOrgMsg) Reset added in v0.8.3

func (x *UpdateOrgMsg) Reset()

func (*UpdateOrgMsg) String added in v0.8.3

func (x *UpdateOrgMsg) String() string

type UpdateRoundUpStatusServiceClient added in v1.0.4

type UpdateRoundUpStatusServiceClient interface {
	UpdateRoundUpStatus(ctx context.Context, in *StatusUpdate, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

UpdateRoundUpStatusServiceClient is the client API for UpdateRoundUpStatusService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewUpdateRoundUpStatusServiceClient added in v1.0.4

func NewUpdateRoundUpStatusServiceClient(cc grpc.ClientConnInterface) UpdateRoundUpStatusServiceClient

type UpdateRoundUpStatusServiceServer added in v1.0.4

type UpdateRoundUpStatusServiceServer interface {
	UpdateRoundUpStatus(context.Context, *StatusUpdate) (*GlobalSuccessReply, error)
}

UpdateRoundUpStatusServiceServer is the server API for UpdateRoundUpStatusService service.

type UpdateThresholdMsg added in v0.3.5

type UpdateThresholdMsg struct {
	UserToken    string `protobuf:"bytes,1,opt,name=user_token,json=userToken,proto3" json:"user_token,omitempty"`
	Threshold    int32  `protobuf:"varint,2,opt,name=threshold,proto3" json:"threshold,omitempty"`
	MonthlyLimit int32  `protobuf:"varint,3,opt,name=monthly_limit,json=monthlyLimit,proto3" json:"monthly_limit,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateThresholdMsg) Descriptor deprecated added in v0.3.5

func (*UpdateThresholdMsg) Descriptor() ([]byte, []int)

Deprecated: Use UpdateThresholdMsg.ProtoReflect.Descriptor instead.

func (*UpdateThresholdMsg) GetMonthlyLimit added in v0.9.7

func (x *UpdateThresholdMsg) GetMonthlyLimit() int32

func (*UpdateThresholdMsg) GetThreshold added in v0.3.5

func (x *UpdateThresholdMsg) GetThreshold() int32

func (*UpdateThresholdMsg) GetUserToken added in v0.3.6

func (x *UpdateThresholdMsg) GetUserToken() string

func (*UpdateThresholdMsg) ProtoMessage added in v0.3.5

func (*UpdateThresholdMsg) ProtoMessage()

func (*UpdateThresholdMsg) ProtoReflect added in v0.3.5

func (x *UpdateThresholdMsg) ProtoReflect() protoreflect.Message

func (*UpdateThresholdMsg) Reset added in v0.3.5

func (x *UpdateThresholdMsg) Reset()

func (*UpdateThresholdMsg) String added in v0.3.5

func (x *UpdateThresholdMsg) String() string

type UpdateThresholdServiceClient added in v0.3.5

type UpdateThresholdServiceClient interface {
	UpdateThreshold(ctx context.Context, in *UpdateThresholdMsg, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

UpdateThresholdServiceClient is the client API for UpdateThresholdService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewUpdateThresholdServiceClient added in v0.3.5

func NewUpdateThresholdServiceClient(cc grpc.ClientConnInterface) UpdateThresholdServiceClient

type UpdateThresholdServiceServer added in v0.3.5

type UpdateThresholdServiceServer interface {
	UpdateThreshold(context.Context, *UpdateThresholdMsg) (*GlobalSuccessReply, error)
}

UpdateThresholdServiceServer is the server API for UpdateThresholdService service.

type UpdateUsersBAServiceClient added in v0.5.0

type UpdateUsersBAServiceClient interface {
	UpdateUsersBA(ctx context.Context, in *UserSignUp, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

UpdateUsersBAServiceClient is the client API for UpdateUsersBAService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewUpdateUsersBAServiceClient added in v0.5.0

func NewUpdateUsersBAServiceClient(cc grpc.ClientConnInterface) UpdateUsersBAServiceClient

type UpdateUsersBAServiceServer added in v0.5.0

type UpdateUsersBAServiceServer interface {
	UpdateUsersBA(context.Context, *UserSignUp) (*GlobalSuccessReply, error)
}

UpdateUsersBAServiceServer is the server API for UpdateUsersBAService service.

type UserCard added in v1.0.1

type UserCard struct {
	BankName    string `protobuf:"bytes,1,opt,name=bank_name,json=bankName,proto3" json:"bank_name,omitempty"`
	Mask        int32  `protobuf:"varint,2,opt,name=mask,proto3" json:"mask,omitempty"`
	SelectedOrg int32  `protobuf:"varint,3,opt,name=selected_org,json=selectedOrg,proto3" json:"selected_org,omitempty"`
	// contains filtered or unexported fields
}

func (*UserCard) Descriptor deprecated added in v1.0.1

func (*UserCard) Descriptor() ([]byte, []int)

Deprecated: Use UserCard.ProtoReflect.Descriptor instead.

func (*UserCard) GetBankName added in v1.0.1

func (x *UserCard) GetBankName() string

func (*UserCard) GetMask added in v1.0.1

func (x *UserCard) GetMask() int32

func (*UserCard) GetSelectedOrg added in v1.0.1

func (x *UserCard) GetSelectedOrg() int32

func (*UserCard) ProtoMessage added in v1.0.1

func (*UserCard) ProtoMessage()

func (*UserCard) ProtoReflect added in v1.0.1

func (x *UserCard) ProtoReflect() protoreflect.Message

func (*UserCard) Reset added in v1.0.1

func (x *UserCard) Reset()

func (*UserCard) String added in v1.0.1

func (x *UserCard) String() string

type UserSignUp

type UserSignUp struct {
	Email            string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	Password         string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	UserToken        string `protobuf:"bytes,4,opt,name=user_token,json=userToken,proto3" json:"user_token,omitempty"`
	PlaidPublicToken string `protobuf:"bytes,5,opt,name=plaid_public_token,json=plaidPublicToken,proto3" json:"plaid_public_token,omitempty"`
	PlaidAccountId   string `protobuf:"bytes,6,opt,name=plaid_account_id,json=plaidAccountId,proto3" json:"plaid_account_id,omitempty"`
	Key              int32  `protobuf:"varint,8,opt,name=key,proto3" json:"key,omitempty"`
	Mask             int32  `protobuf:"varint,9,opt,name=mask,proto3" json:"mask,omitempty"`
	BankName         string `protobuf:"bytes,10,opt,name=bank_name,json=bankName,proto3" json:"bank_name,omitempty"`
	Name             string `protobuf:"bytes,11,opt,name=name,proto3" json:"name,omitempty"`
	LegalName        string `protobuf:"bytes,12,opt,name=legal_name,json=legalName,proto3" json:"legal_name,omitempty"`
	// contains filtered or unexported fields
}

func (*UserSignUp) Descriptor deprecated

func (*UserSignUp) Descriptor() ([]byte, []int)

Deprecated: Use UserSignUp.ProtoReflect.Descriptor instead.

func (*UserSignUp) GetBankName added in v0.4.6

func (x *UserSignUp) GetBankName() string

func (*UserSignUp) GetEmail

func (x *UserSignUp) GetEmail() string

func (*UserSignUp) GetKey

func (x *UserSignUp) GetKey() int32

func (*UserSignUp) GetLegalName added in v0.7.1

func (x *UserSignUp) GetLegalName() string

func (*UserSignUp) GetMask added in v0.4.6

func (x *UserSignUp) GetMask() int32

func (*UserSignUp) GetName added in v0.5.8

func (x *UserSignUp) GetName() string

func (*UserSignUp) GetPassword

func (x *UserSignUp) GetPassword() string

func (*UserSignUp) GetPlaidAccountId added in v0.3.8

func (x *UserSignUp) GetPlaidAccountId() string

func (*UserSignUp) GetPlaidPublicToken added in v0.3.8

func (x *UserSignUp) GetPlaidPublicToken() string

func (*UserSignUp) GetUserToken added in v0.3.8

func (x *UserSignUp) GetUserToken() string

func (*UserSignUp) ProtoMessage

func (*UserSignUp) ProtoMessage()

func (*UserSignUp) ProtoReflect

func (x *UserSignUp) ProtoReflect() protoreflect.Message

func (*UserSignUp) Reset

func (x *UserSignUp) Reset()

func (*UserSignUp) String

func (x *UserSignUp) String() string

type UserSignUpServiceClient

type UserSignUpServiceClient interface {
	SendUserSignUp(ctx context.Context, in *UserSignUp, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

UserSignUpServiceClient is the client API for UserSignUpService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type UserSignUpServiceServer

type UserSignUpServiceServer interface {
	SendUserSignUp(context.Context, *UserSignUp) (*GlobalSuccessReply, error)
}

UserSignUpServiceServer is the server API for UserSignUpService service.

type UserToken added in v0.4.2

type UserToken struct {
	UserToken string `protobuf:"bytes,1,opt,name=user_token,json=userToken,proto3" json:"user_token,omitempty"`
	Device    string `protobuf:"bytes,2,opt,name=device,proto3" json:"device,omitempty"`
	// contains filtered or unexported fields
}

func (*UserToken) Descriptor deprecated added in v0.4.2

func (*UserToken) Descriptor() ([]byte, []int)

Deprecated: Use UserToken.ProtoReflect.Descriptor instead.

func (*UserToken) GetDevice added in v1.0.6

func (x *UserToken) GetDevice() string

func (*UserToken) GetUserToken added in v0.4.2

func (x *UserToken) GetUserToken() string

func (*UserToken) ProtoMessage added in v0.4.2

func (*UserToken) ProtoMessage()

func (*UserToken) ProtoReflect added in v0.4.2

func (x *UserToken) ProtoReflect() protoreflect.Message

func (*UserToken) Reset added in v0.4.2

func (x *UserToken) Reset()

func (*UserToken) String added in v0.4.2

func (x *UserToken) String() string

type UsersOrgInfoReply added in v0.4.2

type UsersOrgInfoReply struct {
	Name         string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	LogoLocation string `protobuf:"bytes,2,opt,name=logo_location,json=logoLocation,proto3" json:"logo_location,omitempty"`
	// contains filtered or unexported fields
}

func (*UsersOrgInfoReply) Descriptor deprecated added in v0.4.2

func (*UsersOrgInfoReply) Descriptor() ([]byte, []int)

Deprecated: Use UsersOrgInfoReply.ProtoReflect.Descriptor instead.

func (*UsersOrgInfoReply) GetLogoLocation added in v0.4.2

func (x *UsersOrgInfoReply) GetLogoLocation() string

func (*UsersOrgInfoReply) GetName added in v0.4.2

func (x *UsersOrgInfoReply) GetName() string

func (*UsersOrgInfoReply) ProtoMessage added in v0.4.2

func (*UsersOrgInfoReply) ProtoMessage()

func (*UsersOrgInfoReply) ProtoReflect added in v0.4.2

func (x *UsersOrgInfoReply) ProtoReflect() protoreflect.Message

func (*UsersOrgInfoReply) Reset added in v0.4.2

func (x *UsersOrgInfoReply) Reset()

func (*UsersOrgInfoReply) String added in v0.4.2

func (x *UsersOrgInfoReply) String() string

type UsersProfileReply added in v0.4.5

type UsersProfileReply struct {
	Threshold     int32       `protobuf:"varint,1,opt,name=threshold,proto3" json:"threshold,omitempty"`
	Mask          int32       `protobuf:"varint,2,opt,name=mask,proto3" json:"mask,omitempty"`
	BankName      string      `protobuf:"bytes,3,opt,name=bank_name,json=bankName,proto3" json:"bank_name,omitempty"`
	LegalName     string      `protobuf:"bytes,4,opt,name=legal_name,json=legalName,proto3" json:"legal_name,omitempty"`
	MonthlyLimit  int32       `protobuf:"varint,5,opt,name=monthly_limit,json=monthlyLimit,proto3" json:"monthly_limit,omitempty"`
	Cards         []*UserCard `protobuf:"bytes,6,rep,name=cards,proto3" json:"cards,omitempty"`
	RoundUpStatus bool        `protobuf:"varint,7,opt,name=round_up_status,json=roundUpStatus,proto3" json:"round_up_status,omitempty"`
	// contains filtered or unexported fields
}

func (*UsersProfileReply) Descriptor deprecated added in v0.4.5

func (*UsersProfileReply) Descriptor() ([]byte, []int)

Deprecated: Use UsersProfileReply.ProtoReflect.Descriptor instead.

func (*UsersProfileReply) GetBankName added in v0.4.7

func (x *UsersProfileReply) GetBankName() string

func (*UsersProfileReply) GetCards added in v1.0.1

func (x *UsersProfileReply) GetCards() []*UserCard

func (*UsersProfileReply) GetLegalName added in v0.7.3

func (x *UsersProfileReply) GetLegalName() string

func (*UsersProfileReply) GetMask added in v0.4.7

func (x *UsersProfileReply) GetMask() int32

func (*UsersProfileReply) GetMonthlyLimit added in v0.9.7

func (x *UsersProfileReply) GetMonthlyLimit() int32

func (*UsersProfileReply) GetRoundUpStatus added in v1.0.4

func (x *UsersProfileReply) GetRoundUpStatus() bool

func (*UsersProfileReply) GetThreshold added in v0.4.5

func (x *UsersProfileReply) GetThreshold() int32

func (*UsersProfileReply) ProtoMessage added in v0.4.5

func (*UsersProfileReply) ProtoMessage()

func (*UsersProfileReply) ProtoReflect added in v0.4.5

func (x *UsersProfileReply) ProtoReflect() protoreflect.Message

func (*UsersProfileReply) Reset added in v0.4.5

func (x *UsersProfileReply) Reset()

func (*UsersProfileReply) String added in v0.4.5

func (x *UsersProfileReply) String() string

type UsersTotalsReply added in v0.4.3

type UsersTotalsReply struct {
	MonthlyTotal int64 `protobuf:"varint,1,opt,name=monthly_total,json=monthlyTotal,proto3" json:"monthly_total,omitempty"`
	WeeklyTotal  int64 `protobuf:"varint,2,opt,name=weekly_total,json=weeklyTotal,proto3" json:"weekly_total,omitempty"`
	// contains filtered or unexported fields
}

func (*UsersTotalsReply) Descriptor deprecated added in v0.4.3

func (*UsersTotalsReply) Descriptor() ([]byte, []int)

Deprecated: Use UsersTotalsReply.ProtoReflect.Descriptor instead.

func (*UsersTotalsReply) GetMonthlyTotal added in v0.4.3

func (x *UsersTotalsReply) GetMonthlyTotal() int64

func (*UsersTotalsReply) GetWeeklyTotal added in v0.4.3

func (x *UsersTotalsReply) GetWeeklyTotal() int64

func (*UsersTotalsReply) ProtoMessage added in v0.4.3

func (*UsersTotalsReply) ProtoMessage()

func (*UsersTotalsReply) ProtoReflect added in v0.4.3

func (x *UsersTotalsReply) ProtoReflect() protoreflect.Message

func (*UsersTotalsReply) Reset added in v0.4.3

func (x *UsersTotalsReply) Reset()

func (*UsersTotalsReply) String added in v0.4.3

func (x *UsersTotalsReply) String() string

type ValidKeyServiceClient added in v0.5.6

type ValidKeyServiceClient interface {
	ValidKey(ctx context.Context, in *ValidPassMsg, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

ValidKeyServiceClient is the client API for ValidKeyService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewValidKeyServiceClient added in v0.5.6

func NewValidKeyServiceClient(cc grpc.ClientConnInterface) ValidKeyServiceClient

type ValidKeyServiceServer added in v0.5.6

type ValidKeyServiceServer interface {
	ValidKey(context.Context, *ValidPassMsg) (*GlobalSuccessReply, error)
}

ValidKeyServiceServer is the server API for ValidKeyService service.

type ValidNewAccMsg added in v0.5.3

type ValidNewAccMsg struct {
	AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidNewAccMsg) Descriptor deprecated added in v0.5.3

func (*ValidNewAccMsg) Descriptor() ([]byte, []int)

Deprecated: Use ValidNewAccMsg.ProtoReflect.Descriptor instead.

func (*ValidNewAccMsg) GetAccountId added in v0.5.3

func (x *ValidNewAccMsg) GetAccountId() string

func (*ValidNewAccMsg) ProtoMessage added in v0.5.3

func (*ValidNewAccMsg) ProtoMessage()

func (*ValidNewAccMsg) ProtoReflect added in v0.5.3

func (x *ValidNewAccMsg) ProtoReflect() protoreflect.Message

func (*ValidNewAccMsg) Reset added in v0.5.3

func (x *ValidNewAccMsg) Reset()

func (*ValidNewAccMsg) String added in v0.5.3

func (x *ValidNewAccMsg) String() string

type ValidNewAccServiceClient added in v0.5.3

type ValidNewAccServiceClient interface {
	ValidNewAcc(ctx context.Context, in *ValidNewAccMsg, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

ValidNewAccServiceClient is the client API for ValidNewAccService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewValidNewAccServiceClient added in v0.5.3

func NewValidNewAccServiceClient(cc grpc.ClientConnInterface) ValidNewAccServiceClient

type ValidNewAccServiceServer added in v0.5.3

type ValidNewAccServiceServer interface {
	ValidNewAcc(context.Context, *ValidNewAccMsg) (*GlobalSuccessReply, error)
}

ValidNewAccServiceServer is the server API for ValidNewAccService service.

type ValidPassMsg added in v0.5.4

type ValidPassMsg struct {
	Token    string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	Table    string `protobuf:"bytes,2,opt,name=table,proto3" json:"table,omitempty"`
	Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	Key      int32  `protobuf:"varint,4,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidPassMsg) Descriptor deprecated added in v0.5.4

func (*ValidPassMsg) Descriptor() ([]byte, []int)

Deprecated: Use ValidPassMsg.ProtoReflect.Descriptor instead.

func (*ValidPassMsg) GetKey added in v0.5.6

func (x *ValidPassMsg) GetKey() int32

func (*ValidPassMsg) GetPassword added in v0.5.5

func (x *ValidPassMsg) GetPassword() string

func (*ValidPassMsg) GetTable added in v0.5.4

func (x *ValidPassMsg) GetTable() string

func (*ValidPassMsg) GetToken added in v0.5.4

func (x *ValidPassMsg) GetToken() string

func (*ValidPassMsg) ProtoMessage added in v0.5.4

func (*ValidPassMsg) ProtoMessage()

func (*ValidPassMsg) ProtoReflect added in v0.5.4

func (x *ValidPassMsg) ProtoReflect() protoreflect.Message

func (*ValidPassMsg) Reset added in v0.5.4

func (x *ValidPassMsg) Reset()

func (*ValidPassMsg) String added in v0.5.4

func (x *ValidPassMsg) String() string

type ValidPassServiceClient added in v0.5.4

type ValidPassServiceClient interface {
	ValidPass(ctx context.Context, in *ValidPassMsg, opts ...grpc.CallOption) (*GlobalSuccessReply, error)
}

ValidPassServiceClient is the client API for ValidPassService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewValidPassServiceClient added in v0.5.4

func NewValidPassServiceClient(cc grpc.ClientConnInterface) ValidPassServiceClient

type ValidPassServiceServer added in v0.5.4

type ValidPassServiceServer interface {
	ValidPass(context.Context, *ValidPassMsg) (*GlobalSuccessReply, error)
}

ValidPassServiceServer is the server API for ValidPassService service.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL