Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterAdminApiServiceServer(s *grpc.Server, srv AdminApiServiceServer)
- func RegisterDBServiceServer(s *grpc.Server, srv DBServiceServer)
- func RegisterJwtServiceServer(s *grpc.Server, srv JwtServiceServer)
- func RegisterMailServiceServer(s *grpc.Server, srv MailServiceServer)
- func RegisterNotificationServiceServer(s *grpc.Server, srv NotificationServiceServer)
- func RegisterPayServiceServer(s *grpc.Server, srv PayServiceServer)
- func RegisterSSEServiceServer(s *grpc.Server, srv SSEServiceServer)
- func RegisterTwoFactorAuthServiceServer(s *grpc.Server, srv TwoFactorAuthServiceServer)
- type AddKycDocumentRequest
- func (*AddKycDocumentRequest) Descriptor() ([]byte, []int)
- func (m *AddKycDocumentRequest) GetBase() *BaseRequest
- func (m *AddKycDocumentRequest) GetDocumentFormat() DocumentFormat
- func (m *AddKycDocumentRequest) GetDocumentSide() DocumentSide
- func (m *AddKycDocumentRequest) GetDocumentType() DocumentType
- func (m *AddKycDocumentRequest) GetIdCountryCode() string
- func (m *AddKycDocumentRequest) GetIdExpirationDate() int64
- func (m *AddKycDocumentRequest) GetIdIssueDate() int64
- func (m *AddKycDocumentRequest) GetIdNumber() string
- func (m *AddKycDocumentRequest) GetUserId() int64
- func (*AddKycDocumentRequest) ProtoMessage()
- func (m *AddKycDocumentRequest) Reset()
- func (m *AddKycDocumentRequest) String() string
- func (m *AddKycDocumentRequest) XXX_DiscardUnknown()
- func (m *AddKycDocumentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AddKycDocumentRequest) XXX_Merge(src proto.Message)
- func (m *AddKycDocumentRequest) XXX_Size() int
- func (m *AddKycDocumentRequest) XXX_Unmarshal(b []byte) error
- type AddKycDocumentResponse
- func (*AddKycDocumentResponse) Descriptor() ([]byte, []int)
- func (m *AddKycDocumentResponse) GetDocumentId() int64
- func (*AddKycDocumentResponse) ProtoMessage()
- func (m *AddKycDocumentResponse) Reset()
- func (m *AddKycDocumentResponse) String() string
- func (m *AddKycDocumentResponse) XXX_DiscardUnknown()
- func (m *AddKycDocumentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AddKycDocumentResponse) XXX_Merge(src proto.Message)
- func (m *AddKycDocumentResponse) XXX_Size() int
- func (m *AddKycDocumentResponse) XXX_Unmarshal(b []byte) error
- type AddPaymentTemplateRequest
- func (*AddPaymentTemplateRequest) Descriptor() ([]byte, []int)
- func (m *AddPaymentTemplateRequest) GetAmount() string
- func (m *AddPaymentTemplateRequest) GetAssetCode() string
- func (m *AddPaymentTemplateRequest) GetBase() *BaseRequest
- func (m *AddPaymentTemplateRequest) GetIssuerPublickey() string
- func (m *AddPaymentTemplateRequest) GetMemo() string
- func (m *AddPaymentTemplateRequest) GetMemoType() string
- func (m *AddPaymentTemplateRequest) GetRecipientPublickey() string
- func (m *AddPaymentTemplateRequest) GetRecipientStellarAddress() string
- func (m *AddPaymentTemplateRequest) GetTemplateName() string
- func (m *AddPaymentTemplateRequest) GetUserId() int64
- func (m *AddPaymentTemplateRequest) GetWalletId() int64
- func (*AddPaymentTemplateRequest) ProtoMessage()
- func (m *AddPaymentTemplateRequest) Reset()
- func (m *AddPaymentTemplateRequest) String() string
- func (m *AddPaymentTemplateRequest) XXX_DiscardUnknown()
- func (m *AddPaymentTemplateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AddPaymentTemplateRequest) XXX_Merge(src proto.Message)
- func (m *AddPaymentTemplateRequest) XXX_Size() int
- func (m *AddPaymentTemplateRequest) XXX_Unmarshal(b []byte) error
- type AddPushTokenRequest
- func (*AddPushTokenRequest) Descriptor() ([]byte, []int)
- func (m *AddPushTokenRequest) GetBase() *BaseRequest
- func (m *AddPushTokenRequest) GetDeviceType() DeviceType
- func (m *AddPushTokenRequest) GetPushToken() string
- func (m *AddPushTokenRequest) GetUserId() int64
- func (*AddPushTokenRequest) ProtoMessage()
- func (m *AddPushTokenRequest) Reset()
- func (m *AddPushTokenRequest) String() string
- func (m *AddPushTokenRequest) XXX_DiscardUnknown()
- func (m *AddPushTokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AddPushTokenRequest) XXX_Merge(src proto.Message)
- func (m *AddPushTokenRequest) XXX_Size() int
- func (m *AddPushTokenRequest) XXX_Unmarshal(b []byte) error
- type AddUserContactRequest
- func (*AddUserContactRequest) Descriptor() ([]byte, []int)
- func (m *AddUserContactRequest) GetBase() *BaseRequest
- func (m *AddUserContactRequest) GetContactName() string
- func (m *AddUserContactRequest) GetPublicKey() string
- func (m *AddUserContactRequest) GetStellarAddress() string
- func (m *AddUserContactRequest) GetUserId() int64
- func (*AddUserContactRequest) ProtoMessage()
- func (m *AddUserContactRequest) Reset()
- func (m *AddUserContactRequest) String() string
- func (m *AddUserContactRequest) XXX_DiscardUnknown()
- func (m *AddUserContactRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AddUserContactRequest) XXX_Merge(src proto.Message)
- func (m *AddUserContactRequest) XXX_Size() int
- func (m *AddUserContactRequest) XXX_Unmarshal(b []byte) error
- type AddWalletRequest
- func (*AddWalletRequest) Descriptor() ([]byte, []int)
- func (m *AddWalletRequest) GetBase() *BaseRequest
- func (m *AddWalletRequest) GetDomain() string
- func (m *AddWalletRequest) GetFriendlyId() string
- func (m *AddWalletRequest) GetPublicKey() string
- func (m *AddWalletRequest) GetShowOnHomescreen() bool
- func (m *AddWalletRequest) GetUserId() int64
- func (m *AddWalletRequest) GetWalletName() string
- func (m *AddWalletRequest) GetWalletType() WalletType
- func (*AddWalletRequest) ProtoMessage()
- func (m *AddWalletRequest) Reset()
- func (m *AddWalletRequest) String() string
- func (m *AddWalletRequest) XXX_DiscardUnknown()
- func (m *AddWalletRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AddWalletRequest) XXX_Merge(src proto.Message)
- func (m *AddWalletRequest) XXX_Size() int
- func (m *AddWalletRequest) XXX_Unmarshal(b []byte) error
- type AdminApiServiceClient
- type AdminApiServiceServer
- type AuthenticateRequest
- func (*AuthenticateRequest) Descriptor() ([]byte, []int)
- func (m *AuthenticateRequest) GetBase() *BaseRequest
- func (m *AuthenticateRequest) GetCode() string
- func (m *AuthenticateRequest) GetSecret() string
- func (*AuthenticateRequest) ProtoMessage()
- func (m *AuthenticateRequest) Reset()
- func (m *AuthenticateRequest) String() string
- func (m *AuthenticateRequest) XXX_DiscardUnknown()
- func (m *AuthenticateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AuthenticateRequest) XXX_Merge(src proto.Message)
- func (m *AuthenticateRequest) XXX_Size() int
- func (m *AuthenticateRequest) XXX_Unmarshal(b []byte) error
- type AuthenticateResponse
- func (*AuthenticateResponse) Descriptor() ([]byte, []int)
- func (m *AuthenticateResponse) GetResult() bool
- func (*AuthenticateResponse) ProtoMessage()
- func (m *AuthenticateResponse) Reset()
- func (m *AuthenticateResponse) String() string
- func (m *AuthenticateResponse) XXX_DiscardUnknown()
- func (m *AuthenticateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AuthenticateResponse) XXX_Merge(src proto.Message)
- func (m *AuthenticateResponse) XXX_Size() int
- func (m *AuthenticateResponse) XXX_Unmarshal(b []byte) error
- type BaseRequest
- func (*BaseRequest) Descriptor() ([]byte, []int)
- func (m *BaseRequest) GetRequestId() string
- func (m *BaseRequest) GetUpdateBy() string
- func (*BaseRequest) ProtoMessage()
- func (m *BaseRequest) Reset()
- func (m *BaseRequest) String() string
- func (m *BaseRequest) XXX_DiscardUnknown()
- func (m *BaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BaseRequest) XXX_Merge(src proto.Message)
- func (m *BaseRequest) XXX_Size() int
- func (m *BaseRequest) XXX_Unmarshal(b []byte) error
- type BoolResponse
- func (*BoolResponse) Descriptor() ([]byte, []int)
- func (m *BoolResponse) GetValue() bool
- func (*BoolResponse) ProtoMessage()
- func (m *BoolResponse) Reset()
- func (m *BoolResponse) String() string
- func (m *BoolResponse) XXX_DiscardUnknown()
- func (m *BoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BoolResponse) XXX_Merge(src proto.Message)
- func (m *BoolResponse) XXX_Size() int
- func (m *BoolResponse) XXX_Unmarshal(b []byte) error
- type CheckWalletRequest
- func (*CheckWalletRequest) Descriptor() ([]byte, []int)
- func (m *CheckWalletRequest) GetBase() *BaseRequest
- func (m *CheckWalletRequest) GetDomain() string
- func (m *CheckWalletRequest) GetFriendlyId() string
- func (m *CheckWalletRequest) GetPublicKey() string
- func (m *CheckWalletRequest) GetUserId() int64
- func (m *CheckWalletRequest) GetWalletName() string
- func (*CheckWalletRequest) ProtoMessage()
- func (m *CheckWalletRequest) Reset()
- func (m *CheckWalletRequest) String() string
- func (m *CheckWalletRequest) XXX_DiscardUnknown()
- func (m *CheckWalletRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CheckWalletRequest) XXX_Merge(src proto.Message)
- func (m *CheckWalletRequest) XXX_Size() int
- func (m *CheckWalletRequest) XXX_Unmarshal(b []byte) error
- type CheckWalletResponse
- func (*CheckWalletResponse) Descriptor() ([]byte, []int)
- func (m *CheckWalletResponse) GetFederationAddressOk() bool
- func (m *CheckWalletResponse) GetNameOk() bool
- func (m *CheckWalletResponse) GetPublicKeyOk() bool
- func (*CheckWalletResponse) ProtoMessage()
- func (m *CheckWalletResponse) Reset()
- func (m *CheckWalletResponse) String() string
- func (m *CheckWalletResponse) XXX_DiscardUnknown()
- func (m *CheckWalletResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CheckWalletResponse) XXX_Merge(src proto.Message)
- func (m *CheckWalletResponse) XXX_Size() int
- func (m *CheckWalletResponse) XXX_Unmarshal(b []byte) error
- type CoinPriceRequest
- func (*CoinPriceRequest) Descriptor() ([]byte, []int)
- func (m *CoinPriceRequest) GetBase() *BaseRequest
- func (m *CoinPriceRequest) GetCoinAmount() int64
- func (m *CoinPriceRequest) GetExchangeCurrencyId() int64
- func (m *CoinPriceRequest) GetIcoPhaseId() int64
- func (*CoinPriceRequest) ProtoMessage()
- func (m *CoinPriceRequest) Reset()
- func (m *CoinPriceRequest) String() string
- func (m *CoinPriceRequest) XXX_DiscardUnknown()
- func (m *CoinPriceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CoinPriceRequest) XXX_Merge(src proto.Message)
- func (m *CoinPriceRequest) XXX_Size() int
- func (m *CoinPriceRequest) XXX_Unmarshal(b []byte) error
- type CoinPriceResponse
- func (*CoinPriceResponse) Descriptor() ([]byte, []int)
- func (m *CoinPriceResponse) GetExchangeAmount() string
- func (m *CoinPriceResponse) GetExchangeAmountDenomination() string
- func (m *CoinPriceResponse) GetExchangeAssetCode() string
- func (*CoinPriceResponse) ProtoMessage()
- func (m *CoinPriceResponse) Reset()
- func (m *CoinPriceResponse) String() string
- func (m *CoinPriceResponse) XXX_DiscardUnknown()
- func (m *CoinPriceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CoinPriceResponse) XXX_Merge(src proto.Message)
- func (m *CoinPriceResponse) XXX_Size() int
- func (m *CoinPriceResponse) XXX_Unmarshal(b []byte) error
- type Country
- func (*Country) Descriptor() ([]byte, []int)
- func (m *Country) GetCode() string
- func (m *Country) GetName() string
- func (*Country) ProtoMessage()
- func (m *Country) Reset()
- func (m *Country) String() string
- func (m *Country) XXX_DiscardUnknown()
- func (m *Country) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Country) XXX_Merge(src proto.Message)
- func (m *Country) XXX_Size() int
- func (m *Country) XXX_Unmarshal(b []byte) error
- type CountryListResponse
- func (*CountryListResponse) Descriptor() ([]byte, []int)
- func (m *CountryListResponse) GetCountries() []*Country
- func (*CountryListResponse) ProtoMessage()
- func (m *CountryListResponse) Reset()
- func (m *CountryListResponse) String() string
- func (m *CountryListResponse) XXX_DiscardUnknown()
- func (m *CountryListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CountryListResponse) XXX_Merge(src proto.Message)
- func (m *CountryListResponse) XXX_Size() int
- func (m *CountryListResponse) XXX_Unmarshal(b []byte) error
- type CreateOrderRequest
- func (*CreateOrderRequest) Descriptor() ([]byte, []int)
- func (m *CreateOrderRequest) GetBase() *BaseRequest
- func (m *CreateOrderRequest) GetExchangeCurrencyId() int64
- func (m *CreateOrderRequest) GetIcoPhaseId() int64
- func (m *CreateOrderRequest) GetTokenAmount() int64
- func (m *CreateOrderRequest) GetUserId() int64
- func (m *CreateOrderRequest) GetUserPublicKey() string
- func (*CreateOrderRequest) ProtoMessage()
- func (m *CreateOrderRequest) Reset()
- func (m *CreateOrderRequest) String() string
- func (m *CreateOrderRequest) XXX_DiscardUnknown()
- func (m *CreateOrderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateOrderRequest) XXX_Merge(src proto.Message)
- func (m *CreateOrderRequest) XXX_Size() int
- func (m *CreateOrderRequest) XXX_Unmarshal(b []byte) error
- type CreateOrderResponse
- func (*CreateOrderResponse) Descriptor() ([]byte, []int)
- func (m *CreateOrderResponse) GetExchangeValueDenomAssetCode() string
- func (m *CreateOrderResponse) GetExchangeValueDenominator() string
- func (m *CreateOrderResponse) GetExchangeValueToPay() string
- func (m *CreateOrderResponse) GetFiatBankName() string
- func (m *CreateOrderResponse) GetFiatBic() string
- func (m *CreateOrderResponse) GetFiatIban() string
- func (m *CreateOrderResponse) GetFiatRecepientName() string
- func (m *CreateOrderResponse) GetOrderId() int64
- func (m *CreateOrderResponse) GetOrderStatus() string
- func (m *CreateOrderResponse) GetPaymentAddress() string
- func (m *CreateOrderResponse) GetPaymentQrImage() []byte
- func (m *CreateOrderResponse) GetPaymentUsage() string
- func (m *CreateOrderResponse) GetUserPublicKey() string
- func (*CreateOrderResponse) ProtoMessage()
- func (m *CreateOrderResponse) Reset()
- func (m *CreateOrderResponse) String() string
- func (m *CreateOrderResponse) XXX_DiscardUnknown()
- func (m *CreateOrderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateOrderResponse) XXX_Merge(src proto.Message)
- func (m *CreateOrderResponse) XXX_Size() int
- func (m *CreateOrderResponse) XXX_Unmarshal(b []byte) error
- type CreateUserRequest
- func (*CreateUserRequest) Descriptor() ([]byte, []int)
- func (m *CreateUserRequest) GetAdditionalName() string
- func (m *CreateUserRequest) GetAddress() string
- func (m *CreateUserRequest) GetBankAccountNumber() string
- func (m *CreateUserRequest) GetBankNumber() string
- func (m *CreateUserRequest) GetBankPhoneNumber() string
- func (m *CreateUserRequest) GetBase() *BaseRequest
- func (m *CreateUserRequest) GetBirthCountryCode() string
- func (m *CreateUserRequest) GetBirthDay() int64
- func (m *CreateUserRequest) GetBirthPlace() string
- func (m *CreateUserRequest) GetCity() string
- func (m *CreateUserRequest) GetCountryCode() string
- func (m *CreateUserRequest) GetEmail() string
- func (m *CreateUserRequest) GetEmployerAddress() string
- func (m *CreateUserRequest) GetEmployerName() string
- func (m *CreateUserRequest) GetForename() string
- func (m *CreateUserRequest) GetKdfSalt() string
- func (m *CreateUserRequest) GetLanguageCode() string
- func (m *CreateUserRequest) GetLastname() string
- func (m *CreateUserRequest) GetMailConfirmationExpiry() int64
- func (m *CreateUserRequest) GetMailConfirmationKey() string
- func (m *CreateUserRequest) GetMnemonic() string
- func (m *CreateUserRequest) GetMnemonicIv() string
- func (m *CreateUserRequest) GetMnemonicMasterIv() string
- func (m *CreateUserRequest) GetMnemonicMasterKey() string
- func (m *CreateUserRequest) GetMobileNr() string
- func (m *CreateUserRequest) GetNationality() string
- func (m *CreateUserRequest) GetOccupationCode08() string
- func (m *CreateUserRequest) GetOccupationCode88() string
- func (m *CreateUserRequest) GetOccupationName() string
- func (m *CreateUserRequest) GetPassword() string
- func (m *CreateUserRequest) GetPublicKey_0() string
- func (m *CreateUserRequest) GetSalutation() string
- func (m *CreateUserRequest) GetState() string
- func (m *CreateUserRequest) GetTaxId() string
- func (m *CreateUserRequest) GetTaxIdName() string
- func (m *CreateUserRequest) GetTfaTempSecret() string
- func (m *CreateUserRequest) GetWordlist() string
- func (m *CreateUserRequest) GetWordlistIv() string
- func (m *CreateUserRequest) GetWordlistMasterIv() string
- func (m *CreateUserRequest) GetWordlistMasterKey() string
- func (m *CreateUserRequest) GetZipCode() string
- func (*CreateUserRequest) ProtoMessage()
- func (m *CreateUserRequest) Reset()
- func (m *CreateUserRequest) String() string
- func (m *CreateUserRequest) XXX_DiscardUnknown()
- func (m *CreateUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateUserRequest) XXX_Merge(src proto.Message)
- func (m *CreateUserRequest) XXX_Size() int
- func (m *CreateUserRequest) XXX_Unmarshal(b []byte) error
- type DBServiceClient
- type DBServiceServer
- type DeletePushTokenRequest
- func (*DeletePushTokenRequest) Descriptor() ([]byte, []int)
- func (m *DeletePushTokenRequest) GetBase() *BaseRequest
- func (m *DeletePushTokenRequest) GetPushToken() string
- func (m *DeletePushTokenRequest) GetUserId() int64
- func (*DeletePushTokenRequest) ProtoMessage()
- func (m *DeletePushTokenRequest) Reset()
- func (m *DeletePushTokenRequest) String() string
- func (m *DeletePushTokenRequest) XXX_DiscardUnknown()
- func (m *DeletePushTokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeletePushTokenRequest) XXX_Merge(src proto.Message)
- func (m *DeletePushTokenRequest) XXX_Size() int
- func (m *DeletePushTokenRequest) XXX_Unmarshal(b []byte) error
- type DequeueRequest
- func (*DequeueRequest) Descriptor() ([]byte, []int)
- func (m *DequeueRequest) GetBase() *BaseRequest
- func (m *DequeueRequest) GetLimitCount() int64
- func (*DequeueRequest) ProtoMessage()
- func (m *DequeueRequest) Reset()
- func (m *DequeueRequest) String() string
- func (m *DequeueRequest) XXX_DiscardUnknown()
- func (m *DequeueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DequeueRequest) XXX_Merge(src proto.Message)
- func (m *DequeueRequest) XXX_Size() int
- func (m *DequeueRequest) XXX_Unmarshal(b []byte) error
- type DeviceType
- type DocumentFormat
- type DocumentSide
- type DocumentType
- type EmailContentType
- type Empty
- func (*Empty) Descriptor() ([]byte, []int)
- func (m *Empty) GetBase() *BaseRequest
- func (*Empty) ProtoMessage()
- func (m *Empty) Reset()
- func (m *Empty) String() string
- func (m *Empty) XXX_DiscardUnknown()
- func (m *Empty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Empty) XXX_Merge(src proto.Message)
- func (m *Empty) XXX_Size() int
- func (m *Empty) XXX_Unmarshal(b []byte) error
- type ExchangeCurrency
- func (*ExchangeCurrency) Descriptor() ([]byte, []int)
- func (m *ExchangeCurrency) GetAssetCode() string
- func (m *ExchangeCurrency) GetDecimals() int64
- func (m *ExchangeCurrency) GetDenomAssetCode() string
- func (m *ExchangeCurrency) GetDenomPricePerToken() string
- func (m *ExchangeCurrency) GetEcAssetIssuerPk() string
- func (m *ExchangeCurrency) GetExchangeCurrencyType() string
- func (m *ExchangeCurrency) GetId() int64
- func (m *ExchangeCurrency) GetPaymentNetwork() string
- func (m *ExchangeCurrency) GetPricePerToken() string
- func (*ExchangeCurrency) ProtoMessage()
- func (m *ExchangeCurrency) Reset()
- func (m *ExchangeCurrency) String() string
- func (m *ExchangeCurrency) XXX_DiscardUnknown()
- func (m *ExchangeCurrency) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExchangeCurrency) XXX_Merge(src proto.Message)
- func (m *ExchangeCurrency) XXX_Size() int
- func (m *ExchangeCurrency) XXX_Unmarshal(b []byte) error
- type ExistsEmailRequest
- func (*ExistsEmailRequest) Descriptor() ([]byte, []int)
- func (m *ExistsEmailRequest) GetBase() *BaseRequest
- func (m *ExistsEmailRequest) GetEmail() string
- func (*ExistsEmailRequest) ProtoMessage()
- func (m *ExistsEmailRequest) Reset()
- func (m *ExistsEmailRequest) String() string
- func (m *ExistsEmailRequest) XXX_DiscardUnknown()
- func (m *ExistsEmailRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExistsEmailRequest) XXX_Merge(src proto.Message)
- func (m *ExistsEmailRequest) XXX_Size() int
- func (m *ExistsEmailRequest) XXX_Unmarshal(b []byte) error
- type ExistsEmailResponse
- func (*ExistsEmailResponse) Descriptor() ([]byte, []int)
- func (m *ExistsEmailResponse) GetExists() bool
- func (*ExistsEmailResponse) ProtoMessage()
- func (m *ExistsEmailResponse) Reset()
- func (m *ExistsEmailResponse) String() string
- func (m *ExistsEmailResponse) XXX_DiscardUnknown()
- func (m *ExistsEmailResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExistsEmailResponse) XXX_Merge(src proto.Message)
- func (m *ExistsEmailResponse) XXX_Size() int
- func (m *ExistsEmailResponse) XXX_Unmarshal(b []byte) error
- type FromSecretRequest
- func (*FromSecretRequest) Descriptor() ([]byte, []int)
- func (m *FromSecretRequest) GetBase() *BaseRequest
- func (m *FromSecretRequest) GetEmail() string
- func (m *FromSecretRequest) GetSecret() string
- func (*FromSecretRequest) ProtoMessage()
- func (m *FromSecretRequest) Reset()
- func (m *FromSecretRequest) String() string
- func (m *FromSecretRequest) XXX_DiscardUnknown()
- func (m *FromSecretRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FromSecretRequest) XXX_Merge(src proto.Message)
- func (m *FromSecretRequest) XXX_Size() int
- func (m *FromSecretRequest) XXX_Unmarshal(b []byte) error
- type GetKnownCurrenciesResponse
- func (*GetKnownCurrenciesResponse) Descriptor() ([]byte, []int)
- func (m *GetKnownCurrenciesResponse) GetCurrencies() []*GetKnownCurrencyResponse
- func (*GetKnownCurrenciesResponse) ProtoMessage()
- func (m *GetKnownCurrenciesResponse) Reset()
- func (m *GetKnownCurrenciesResponse) String() string
- func (m *GetKnownCurrenciesResponse) XXX_DiscardUnknown()
- func (m *GetKnownCurrenciesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetKnownCurrenciesResponse) XXX_Merge(src proto.Message)
- func (m *GetKnownCurrenciesResponse) XXX_Size() int
- func (m *GetKnownCurrenciesResponse) XXX_Unmarshal(b []byte) error
- type GetKnownCurrencyRequest
- func (*GetKnownCurrencyRequest) Descriptor() ([]byte, []int)
- func (m *GetKnownCurrencyRequest) GetBase() *BaseRequest
- func (m *GetKnownCurrencyRequest) GetId() int64
- func (*GetKnownCurrencyRequest) ProtoMessage()
- func (m *GetKnownCurrencyRequest) Reset()
- func (m *GetKnownCurrencyRequest) String() string
- func (m *GetKnownCurrencyRequest) XXX_DiscardUnknown()
- func (m *GetKnownCurrencyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetKnownCurrencyRequest) XXX_Merge(src proto.Message)
- func (m *GetKnownCurrencyRequest) XXX_Size() int
- func (m *GetKnownCurrencyRequest) XXX_Unmarshal(b []byte) error
- type GetKnownCurrencyResponse
- func (*GetKnownCurrencyResponse) Descriptor() ([]byte, []int)
- func (m *GetKnownCurrencyResponse) GetAssetCode() string
- func (m *GetKnownCurrencyResponse) GetId() int64
- func (m *GetKnownCurrencyResponse) GetIssuerPublicKey() string
- func (m *GetKnownCurrencyResponse) GetLongDescription() string
- func (m *GetKnownCurrencyResponse) GetName() string
- func (m *GetKnownCurrencyResponse) GetOrderIndex() int64
- func (m *GetKnownCurrencyResponse) GetShortDescription() string
- func (*GetKnownCurrencyResponse) ProtoMessage()
- func (m *GetKnownCurrencyResponse) Reset()
- func (m *GetKnownCurrencyResponse) String() string
- func (m *GetKnownCurrencyResponse) XXX_DiscardUnknown()
- func (m *GetKnownCurrencyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetKnownCurrencyResponse) XXX_Merge(src proto.Message)
- func (m *GetKnownCurrencyResponse) XXX_Size() int
- func (m *GetKnownCurrencyResponse) XXX_Unmarshal(b []byte) error
- type GetKnownInflationDestinationRequest
- func (*GetKnownInflationDestinationRequest) Descriptor() ([]byte, []int)
- func (m *GetKnownInflationDestinationRequest) GetBase() *BaseRequest
- func (m *GetKnownInflationDestinationRequest) GetId() int64
- func (*GetKnownInflationDestinationRequest) ProtoMessage()
- func (m *GetKnownInflationDestinationRequest) Reset()
- func (m *GetKnownInflationDestinationRequest) String() string
- func (m *GetKnownInflationDestinationRequest) XXX_DiscardUnknown()
- func (m *GetKnownInflationDestinationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetKnownInflationDestinationRequest) XXX_Merge(src proto.Message)
- func (m *GetKnownInflationDestinationRequest) XXX_Size() int
- func (m *GetKnownInflationDestinationRequest) XXX_Unmarshal(b []byte) error
- type GetKnownInflationDestinationResponse
- func (*GetKnownInflationDestinationResponse) Descriptor() ([]byte, []int)
- func (m *GetKnownInflationDestinationResponse) GetAssetCode() string
- func (m *GetKnownInflationDestinationResponse) GetId() int64
- func (m *GetKnownInflationDestinationResponse) GetIssuerPublicKey() string
- func (m *GetKnownInflationDestinationResponse) GetLongDescription() string
- func (m *GetKnownInflationDestinationResponse) GetName() string
- func (m *GetKnownInflationDestinationResponse) GetOrderIndex() int64
- func (m *GetKnownInflationDestinationResponse) GetShortDescription() string
- func (*GetKnownInflationDestinationResponse) ProtoMessage()
- func (m *GetKnownInflationDestinationResponse) Reset()
- func (m *GetKnownInflationDestinationResponse) String() string
- func (m *GetKnownInflationDestinationResponse) XXX_DiscardUnknown()
- func (m *GetKnownInflationDestinationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetKnownInflationDestinationResponse) XXX_Merge(src proto.Message)
- func (m *GetKnownInflationDestinationResponse) XXX_Size() int
- func (m *GetKnownInflationDestinationResponse) XXX_Unmarshal(b []byte) error
- type GetKnownInflationDestinationsResponse
- func (*GetKnownInflationDestinationsResponse) Descriptor() ([]byte, []int)
- func (m *GetKnownInflationDestinationsResponse) GetDestinations() []*GetKnownInflationDestinationResponse
- func (*GetKnownInflationDestinationsResponse) ProtoMessage()
- func (m *GetKnownInflationDestinationsResponse) Reset()
- func (m *GetKnownInflationDestinationsResponse) String() string
- func (m *GetKnownInflationDestinationsResponse) XXX_DiscardUnknown()
- func (m *GetKnownInflationDestinationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetKnownInflationDestinationsResponse) XXX_Merge(src proto.Message)
- func (m *GetKnownInflationDestinationsResponse) XXX_Size() int
- func (m *GetKnownInflationDestinationsResponse) XXX_Unmarshal(b []byte) error
- type GetPromosResponse
- func (*GetPromosResponse) Descriptor() ([]byte, []int)
- func (m *GetPromosResponse) GetPromos() []*Promo
- func (*GetPromosResponse) ProtoMessage()
- func (m *GetPromosResponse) Reset()
- func (m *GetPromosResponse) String() string
- func (m *GetPromosResponse) XXX_DiscardUnknown()
- func (m *GetPromosResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetPromosResponse) XXX_Merge(src proto.Message)
- func (m *GetPromosResponse) XXX_Size() int
- func (m *GetPromosResponse) XXX_Unmarshal(b []byte) error
- type GetPushTokensResponse
- func (*GetPushTokensResponse) Descriptor() ([]byte, []int)
- func (m *GetPushTokensResponse) GetPushTokens() []*PushToken
- func (*GetPushTokensResponse) ProtoMessage()
- func (m *GetPushTokensResponse) Reset()
- func (m *GetPushTokensResponse) String() string
- func (m *GetPushTokensResponse) XXX_DiscardUnknown()
- func (m *GetPushTokensResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetPushTokensResponse) XXX_Merge(src proto.Message)
- func (m *GetPushTokensResponse) XXX_Size() int
- func (m *GetPushTokensResponse) XXX_Unmarshal(b []byte) error
- type GetStellarTransactionsRequest
- func (*GetStellarTransactionsRequest) Descriptor() ([]byte, []int)
- func (m *GetStellarTransactionsRequest) GetBase() *BaseRequest
- func (m *GetStellarTransactionsRequest) GetEndTimestamp() int64
- func (m *GetStellarTransactionsRequest) GetStartTimestamp() int64
- func (m *GetStellarTransactionsRequest) GetStellarAccountPk() string
- func (*GetStellarTransactionsRequest) ProtoMessage()
- func (m *GetStellarTransactionsRequest) Reset()
- func (m *GetStellarTransactionsRequest) String() string
- func (m *GetStellarTransactionsRequest) XXX_DiscardUnknown()
- func (m *GetStellarTransactionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetStellarTransactionsRequest) XXX_Merge(src proto.Message)
- func (m *GetStellarTransactionsRequest) XXX_Size() int
- func (m *GetStellarTransactionsRequest) XXX_Unmarshal(b []byte) error
- type GetTemplatesRequest
- func (*GetTemplatesRequest) Descriptor() ([]byte, []int)
- func (m *GetTemplatesRequest) GetBase() *BaseRequest
- func (m *GetTemplatesRequest) GetUserId() int64
- func (m *GetTemplatesRequest) GetWalletId() int64
- func (*GetTemplatesRequest) ProtoMessage()
- func (m *GetTemplatesRequest) Reset()
- func (m *GetTemplatesRequest) String() string
- func (m *GetTemplatesRequest) XXX_DiscardUnknown()
- func (m *GetTemplatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetTemplatesRequest) XXX_Merge(src proto.Message)
- func (m *GetTemplatesRequest) XXX_Size() int
- func (m *GetTemplatesRequest) XXX_Unmarshal(b []byte) error
- type GetTemplatesResponse
- func (*GetTemplatesResponse) Descriptor() ([]byte, []int)
- func (m *GetTemplatesResponse) GetTemplates() []*PaymentTemplate
- func (*GetTemplatesResponse) ProtoMessage()
- func (m *GetTemplatesResponse) Reset()
- func (m *GetTemplatesResponse) String() string
- func (m *GetTemplatesResponse) XXX_DiscardUnknown()
- func (m *GetTemplatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetTemplatesResponse) XXX_Merge(src proto.Message)
- func (m *GetTemplatesResponse) XXX_Size() int
- func (m *GetTemplatesResponse) XXX_Unmarshal(b []byte) error
- type GetUserByIDOrEmailRequest
- func (*GetUserByIDOrEmailRequest) Descriptor() ([]byte, []int)
- func (m *GetUserByIDOrEmailRequest) GetBase() *BaseRequest
- func (m *GetUserByIDOrEmailRequest) GetEmail() string
- func (m *GetUserByIDOrEmailRequest) GetId() int64
- func (*GetUserByIDOrEmailRequest) ProtoMessage()
- func (m *GetUserByIDOrEmailRequest) Reset()
- func (m *GetUserByIDOrEmailRequest) String() string
- func (m *GetUserByIDOrEmailRequest) XXX_DiscardUnknown()
- func (m *GetUserByIDOrEmailRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetUserByIDOrEmailRequest) XXX_Merge(src proto.Message)
- func (m *GetUserByIDOrEmailRequest) XXX_Size() int
- func (m *GetUserByIDOrEmailRequest) XXX_Unmarshal(b []byte) error
- type GetUserContactsResponse
- func (*GetUserContactsResponse) Descriptor() ([]byte, []int)
- func (m *GetUserContactsResponse) GetUserContacts() []*UserContact
- func (*GetUserContactsResponse) ProtoMessage()
- func (m *GetUserContactsResponse) Reset()
- func (m *GetUserContactsResponse) String() string
- func (m *GetUserContactsResponse) XXX_DiscardUnknown()
- func (m *GetUserContactsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetUserContactsResponse) XXX_Merge(src proto.Message)
- func (m *GetUserContactsResponse) XXX_Size() int
- func (m *GetUserContactsResponse) XXX_Unmarshal(b []byte) error
- type GetWalletByPublicKeyRequest
- func (*GetWalletByPublicKeyRequest) Descriptor() ([]byte, []int)
- func (m *GetWalletByPublicKeyRequest) GetBase() *BaseRequest
- func (m *GetWalletByPublicKeyRequest) GetPublicKey() string
- func (*GetWalletByPublicKeyRequest) ProtoMessage()
- func (m *GetWalletByPublicKeyRequest) Reset()
- func (m *GetWalletByPublicKeyRequest) String() string
- func (m *GetWalletByPublicKeyRequest) XXX_DiscardUnknown()
- func (m *GetWalletByPublicKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetWalletByPublicKeyRequest) XXX_Merge(src proto.Message)
- func (m *GetWalletByPublicKeyRequest) XXX_Size() int
- func (m *GetWalletByPublicKeyRequest) XXX_Unmarshal(b []byte) error
- type GetWalletRequest
- func (*GetWalletRequest) Descriptor() ([]byte, []int)
- func (m *GetWalletRequest) GetBase() *BaseRequest
- func (m *GetWalletRequest) GetUserId() int64
- func (m *GetWalletRequest) GetWalletId() int64
- func (*GetWalletRequest) ProtoMessage()
- func (m *GetWalletRequest) Reset()
- func (m *GetWalletRequest) String() string
- func (m *GetWalletRequest) XXX_DiscardUnknown()
- func (m *GetWalletRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetWalletRequest) XXX_Merge(src proto.Message)
- func (m *GetWalletRequest) XXX_Size() int
- func (m *GetWalletRequest) XXX_Unmarshal(b []byte) error
- type GetWalletsRequest
- func (*GetWalletsRequest) Descriptor() ([]byte, []int)
- func (m *GetWalletsRequest) GetBase() *BaseRequest
- func (m *GetWalletsRequest) GetUserId() int64
- func (*GetWalletsRequest) ProtoMessage()
- func (m *GetWalletsRequest) Reset()
- func (m *GetWalletsRequest) String() string
- func (m *GetWalletsRequest) XXX_DiscardUnknown()
- func (m *GetWalletsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetWalletsRequest) XXX_Merge(src proto.Message)
- func (m *GetWalletsRequest) XXX_Size() int
- func (m *GetWalletsRequest) XXX_Unmarshal(b []byte) error
- type GetWalletsResponse
- func (*GetWalletsResponse) Descriptor() ([]byte, []int)
- func (m *GetWalletsResponse) GetWallets() []*Wallet
- func (*GetWalletsResponse) ProtoMessage()
- func (m *GetWalletsResponse) Reset()
- func (m *GetWalletsResponse) String() string
- func (m *GetWalletsResponse) XXX_DiscardUnknown()
- func (m *GetWalletsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetWalletsResponse) XXX_Merge(src proto.Message)
- func (m *GetWalletsResponse) XXX_Size() int
- func (m *GetWalletsResponse) XXX_Unmarshal(b []byte) error
- type HasPushTokensResponse
- func (*HasPushTokensResponse) Descriptor() ([]byte, []int)
- func (m *HasPushTokensResponse) GetHasPushTokens() bool
- func (*HasPushTokensResponse) ProtoMessage()
- func (m *HasPushTokensResponse) Reset()
- func (m *HasPushTokensResponse) String() string
- func (m *HasPushTokensResponse) XXX_DiscardUnknown()
- func (m *HasPushTokensResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HasPushTokensResponse) XXX_Merge(src proto.Message)
- func (m *HasPushTokensResponse) XXX_Size() int
- func (m *HasPushTokensResponse) XXX_Unmarshal(b []byte) error
- type IDRequest
- func (*IDRequest) Descriptor() ([]byte, []int)
- func (m *IDRequest) GetBase() *BaseRequest
- func (m *IDRequest) GetId() int64
- func (*IDRequest) ProtoMessage()
- func (m *IDRequest) Reset()
- func (m *IDRequest) String() string
- func (m *IDRequest) XXX_DiscardUnknown()
- func (m *IDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IDRequest) XXX_Merge(src proto.Message)
- func (m *IDRequest) XXX_Size() int
- func (m *IDRequest) XXX_Unmarshal(b []byte) error
- type IDResponse
- func (*IDResponse) Descriptor() ([]byte, []int)
- func (m *IDResponse) GetId() int64
- func (*IDResponse) ProtoMessage()
- func (m *IDResponse) Reset()
- func (m *IDResponse) String() string
- func (m *IDResponse) XXX_DiscardUnknown()
- func (m *IDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IDResponse) XXX_Merge(src proto.Message)
- func (m *IDResponse) XXX_Size() int
- func (m *IDResponse) XXX_Unmarshal(b []byte) error
- type IDString
- func (*IDString) Descriptor() ([]byte, []int)
- func (m *IDString) GetBase() *BaseRequest
- func (m *IDString) GetId() string
- func (*IDString) ProtoMessage()
- func (m *IDString) Reset()
- func (m *IDString) String() string
- func (m *IDString) XXX_DiscardUnknown()
- func (m *IDString) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IDString) XXX_Merge(src proto.Message)
- func (m *IDString) XXX_Size() int
- func (m *IDString) XXX_Unmarshal(b []byte) error
- type IntResponse
- func (*IntResponse) Descriptor() ([]byte, []int)
- func (m *IntResponse) GetValue() int64
- func (*IntResponse) ProtoMessage()
- func (m *IntResponse) Reset()
- func (m *IntResponse) String() string
- func (m *IntResponse) XXX_DiscardUnknown()
- func (m *IntResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IntResponse) XXX_Merge(src proto.Message)
- func (m *IntResponse) XXX_Size() int
- func (m *IntResponse) XXX_Unmarshal(b []byte) error
- type JwtKeysResponse
- func (*JwtKeysResponse) Descriptor() ([]byte, []int)
- func (m *JwtKeysResponse) GetKey1() string
- func (m *JwtKeysResponse) GetKey2() string
- func (*JwtKeysResponse) ProtoMessage()
- func (m *JwtKeysResponse) Reset()
- func (m *JwtKeysResponse) String() string
- func (m *JwtKeysResponse) XXX_DiscardUnknown()
- func (m *JwtKeysResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *JwtKeysResponse) XXX_Merge(src proto.Message)
- func (m *JwtKeysResponse) XXX_Size() int
- func (m *JwtKeysResponse) XXX_Unmarshal(b []byte) error
- type JwtServiceClient
- type JwtServiceServer
- type JwtSetKeyRequest
- func (*JwtSetKeyRequest) Descriptor() ([]byte, []int)
- func (m *JwtSetKeyRequest) GetBase() *BaseRequest
- func (m *JwtSetKeyRequest) GetExpiry1() int64
- func (m *JwtSetKeyRequest) GetExpiry2() int64
- func (m *JwtSetKeyRequest) GetKey() string
- func (m *JwtSetKeyRequest) GetValue1() string
- func (m *JwtSetKeyRequest) GetValue2() string
- func (*JwtSetKeyRequest) ProtoMessage()
- func (m *JwtSetKeyRequest) Reset()
- func (m *JwtSetKeyRequest) String() string
- func (m *JwtSetKeyRequest) XXX_DiscardUnknown()
- func (m *JwtSetKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *JwtSetKeyRequest) XXX_Merge(src proto.Message)
- func (m *JwtSetKeyRequest) XXX_Size() int
- func (m *JwtSetKeyRequest) XXX_Unmarshal(b []byte) error
- type KeyListResponse
- func (*KeyListResponse) Descriptor() ([]byte, []int)
- func (m *KeyListResponse) GetKeyValues() []*KeyListResponse_KeyValue
- func (*KeyListResponse) ProtoMessage()
- func (m *KeyListResponse) Reset()
- func (m *KeyListResponse) String() string
- func (m *KeyListResponse) XXX_DiscardUnknown()
- func (m *KeyListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KeyListResponse) XXX_Merge(src proto.Message)
- func (m *KeyListResponse) XXX_Size() int
- func (m *KeyListResponse) XXX_Unmarshal(b []byte) error
- type KeyListResponse_KeyValue
- func (*KeyListResponse_KeyValue) Descriptor() ([]byte, []int)
- func (m *KeyListResponse_KeyValue) GetKeyName() string
- func (m *KeyListResponse_KeyValue) GetKeyValue1() string
- func (m *KeyListResponse_KeyValue) GetKeyValue2() string
- func (m *KeyListResponse_KeyValue) GetValid1To() int64
- func (m *KeyListResponse_KeyValue) GetValid2To() int64
- func (*KeyListResponse_KeyValue) ProtoMessage()
- func (m *KeyListResponse_KeyValue) Reset()
- func (m *KeyListResponse_KeyValue) String() string
- func (m *KeyListResponse_KeyValue) XXX_DiscardUnknown()
- func (m *KeyListResponse_KeyValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KeyListResponse_KeyValue) XXX_Merge(src proto.Message)
- func (m *KeyListResponse_KeyValue) XXX_Size() int
- func (m *KeyListResponse_KeyValue) XXX_Unmarshal(b []byte) error
- type KeyRequest
- func (*KeyRequest) Descriptor() ([]byte, []int)
- func (m *KeyRequest) GetBase() *BaseRequest
- func (m *KeyRequest) GetKey() string
- func (*KeyRequest) ProtoMessage()
- func (m *KeyRequest) Reset()
- func (m *KeyRequest) String() string
- func (m *KeyRequest) XXX_DiscardUnknown()
- func (m *KeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KeyRequest) XXX_Merge(src proto.Message)
- func (m *KeyRequest) XXX_Size() int
- func (m *KeyRequest) XXX_Unmarshal(b []byte) error
- type KeyValueRequest
- func (*KeyValueRequest) Descriptor() ([]byte, []int)
- func (m *KeyValueRequest) GetBase() *BaseRequest
- func (m *KeyValueRequest) GetKey() string
- func (m *KeyValueRequest) GetValue() string
- func (*KeyValueRequest) ProtoMessage()
- func (m *KeyValueRequest) Reset()
- func (m *KeyValueRequest) String() string
- func (m *KeyValueRequest) XXX_DiscardUnknown()
- func (m *KeyValueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KeyValueRequest) XXX_Merge(src proto.Message)
- func (m *KeyValueRequest) XXX_Size() int
- func (m *KeyValueRequest) XXX_Unmarshal(b []byte) error
- type Language
- func (*Language) Descriptor() ([]byte, []int)
- func (m *Language) GetCode() string
- func (m *Language) GetName() string
- func (*Language) ProtoMessage()
- func (m *Language) Reset()
- func (m *Language) String() string
- func (m *Language) XXX_DiscardUnknown()
- func (m *Language) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Language) XXX_Merge(src proto.Message)
- func (m *Language) XXX_Size() int
- func (m *Language) XXX_Unmarshal(b []byte) error
- type LanguageListResponse
- func (*LanguageListResponse) Descriptor() ([]byte, []int)
- func (m *LanguageListResponse) GetLanguages() []*Language
- func (*LanguageListResponse) ProtoMessage()
- func (m *LanguageListResponse) Reset()
- func (m *LanguageListResponse) String() string
- func (m *LanguageListResponse) XXX_DiscardUnknown()
- func (m *LanguageListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LanguageListResponse) XXX_Merge(src proto.Message)
- func (m *LanguageListResponse) XXX_Size() int
- func (m *LanguageListResponse) XXX_Unmarshal(b []byte) error
- type MailNotificationRequest
- func (*MailNotificationRequest) Descriptor() ([]byte, []int)
- func (m *MailNotificationRequest) GetBase() *BaseRequest
- func (m *MailNotificationRequest) GetContent() string
- func (m *MailNotificationRequest) GetContentType() EmailContentType
- func (m *MailNotificationRequest) GetSubject() string
- func (m *MailNotificationRequest) GetUserID() int64
- func (*MailNotificationRequest) ProtoMessage()
- func (m *MailNotificationRequest) Reset()
- func (m *MailNotificationRequest) String() string
- func (m *MailNotificationRequest) XXX_DiscardUnknown()
- func (m *MailNotificationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *MailNotificationRequest) XXX_Merge(src proto.Message)
- func (m *MailNotificationRequest) XXX_Size() int
- func (m *MailNotificationRequest) XXX_Unmarshal(b []byte) error
- type MailServiceClient
- type MailServiceServer
- type NewSecretRequest
- func (*NewSecretRequest) Descriptor() ([]byte, []int)
- func (m *NewSecretRequest) GetBase() *BaseRequest
- func (m *NewSecretRequest) GetEmail() string
- func (*NewSecretRequest) ProtoMessage()
- func (m *NewSecretRequest) Reset()
- func (m *NewSecretRequest) String() string
- func (m *NewSecretRequest) XXX_DiscardUnknown()
- func (m *NewSecretRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NewSecretRequest) XXX_Merge(src proto.Message)
- func (m *NewSecretRequest) XXX_Size() int
- func (m *NewSecretRequest) XXX_Unmarshal(b []byte) error
- type Notification
- func (*Notification) Descriptor() ([]byte, []int)
- func (m *Notification) GetContent() string
- func (m *Notification) GetId() int64
- func (m *Notification) GetMailSubject() string
- func (m *Notification) GetMailType() EmailContentType
- func (m *Notification) GetNotificationType() NotificationType
- func (m *Notification) GetPushToken() string
- func (m *Notification) GetUserEmail() string
- func (m *Notification) GetUserId() int64
- func (*Notification) ProtoMessage()
- func (m *Notification) Reset()
- func (m *Notification) String() string
- func (m *Notification) XXX_DiscardUnknown()
- func (m *Notification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Notification) XXX_Merge(src proto.Message)
- func (m *Notification) XXX_Size() int
- func (m *Notification) XXX_Unmarshal(b []byte) error
- type NotificationArchive
- func (*NotificationArchive) Descriptor() ([]byte, []int)
- func (m *NotificationArchive) GetExternalError() string
- func (m *NotificationArchive) GetExternalStatus() string
- func (m *NotificationArchive) GetId() int64
- func (m *NotificationArchive) GetInternalError() string
- func (m *NotificationArchive) GetStatus() NotificationStatusCode
- func (*NotificationArchive) ProtoMessage()
- func (m *NotificationArchive) Reset()
- func (m *NotificationArchive) String() string
- func (m *NotificationArchive) XXX_DiscardUnknown()
- func (m *NotificationArchive) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NotificationArchive) XXX_Merge(src proto.Message)
- func (m *NotificationArchive) XXX_Size() int
- func (m *NotificationArchive) XXX_Unmarshal(b []byte) error
- type NotificationListResponse
- func (*NotificationListResponse) Descriptor() ([]byte, []int)
- func (m *NotificationListResponse) GetNotifications() []*Notification
- func (*NotificationListResponse) ProtoMessage()
- func (m *NotificationListResponse) Reset()
- func (m *NotificationListResponse) String() string
- func (m *NotificationListResponse) XXX_DiscardUnknown()
- func (m *NotificationListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NotificationListResponse) XXX_Merge(src proto.Message)
- func (m *NotificationListResponse) XXX_Size() int
- func (m *NotificationListResponse) XXX_Unmarshal(b []byte) error
- type NotificationParameter
- func (*NotificationParameter) Descriptor() ([]byte, []int)
- func (m *NotificationParameter) GetType() NotificationParameterType
- func (m *NotificationParameter) GetValue() string
- func (*NotificationParameter) ProtoMessage()
- func (m *NotificationParameter) Reset()
- func (m *NotificationParameter) String() string
- func (m *NotificationParameter) XXX_DiscardUnknown()
- func (m *NotificationParameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *NotificationParameter) XXX_Merge(src proto.Message)
- func (m *NotificationParameter) XXX_Size() int
- func (m *NotificationParameter) XXX_Unmarshal(b []byte) error
- type NotificationParameterType
- type NotificationServiceClient
- type NotificationServiceServer
- type NotificationStatusCode
- type NotificationType
- type Occupation
- func (*Occupation) Descriptor() ([]byte, []int)
- func (m *Occupation) GetCode08() int64
- func (m *Occupation) GetCode88() int64
- func (m *Occupation) GetName() string
- func (*Occupation) ProtoMessage()
- func (m *Occupation) Reset()
- func (m *Occupation) String() string
- func (m *Occupation) XXX_DiscardUnknown()
- func (m *Occupation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Occupation) XXX_Merge(src proto.Message)
- func (m *Occupation) XXX_Size() int
- func (m *Occupation) XXX_Unmarshal(b []byte) error
- type OccupationListRequest
- func (*OccupationListRequest) Descriptor() ([]byte, []int)
- func (m *OccupationListRequest) GetBase() *BaseRequest
- func (m *OccupationListRequest) GetLimitCount() int64
- func (m *OccupationListRequest) GetName() string
- func (*OccupationListRequest) ProtoMessage()
- func (m *OccupationListRequest) Reset()
- func (m *OccupationListRequest) String() string
- func (m *OccupationListRequest) XXX_DiscardUnknown()
- func (m *OccupationListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OccupationListRequest) XXX_Merge(src proto.Message)
- func (m *OccupationListRequest) XXX_Size() int
- func (m *OccupationListRequest) XXX_Unmarshal(b []byte) error
- type OccupationListResponse
- func (*OccupationListResponse) Descriptor() ([]byte, []int)
- func (m *OccupationListResponse) GetOccupations() []*Occupation
- func (*OccupationListResponse) ProtoMessage()
- func (m *OccupationListResponse) Reset()
- func (m *OccupationListResponse) String() string
- func (m *OccupationListResponse) XXX_DiscardUnknown()
- func (m *OccupationListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OccupationListResponse) XXX_Merge(src proto.Message)
- func (m *OccupationListResponse) XXX_Size() int
- func (m *OccupationListResponse) XXX_Unmarshal(b []byte) error
- type PayExecuteTransactionRequest
- func (*PayExecuteTransactionRequest) Descriptor() ([]byte, []int)
- func (m *PayExecuteTransactionRequest) GetBase() *BaseRequest
- func (m *PayExecuteTransactionRequest) GetOrderId() int64
- func (m *PayExecuteTransactionRequest) GetTransaction() string
- func (m *PayExecuteTransactionRequest) GetUserId() int64
- func (*PayExecuteTransactionRequest) ProtoMessage()
- func (m *PayExecuteTransactionRequest) Reset()
- func (m *PayExecuteTransactionRequest) String() string
- func (m *PayExecuteTransactionRequest) XXX_DiscardUnknown()
- func (m *PayExecuteTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PayExecuteTransactionRequest) XXX_Merge(src proto.Message)
- func (m *PayExecuteTransactionRequest) XXX_Size() int
- func (m *PayExecuteTransactionRequest) XXX_Unmarshal(b []byte) error
- type PayExecuteTransactionResponse
- func (*PayExecuteTransactionResponse) Descriptor() ([]byte, []int)
- func (m *PayExecuteTransactionResponse) GetErrorCode() int64
- func (m *PayExecuteTransactionResponse) GetTxHash() string
- func (*PayExecuteTransactionResponse) ProtoMessage()
- func (m *PayExecuteTransactionResponse) Reset()
- func (m *PayExecuteTransactionResponse) String() string
- func (m *PayExecuteTransactionResponse) XXX_DiscardUnknown()
- func (m *PayExecuteTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PayExecuteTransactionResponse) XXX_Merge(src proto.Message)
- func (m *PayExecuteTransactionResponse) XXX_Size() int
- func (m *PayExecuteTransactionResponse) XXX_Unmarshal(b []byte) error
- type PayGetTransactionRequest
- func (*PayGetTransactionRequest) Descriptor() ([]byte, []int)
- func (m *PayGetTransactionRequest) GetBase() *BaseRequest
- func (m *PayGetTransactionRequest) GetOrderId() int64
- func (m *PayGetTransactionRequest) GetUserId() int64
- func (*PayGetTransactionRequest) ProtoMessage()
- func (m *PayGetTransactionRequest) Reset()
- func (m *PayGetTransactionRequest) String() string
- func (m *PayGetTransactionRequest) XXX_DiscardUnknown()
- func (m *PayGetTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PayGetTransactionRequest) XXX_Merge(src proto.Message)
- func (m *PayGetTransactionRequest) XXX_Size() int
- func (m *PayGetTransactionRequest) XXX_Unmarshal(b []byte) error
- type PayGetTransactionResponse
- func (*PayGetTransactionResponse) Descriptor() ([]byte, []int)
- func (m *PayGetTransactionResponse) GetErrorCode() int64
- func (m *PayGetTransactionResponse) GetStellarPublicKey() string
- func (m *PayGetTransactionResponse) GetTransaction() string
- func (*PayGetTransactionResponse) ProtoMessage()
- func (m *PayGetTransactionResponse) Reset()
- func (m *PayGetTransactionResponse) String() string
- func (m *PayGetTransactionResponse) XXX_DiscardUnknown()
- func (m *PayGetTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PayGetTransactionResponse) XXX_Merge(src proto.Message)
- func (m *PayGetTransactionResponse) XXX_Size() int
- func (m *PayGetTransactionResponse) XXX_Unmarshal(b []byte) error
- type PayServiceClient
- type PayServiceServer
- type PaymentTemplate
- func (*PaymentTemplate) Descriptor() ([]byte, []int)
- func (m *PaymentTemplate) GetAmount() string
- func (m *PaymentTemplate) GetAssetCode() string
- func (m *PaymentTemplate) GetId() int64
- func (m *PaymentTemplate) GetIssuerPublickey() string
- func (m *PaymentTemplate) GetMemo() string
- func (m *PaymentTemplate) GetMemoType() string
- func (m *PaymentTemplate) GetRecipientPublickey() string
- func (m *PaymentTemplate) GetRecipientStellarAddress() string
- func (m *PaymentTemplate) GetTemplateName() string
- func (m *PaymentTemplate) GetWalletId() int64
- func (*PaymentTemplate) ProtoMessage()
- func (m *PaymentTemplate) Reset()
- func (m *PaymentTemplate) String() string
- func (m *PaymentTemplate) XXX_DiscardUnknown()
- func (m *PaymentTemplate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PaymentTemplate) XXX_Merge(src proto.Message)
- func (m *PaymentTemplate) XXX_Size() int
- func (m *PaymentTemplate) XXX_Unmarshal(b []byte) error
- type PhaseDataResponse
- func (*PhaseDataResponse) Descriptor() ([]byte, []int)
- func (m *PhaseDataResponse) GetActiveExchangeCurrencies() []*ExchangeCurrency
- func (m *PhaseDataResponse) GetEndTime() int64
- func (m *PhaseDataResponse) GetIcoId() int64
- func (m *PhaseDataResponse) GetIcoIssuerPk() string
- func (m *PhaseDataResponse) GetIcoPhaseName() string
- func (m *PhaseDataResponse) GetIcoPhaseStatus() string
- func (m *PhaseDataResponse) GetIcoTokenAsset() string
- func (m *PhaseDataResponse) GetId() int64
- func (m *PhaseDataResponse) GetMaxUserOrders() int64
- func (m *PhaseDataResponse) GetStartTime() int64
- func (m *PhaseDataResponse) GetTokenMaxOrderAmount() int64
- func (m *PhaseDataResponse) GetTokenMinOrderAmount() int64
- func (m *PhaseDataResponse) GetTokensLeft() int64
- func (*PhaseDataResponse) ProtoMessage()
- func (m *PhaseDataResponse) Reset()
- func (m *PhaseDataResponse) String() string
- func (m *PhaseDataResponse) XXX_DiscardUnknown()
- func (m *PhaseDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PhaseDataResponse) XXX_Merge(src proto.Message)
- func (m *PhaseDataResponse) XXX_Size() int
- func (m *PhaseDataResponse) XXX_Unmarshal(b []byte) error
- type Promo
- func (*Promo) Descriptor() ([]byte, []int)
- func (m *Promo) GetButtons() []*PromoButton
- func (m *Promo) GetId() int64
- func (m *Promo) GetImage() *PromoImage
- func (m *Promo) GetName() string
- func (m *Promo) GetText() string
- func (m *Promo) GetTitle() string
- func (m *Promo) GetType() string
- func (*Promo) ProtoMessage()
- func (m *Promo) Reset()
- func (m *Promo) String() string
- func (m *Promo) XXX_DiscardUnknown()
- func (m *Promo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Promo) XXX_Merge(src proto.Message)
- func (m *Promo) XXX_Size() int
- func (m *Promo) XXX_Unmarshal(b []byte) error
- type PromoButton
- func (*PromoButton) Descriptor() ([]byte, []int)
- func (m *PromoButton) GetLink() string
- func (m *PromoButton) GetName() string
- func (*PromoButton) ProtoMessage()
- func (m *PromoButton) Reset()
- func (m *PromoButton) String() string
- func (m *PromoButton) XXX_DiscardUnknown()
- func (m *PromoButton) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PromoButton) XXX_Merge(src proto.Message)
- func (m *PromoButton) XXX_Size() int
- func (m *PromoButton) XXX_Unmarshal(b []byte) error
- type PromoImage
- func (*PromoImage) Descriptor() ([]byte, []int)
- func (m *PromoImage) GetContent() string
- func (m *PromoImage) GetMimeType() string
- func (*PromoImage) ProtoMessage()
- func (m *PromoImage) Reset()
- func (m *PromoImage) String() string
- func (m *PromoImage) XXX_DiscardUnknown()
- func (m *PromoImage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PromoImage) XXX_Merge(src proto.Message)
- func (m *PromoImage) XXX_Size() int
- func (m *PromoImage) XXX_Unmarshal(b []byte) error
- type PushNotificationRequest
- func (*PushNotificationRequest) Descriptor() ([]byte, []int)
- func (m *PushNotificationRequest) GetBase() *BaseRequest
- func (m *PushNotificationRequest) GetMessage() string
- func (m *PushNotificationRequest) GetParameters() []*NotificationParameter
- func (m *PushNotificationRequest) GetSendAsMailIfNoTokenPresent() bool
- func (m *PushNotificationRequest) GetTitle() string
- func (m *PushNotificationRequest) GetUserID() int64
- func (*PushNotificationRequest) ProtoMessage()
- func (m *PushNotificationRequest) Reset()
- func (m *PushNotificationRequest) String() string
- func (m *PushNotificationRequest) XXX_DiscardUnknown()
- func (m *PushNotificationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PushNotificationRequest) XXX_Merge(src proto.Message)
- func (m *PushNotificationRequest) XXX_Size() int
- func (m *PushNotificationRequest) XXX_Unmarshal(b []byte) error
- type PushToken
- func (*PushToken) Descriptor() ([]byte, []int)
- func (m *PushToken) GetDeviceType() DeviceType
- func (m *PushToken) GetPushToken() string
- func (*PushToken) ProtoMessage()
- func (m *PushToken) Reset()
- func (m *PushToken) String() string
- func (m *PushToken) XXX_DiscardUnknown()
- func (m *PushToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PushToken) XXX_Merge(src proto.Message)
- func (m *PushToken) XXX_Size() int
- func (m *PushToken) XXX_Unmarshal(b []byte) error
- type QrCodeResponse
- func (*QrCodeResponse) Descriptor() ([]byte, []int)
- func (m *QrCodeResponse) GetBitmap() []byte
- func (m *QrCodeResponse) GetSecret() string
- func (m *QrCodeResponse) GetUrl() string
- func (*QrCodeResponse) ProtoMessage()
- func (m *QrCodeResponse) Reset()
- func (m *QrCodeResponse) String() string
- func (m *QrCodeResponse) XXX_DiscardUnknown()
- func (m *QrCodeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QrCodeResponse) XXX_Merge(src proto.Message)
- func (m *QrCodeResponse) XXX_Size() int
- func (m *QrCodeResponse) XXX_Unmarshal(b []byte) error
- type QueueMailNotificationRequest
- func (*QueueMailNotificationRequest) Descriptor() ([]byte, []int)
- func (m *QueueMailNotificationRequest) GetBase() *BaseRequest
- func (m *QueueMailNotificationRequest) GetContent() string
- func (m *QueueMailNotificationRequest) GetMailType() EmailContentType
- func (m *QueueMailNotificationRequest) GetSubject() string
- func (m *QueueMailNotificationRequest) GetUserEmail() string
- func (m *QueueMailNotificationRequest) GetUserId() int64
- func (*QueueMailNotificationRequest) ProtoMessage()
- func (m *QueueMailNotificationRequest) Reset()
- func (m *QueueMailNotificationRequest) String() string
- func (m *QueueMailNotificationRequest) XXX_DiscardUnknown()
- func (m *QueueMailNotificationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueueMailNotificationRequest) XXX_Merge(src proto.Message)
- func (m *QueueMailNotificationRequest) XXX_Size() int
- func (m *QueueMailNotificationRequest) XXX_Unmarshal(b []byte) error
- type QueuePushNotificationRequest
- func (*QueuePushNotificationRequest) Descriptor() ([]byte, []int)
- func (m *QueuePushNotificationRequest) GetBase() *BaseRequest
- func (m *QueuePushNotificationRequest) GetContent() string
- func (m *QueuePushNotificationRequest) GetDeviceType() NotificationType
- func (m *QueuePushNotificationRequest) GetPushToken() string
- func (m *QueuePushNotificationRequest) GetUserId() int64
- func (*QueuePushNotificationRequest) ProtoMessage()
- func (m *QueuePushNotificationRequest) Reset()
- func (m *QueuePushNotificationRequest) String() string
- func (m *QueuePushNotificationRequest) XXX_DiscardUnknown()
- func (m *QueuePushNotificationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueuePushNotificationRequest) XXX_Merge(src proto.Message)
- func (m *QueuePushNotificationRequest) XXX_Size() int
- func (m *QueuePushNotificationRequest) XXX_Unmarshal(b []byte) error
- type RemovePaymentTemplateRequest
- func (*RemovePaymentTemplateRequest) Descriptor() ([]byte, []int)
- func (m *RemovePaymentTemplateRequest) GetBase() *BaseRequest
- func (m *RemovePaymentTemplateRequest) GetId() int64
- func (m *RemovePaymentTemplateRequest) GetUserId() int64
- func (*RemovePaymentTemplateRequest) ProtoMessage()
- func (m *RemovePaymentTemplateRequest) Reset()
- func (m *RemovePaymentTemplateRequest) String() string
- func (m *RemovePaymentTemplateRequest) XXX_DiscardUnknown()
- func (m *RemovePaymentTemplateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RemovePaymentTemplateRequest) XXX_Merge(src proto.Message)
- func (m *RemovePaymentTemplateRequest) XXX_Size() int
- func (m *RemovePaymentTemplateRequest) XXX_Unmarshal(b []byte) error
- type RemoveWalletRequest
- func (*RemoveWalletRequest) Descriptor() ([]byte, []int)
- func (m *RemoveWalletRequest) GetBase() *BaseRequest
- func (m *RemoveWalletRequest) GetId() int64
- func (m *RemoveWalletRequest) GetUserId() int64
- func (*RemoveWalletRequest) ProtoMessage()
- func (m *RemoveWalletRequest) Reset()
- func (m *RemoveWalletRequest) String() string
- func (m *RemoveWalletRequest) XXX_DiscardUnknown()
- func (m *RemoveWalletRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RemoveWalletRequest) XXX_Merge(src proto.Message)
- func (m *RemoveWalletRequest) XXX_Size() int
- func (m *RemoveWalletRequest) XXX_Unmarshal(b []byte) error
- type SSEClearSourceReciversRequest
- func (*SSEClearSourceReciversRequest) Descriptor() ([]byte, []int)
- func (m *SSEClearSourceReciversRequest) GetBase() *BaseRequest
- func (m *SSEClearSourceReciversRequest) GetSourceReciver() string
- func (*SSEClearSourceReciversRequest) ProtoMessage()
- func (m *SSEClearSourceReciversRequest) Reset()
- func (m *SSEClearSourceReciversRequest) String() string
- func (m *SSEClearSourceReciversRequest) XXX_DiscardUnknown()
- func (m *SSEClearSourceReciversRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SSEClearSourceReciversRequest) XXX_Merge(src proto.Message)
- func (m *SSEClearSourceReciversRequest) XXX_Size() int
- func (m *SSEClearSourceReciversRequest) XXX_Unmarshal(b []byte) error
- type SSEGetData
- func (*SSEGetData) Descriptor() ([]byte, []int)
- func (m *SSEGetData) GetLedgerId() int64
- func (m *SSEGetData) GetOperationData() string
- func (m *SSEGetData) GetOperationId() int64
- func (m *SSEGetData) GetOperationType() int64
- func (m *SSEGetData) GetSourceReceiver() string
- func (m *SSEGetData) GetStellarAccount() string
- func (m *SSEGetData) GetTransactionId() int64
- func (*SSEGetData) ProtoMessage()
- func (m *SSEGetData) Reset()
- func (m *SSEGetData) String() string
- func (m *SSEGetData) XXX_DiscardUnknown()
- func (m *SSEGetData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SSEGetData) XXX_Merge(src proto.Message)
- func (m *SSEGetData) XXX_Size() int
- func (m *SSEGetData) XXX_Unmarshal(b []byte) error
- type SSEGetDataRequest
- func (*SSEGetDataRequest) Descriptor() ([]byte, []int)
- func (m *SSEGetDataRequest) GetBase() *BaseRequest
- func (m *SSEGetDataRequest) GetCount() int64
- func (m *SSEGetDataRequest) GetSourceReciver() string
- func (*SSEGetDataRequest) ProtoMessage()
- func (m *SSEGetDataRequest) Reset()
- func (m *SSEGetDataRequest) String() string
- func (m *SSEGetDataRequest) XXX_DiscardUnknown()
- func (m *SSEGetDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SSEGetDataRequest) XXX_Merge(src proto.Message)
- func (m *SSEGetDataRequest) XXX_Size() int
- func (m *SSEGetDataRequest) XXX_Unmarshal(b []byte) error
- type SSEGetDataResponse
- func (*SSEGetDataResponse) Descriptor() ([]byte, []int)
- func (m *SSEGetDataResponse) GetData() []*SSEGetData
- func (*SSEGetDataResponse) ProtoMessage()
- func (m *SSEGetDataResponse) Reset()
- func (m *SSEGetDataResponse) String() string
- func (m *SSEGetDataResponse) XXX_DiscardUnknown()
- func (m *SSEGetDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SSEGetDataResponse) XXX_Merge(src proto.Message)
- func (m *SSEGetDataResponse) XXX_Size() int
- func (m *SSEGetDataResponse) XXX_Unmarshal(b []byte) error
- type SSEListenForRequest
- func (*SSEListenForRequest) Descriptor() ([]byte, []int)
- func (m *SSEListenForRequest) GetBase() *BaseRequest
- func (m *SSEListenForRequest) GetOpTypes() int64
- func (m *SSEListenForRequest) GetReturnData() bool
- func (m *SSEListenForRequest) GetSourceReciver() string
- func (m *SSEListenForRequest) GetStellarAccount() string
- func (m *SSEListenForRequest) GetWithResume() bool
- func (*SSEListenForRequest) ProtoMessage()
- func (m *SSEListenForRequest) Reset()
- func (m *SSEListenForRequest) String() string
- func (m *SSEListenForRequest) XXX_DiscardUnknown()
- func (m *SSEListenForRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SSEListenForRequest) XXX_Merge(src proto.Message)
- func (m *SSEListenForRequest) XXX_Size() int
- func (m *SSEListenForRequest) XXX_Unmarshal(b []byte) error
- type SSERemoveListeningRequest
- func (*SSERemoveListeningRequest) Descriptor() ([]byte, []int)
- func (m *SSERemoveListeningRequest) GetBase() *BaseRequest
- func (m *SSERemoveListeningRequest) GetSourceReciver() string
- func (m *SSERemoveListeningRequest) GetStellarAccount() string
- func (*SSERemoveListeningRequest) ProtoMessage()
- func (m *SSERemoveListeningRequest) Reset()
- func (m *SSERemoveListeningRequest) String() string
- func (m *SSERemoveListeningRequest) XXX_DiscardUnknown()
- func (m *SSERemoveListeningRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SSERemoveListeningRequest) XXX_Merge(src proto.Message)
- func (m *SSERemoveListeningRequest) XXX_Size() int
- func (m *SSERemoveListeningRequest) XXX_Unmarshal(b []byte) error
- type SSEServiceClient
- type SSEServiceServer
- type SalutationListResponse
- func (*SalutationListResponse) Descriptor() ([]byte, []int)
- func (m *SalutationListResponse) GetSalutation() []string
- func (*SalutationListResponse) ProtoMessage()
- func (m *SalutationListResponse) Reset()
- func (m *SalutationListResponse) String() string
- func (m *SalutationListResponse) XXX_DiscardUnknown()
- func (m *SalutationListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SalutationListResponse) XXX_Merge(src proto.Message)
- func (m *SalutationListResponse) XXX_Size() int
- func (m *SalutationListResponse) XXX_Unmarshal(b []byte) error
- type SaveMailRequest
- func (*SaveMailRequest) Descriptor() ([]byte, []int)
- func (m *SaveMailRequest) GetBase() *BaseRequest
- func (m *SaveMailRequest) GetExternalStatus() string
- func (m *SaveMailRequest) GetExternalStatusId() string
- func (m *SaveMailRequest) GetInternalStatus() int64
- func (m *SaveMailRequest) GetMailBody() string
- func (m *SaveMailRequest) GetMailFrom() string
- func (m *SaveMailRequest) GetMailSubject() string
- func (m *SaveMailRequest) GetMailTo() string
- func (*SaveMailRequest) ProtoMessage()
- func (m *SaveMailRequest) Reset()
- func (m *SaveMailRequest) String() string
- func (m *SaveMailRequest) XXX_DiscardUnknown()
- func (m *SaveMailRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SaveMailRequest) XXX_Merge(src proto.Message)
- func (m *SaveMailRequest) XXX_Size() int
- func (m *SaveMailRequest) XXX_Unmarshal(b []byte) error
- type SendMailRequest
- func (*SendMailRequest) Descriptor() ([]byte, []int)
- func (m *SendMailRequest) GetBase() *BaseRequest
- func (m *SendMailRequest) GetBody() string
- func (m *SendMailRequest) GetFrom() string
- func (m *SendMailRequest) GetIsHtml() bool
- func (m *SendMailRequest) GetSubject() string
- func (m *SendMailRequest) GetTo() string
- func (m *SendMailRequest) GetToMultiple() []string
- func (*SendMailRequest) ProtoMessage()
- func (m *SendMailRequest) Reset()
- func (m *SendMailRequest) String() string
- func (m *SendMailRequest) XXX_DiscardUnknown()
- func (m *SendMailRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SendMailRequest) XXX_Merge(src proto.Message)
- func (m *SendMailRequest) XXX_Size() int
- func (m *SendMailRequest) XXX_Unmarshal(b []byte) error
- type SetMailTokenRequest
- func (*SetMailTokenRequest) Descriptor() ([]byte, []int)
- func (m *SetMailTokenRequest) GetBase() *BaseRequest
- func (m *SetMailTokenRequest) GetMailConfirmationExpiry() int64
- func (m *SetMailTokenRequest) GetMailConfirmationKey() string
- func (m *SetMailTokenRequest) GetUserId() int64
- func (*SetMailTokenRequest) ProtoMessage()
- func (m *SetMailTokenRequest) Reset()
- func (m *SetMailTokenRequest) String() string
- func (m *SetMailTokenRequest) XXX_DiscardUnknown()
- func (m *SetMailTokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SetMailTokenRequest) XXX_Merge(src proto.Message)
- func (m *SetMailTokenRequest) XXX_Size() int
- func (m *SetMailTokenRequest) XXX_Unmarshal(b []byte) error
- type SetTempTfaSecretRequest
- func (*SetTempTfaSecretRequest) Descriptor() ([]byte, []int)
- func (m *SetTempTfaSecretRequest) GetBase() *BaseRequest
- func (m *SetTempTfaSecretRequest) GetTfaSecret() string
- func (m *SetTempTfaSecretRequest) GetUserId() int64
- func (*SetTempTfaSecretRequest) ProtoMessage()
- func (m *SetTempTfaSecretRequest) Reset()
- func (m *SetTempTfaSecretRequest) String() string
- func (m *SetTempTfaSecretRequest) XXX_DiscardUnknown()
- func (m *SetTempTfaSecretRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SetTempTfaSecretRequest) XXX_Merge(src proto.Message)
- func (m *SetTempTfaSecretRequest) XXX_Size() int
- func (m *SetTempTfaSecretRequest) XXX_Unmarshal(b []byte) error
- type SetUserTfaConfirmedRequest
- func (*SetUserTfaConfirmedRequest) Descriptor() ([]byte, []int)
- func (m *SetUserTfaConfirmedRequest) GetBase() *BaseRequest
- func (m *SetUserTfaConfirmedRequest) GetTfaQrcode() []byte
- func (m *SetUserTfaConfirmedRequest) GetTfaSecret() string
- func (m *SetUserTfaConfirmedRequest) GetTfaUrl() string
- func (m *SetUserTfaConfirmedRequest) GetUserId() int64
- func (*SetUserTfaConfirmedRequest) ProtoMessage()
- func (m *SetUserTfaConfirmedRequest) Reset()
- func (m *SetUserTfaConfirmedRequest) String() string
- func (m *SetUserTfaConfirmedRequest) XXX_DiscardUnknown()
- func (m *SetUserTfaConfirmedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SetUserTfaConfirmedRequest) XXX_Merge(src proto.Message)
- func (m *SetUserTfaConfirmedRequest) XXX_Size() int
- func (m *SetUserTfaConfirmedRequest) XXX_Unmarshal(b []byte) error
- type StellarOperation
- func (*StellarOperation) Descriptor() ([]byte, []int)
- func (m *StellarOperation) GetOpApplicationOrder() int64
- func (m *StellarOperation) GetOpDetails() string
- func (m *StellarOperation) GetOpId() int64
- func (m *StellarOperation) GetOpType() int64
- func (m *StellarOperation) GetTxAccount() string
- func (m *StellarOperation) GetTxCreatedAt() int64
- func (m *StellarOperation) GetTxFeePaid() int64
- func (m *StellarOperation) GetTxMemo() string
- func (m *StellarOperation) GetTxMemoType() string
- func (m *StellarOperation) GetTxOperationCount() int64
- func (m *StellarOperation) GetTxTransactionHash() string
- func (*StellarOperation) ProtoMessage()
- func (m *StellarOperation) Reset()
- func (m *StellarOperation) String() string
- func (m *StellarOperation) XXX_DiscardUnknown()
- func (m *StellarOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StellarOperation) XXX_Merge(src proto.Message)
- func (m *StellarOperation) XXX_Size() int
- func (m *StellarOperation) XXX_Unmarshal(b []byte) error
- type StellarOperations
- func (*StellarOperations) Descriptor() ([]byte, []int)
- func (m *StellarOperations) GetOperations() []*StellarOperation
- func (*StellarOperations) ProtoMessage()
- func (m *StellarOperations) Reset()
- func (m *StellarOperations) String() string
- func (m *StellarOperations) XXX_DiscardUnknown()
- func (m *StellarOperations) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StellarOperations) XXX_Merge(src proto.Message)
- func (m *StellarOperations) XXX_Size() int
- func (m *StellarOperations) XXX_Unmarshal(b []byte) error
- type StringResponse
- func (*StringResponse) Descriptor() ([]byte, []int)
- func (m *StringResponse) GetValue() string
- func (*StringResponse) ProtoMessage()
- func (m *StringResponse) Reset()
- func (m *StringResponse) String() string
- func (m *StringResponse) XXX_DiscardUnknown()
- func (m *StringResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StringResponse) XXX_Merge(src proto.Message)
- func (m *StringResponse) XXX_Size() int
- func (m *StringResponse) XXX_Unmarshal(b []byte) error
- type TestTransaction
- func (*TestTransaction) Descriptor() ([]byte, []int)
- func (m *TestTransaction) GetBase() *BaseRequest
- func (m *TestTransaction) GetDenomAmount() int64
- func (m *TestTransaction) GetPaymentChannel() string
- func (m *TestTransaction) GetPaymentUsage() string
- func (m *TestTransaction) GetRecipientAddress() string
- func (m *TestTransaction) GetSenderAddress() string
- func (m *TestTransaction) GetTxHash() string
- func (*TestTransaction) ProtoMessage()
- func (m *TestTransaction) Reset()
- func (m *TestTransaction) String() string
- func (m *TestTransaction) XXX_DiscardUnknown()
- func (m *TestTransaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TestTransaction) XXX_Merge(src proto.Message)
- func (m *TestTransaction) XXX_Size() int
- func (m *TestTransaction) XXX_Unmarshal(b []byte) error
- type TwoFactorAuthServiceClient
- type TwoFactorAuthServiceServer
- type UpdateNotificationsStatusRequest
- func (*UpdateNotificationsStatusRequest) Descriptor() ([]byte, []int)
- func (m *UpdateNotificationsStatusRequest) GetBase() *BaseRequest
- func (m *UpdateNotificationsStatusRequest) GetNotifications() []*NotificationArchive
- func (*UpdateNotificationsStatusRequest) ProtoMessage()
- func (m *UpdateNotificationsStatusRequest) Reset()
- func (m *UpdateNotificationsStatusRequest) String() string
- func (m *UpdateNotificationsStatusRequest) XXX_DiscardUnknown()
- func (m *UpdateNotificationsStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateNotificationsStatusRequest) XXX_Merge(src proto.Message)
- func (m *UpdateNotificationsStatusRequest) XXX_Size() int
- func (m *UpdateNotificationsStatusRequest) XXX_Unmarshal(b []byte) error
- type UpdateProfileShowMemoRequest
- func (*UpdateProfileShowMemoRequest) Descriptor() ([]byte, []int)
- func (m *UpdateProfileShowMemoRequest) GetBase() *BaseRequest
- func (m *UpdateProfileShowMemoRequest) GetUserId() int64
- func (m *UpdateProfileShowMemoRequest) GetValue() bool
- func (*UpdateProfileShowMemoRequest) ProtoMessage()
- func (m *UpdateProfileShowMemoRequest) Reset()
- func (m *UpdateProfileShowMemoRequest) String() string
- func (m *UpdateProfileShowMemoRequest) XXX_DiscardUnknown()
- func (m *UpdateProfileShowMemoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateProfileShowMemoRequest) XXX_Merge(src proto.Message)
- func (m *UpdateProfileShowMemoRequest) XXX_Size() int
- func (m *UpdateProfileShowMemoRequest) XXX_Unmarshal(b []byte) error
- type UpdatePushTokenRequest
- func (*UpdatePushTokenRequest) Descriptor() ([]byte, []int)
- func (m *UpdatePushTokenRequest) GetBase() *BaseRequest
- func (m *UpdatePushTokenRequest) GetDeviceType() DeviceType
- func (m *UpdatePushTokenRequest) GetNewPushToken() string
- func (m *UpdatePushTokenRequest) GetOldPushToken() string
- func (m *UpdatePushTokenRequest) GetUserId() int64
- func (*UpdatePushTokenRequest) ProtoMessage()
- func (m *UpdatePushTokenRequest) Reset()
- func (m *UpdatePushTokenRequest) String() string
- func (m *UpdatePushTokenRequest) XXX_DiscardUnknown()
- func (m *UpdatePushTokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdatePushTokenRequest) XXX_Merge(src proto.Message)
- func (m *UpdatePushTokenRequest) XXX_Size() int
- func (m *UpdatePushTokenRequest) XXX_Unmarshal(b []byte) error
- type UpdateUserContactRequest
- func (*UpdateUserContactRequest) Descriptor() ([]byte, []int)
- func (m *UpdateUserContactRequest) GetBase() *BaseRequest
- func (m *UpdateUserContactRequest) GetContactName() string
- func (m *UpdateUserContactRequest) GetId() int64
- func (m *UpdateUserContactRequest) GetPublicKey() string
- func (m *UpdateUserContactRequest) GetStellarAddress() string
- func (*UpdateUserContactRequest) ProtoMessage()
- func (m *UpdateUserContactRequest) Reset()
- func (m *UpdateUserContactRequest) String() string
- func (m *UpdateUserContactRequest) XXX_DiscardUnknown()
- func (m *UpdateUserContactRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateUserContactRequest) XXX_Merge(src proto.Message)
- func (m *UpdateUserContactRequest) XXX_Size() int
- func (m *UpdateUserContactRequest) XXX_Unmarshal(b []byte) error
- type UpdateUserProfileRequest
- func (*UpdateUserProfileRequest) Descriptor() ([]byte, []int)
- func (m *UpdateUserProfileRequest) GetAdditionalName() string
- func (m *UpdateUserProfileRequest) GetAddress() string
- func (m *UpdateUserProfileRequest) GetBankAccountNumber() string
- func (m *UpdateUserProfileRequest) GetBankNumber() string
- func (m *UpdateUserProfileRequest) GetBankPhoneNumber() string
- func (m *UpdateUserProfileRequest) GetBase() *BaseRequest
- func (m *UpdateUserProfileRequest) GetBirthCountryCode() string
- func (m *UpdateUserProfileRequest) GetBirthDay() int64
- func (m *UpdateUserProfileRequest) GetBirthPlace() string
- func (m *UpdateUserProfileRequest) GetCity() string
- func (m *UpdateUserProfileRequest) GetCountryCode() string
- func (m *UpdateUserProfileRequest) GetEmployerAddress() string
- func (m *UpdateUserProfileRequest) GetEmployerName() string
- func (m *UpdateUserProfileRequest) GetForename() string
- func (m *UpdateUserProfileRequest) GetId() int64
- func (m *UpdateUserProfileRequest) GetLanguageCode() string
- func (m *UpdateUserProfileRequest) GetLastname() string
- func (m *UpdateUserProfileRequest) GetMobileNr() string
- func (m *UpdateUserProfileRequest) GetNationality() string
- func (m *UpdateUserProfileRequest) GetOccupationCode08() string
- func (m *UpdateUserProfileRequest) GetOccupationCode88() string
- func (m *UpdateUserProfileRequest) GetOccupationName() string
- func (m *UpdateUserProfileRequest) GetSalutation() string
- func (m *UpdateUserProfileRequest) GetState() string
- func (m *UpdateUserProfileRequest) GetTaxId() string
- func (m *UpdateUserProfileRequest) GetTaxIdName() string
- func (m *UpdateUserProfileRequest) GetZipCode() string
- func (*UpdateUserProfileRequest) ProtoMessage()
- func (m *UpdateUserProfileRequest) Reset()
- func (m *UpdateUserProfileRequest) String() string
- func (m *UpdateUserProfileRequest) XXX_DiscardUnknown()
- func (m *UpdateUserProfileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateUserProfileRequest) XXX_Merge(src proto.Message)
- func (m *UpdateUserProfileRequest) XXX_Size() int
- func (m *UpdateUserProfileRequest) XXX_Unmarshal(b []byte) error
- type UserContact
- func (*UserContact) Descriptor() ([]byte, []int)
- func (m *UserContact) GetContactName() string
- func (m *UserContact) GetId() int64
- func (m *UserContact) GetPublicKey() string
- func (m *UserContact) GetStellarAddress() string
- func (*UserContact) ProtoMessage()
- func (m *UserContact) Reset()
- func (m *UserContact) String() string
- func (m *UserContact) XXX_DiscardUnknown()
- func (m *UserContact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UserContact) XXX_Merge(src proto.Message)
- func (m *UserContact) XXX_Size() int
- func (m *UserContact) XXX_Unmarshal(b []byte) error
- type UserDetailsResponse
- func (*UserDetailsResponse) Descriptor() ([]byte, []int)
- func (m *UserDetailsResponse) GetEmail() string
- func (m *UserDetailsResponse) GetId() int64
- func (m *UserDetailsResponse) GetIsClosed() bool
- func (m *UserDetailsResponse) GetIsSuspended() bool
- func (m *UserDetailsResponse) GetMailConfirmationExpiry() int64
- func (m *UserDetailsResponse) GetMailConfirmationKey() string
- func (m *UserDetailsResponse) GetMailConfirmed() bool
- func (m *UserDetailsResponse) GetMailNotifications() bool
- func (m *UserDetailsResponse) GetMessageCount() int64
- func (m *UserDetailsResponse) GetMnemonicConfirmed() bool
- func (m *UserDetailsResponse) GetPaymentState() string
- func (m *UserDetailsResponse) GetPublicKey_0() string
- func (m *UserDetailsResponse) GetReset2FaByAdmin() bool
- func (m *UserDetailsResponse) GetShowMemos() bool
- func (m *UserDetailsResponse) GetTfaConfirmed() bool
- func (m *UserDetailsResponse) GetTfaSecret() string
- func (m *UserDetailsResponse) GetTfaTempSecret() string
- func (m *UserDetailsResponse) GetUserNotFound() bool
- func (*UserDetailsResponse) ProtoMessage()
- func (m *UserDetailsResponse) Reset()
- func (m *UserDetailsResponse) String() string
- func (m *UserDetailsResponse) XXX_DiscardUnknown()
- func (m *UserDetailsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UserDetailsResponse) XXX_Merge(src proto.Message)
- func (m *UserDetailsResponse) XXX_Size() int
- func (m *UserDetailsResponse) XXX_Unmarshal(b []byte) error
- type UserLockinRequest
- func (*UserLockinRequest) Descriptor() ([]byte, []int)
- func (m *UserLockinRequest) GetBase() *BaseRequest
- func (m *UserLockinRequest) GetUserId() int64
- func (*UserLockinRequest) ProtoMessage()
- func (m *UserLockinRequest) Reset()
- func (m *UserLockinRequest) String() string
- func (m *UserLockinRequest) XXX_DiscardUnknown()
- func (m *UserLockinRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UserLockinRequest) XXX_Merge(src proto.Message)
- func (m *UserLockinRequest) XXX_Size() int
- func (m *UserLockinRequest) XXX_Unmarshal(b []byte) error
- type UserLockoutRequest
- func (*UserLockoutRequest) Descriptor() ([]byte, []int)
- func (m *UserLockoutRequest) GetBase() *BaseRequest
- func (m *UserLockoutRequest) GetUserId() int64
- func (*UserLockoutRequest) ProtoMessage()
- func (m *UserLockoutRequest) Reset()
- func (m *UserLockoutRequest) String() string
- func (m *UserLockoutRequest) XXX_DiscardUnknown()
- func (m *UserLockoutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UserLockoutRequest) XXX_Merge(src proto.Message)
- func (m *UserLockoutRequest) XXX_Size() int
- func (m *UserLockoutRequest) XXX_Unmarshal(b []byte) error
- type UserLockoutResponse
- func (*UserLockoutResponse) Descriptor() ([]byte, []int)
- func (m *UserLockoutResponse) GetLockoutMinutes() int64
- func (*UserLockoutResponse) ProtoMessage()
- func (m *UserLockoutResponse) Reset()
- func (m *UserLockoutResponse) String() string
- func (m *UserLockoutResponse) XXX_DiscardUnknown()
- func (m *UserLockoutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UserLockoutResponse) XXX_Merge(src proto.Message)
- func (m *UserLockoutResponse) XXX_Size() int
- func (m *UserLockoutResponse) XXX_Unmarshal(b []byte) error
- type UserMailTokenRequest
- func (*UserMailTokenRequest) Descriptor() ([]byte, []int)
- func (m *UserMailTokenRequest) GetBase() *BaseRequest
- func (m *UserMailTokenRequest) GetToken() string
- func (*UserMailTokenRequest) ProtoMessage()
- func (m *UserMailTokenRequest) Reset()
- func (m *UserMailTokenRequest) String() string
- func (m *UserMailTokenRequest) XXX_DiscardUnknown()
- func (m *UserMailTokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UserMailTokenRequest) XXX_Merge(src proto.Message)
- func (m *UserMailTokenRequest) XXX_Size() int
- func (m *UserMailTokenRequest) XXX_Unmarshal(b []byte) error
- type UserMailTokenResponse
- func (*UserMailTokenResponse) Descriptor() ([]byte, []int)
- func (m *UserMailTokenResponse) GetConfirmedDate() int64
- func (m *UserMailTokenResponse) GetEmail() string
- func (m *UserMailTokenResponse) GetMailConfirmationExpiry() int64
- func (m *UserMailTokenResponse) GetMailConfirmed() bool
- func (m *UserMailTokenResponse) GetPublicKey_0() string
- func (m *UserMailTokenResponse) GetTokenAlreadyConfirmed() bool
- func (m *UserMailTokenResponse) GetTokenNotFound() bool
- func (m *UserMailTokenResponse) GetUserId() int64
- func (*UserMailTokenResponse) ProtoMessage()
- func (m *UserMailTokenResponse) Reset()
- func (m *UserMailTokenResponse) String() string
- func (m *UserMailTokenResponse) XXX_DiscardUnknown()
- func (m *UserMailTokenResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UserMailTokenResponse) XXX_Merge(src proto.Message)
- func (m *UserMailTokenResponse) XXX_Size() int
- func (m *UserMailTokenResponse) XXX_Unmarshal(b []byte) error
- type UserMessageItem
- func (*UserMessageItem) Descriptor() ([]byte, []int)
- func (m *UserMessageItem) GetDateCreated() int64
- func (m *UserMessageItem) GetId() int64
- func (m *UserMessageItem) GetMessage() string
- func (m *UserMessageItem) GetTitle() string
- func (m *UserMessageItem) GetUserId() int64
- func (*UserMessageItem) ProtoMessage()
- func (m *UserMessageItem) Reset()
- func (m *UserMessageItem) String() string
- func (m *UserMessageItem) XXX_DiscardUnknown()
- func (m *UserMessageItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UserMessageItem) XXX_Merge(src proto.Message)
- func (m *UserMessageItem) XXX_Size() int
- func (m *UserMessageItem) XXX_Unmarshal(b []byte) error
- type UserMessageListRequest
- func (*UserMessageListRequest) Descriptor() ([]byte, []int)
- func (m *UserMessageListRequest) GetArchive() bool
- func (m *UserMessageListRequest) GetBase() *BaseRequest
- func (m *UserMessageListRequest) GetUserId() int64
- func (*UserMessageListRequest) ProtoMessage()
- func (m *UserMessageListRequest) Reset()
- func (m *UserMessageListRequest) String() string
- func (m *UserMessageListRequest) XXX_DiscardUnknown()
- func (m *UserMessageListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UserMessageListRequest) XXX_Merge(src proto.Message)
- func (m *UserMessageListRequest) XXX_Size() int
- func (m *UserMessageListRequest) XXX_Unmarshal(b []byte) error
- type UserMessageListResponse
- func (*UserMessageListResponse) Descriptor() ([]byte, []int)
- func (m *UserMessageListResponse) GetArchiveCount() int64
- func (m *UserMessageListResponse) GetCurrentCount() int64
- func (m *UserMessageListResponse) GetMessageListItems() []*UserMessageItem
- func (*UserMessageListResponse) ProtoMessage()
- func (m *UserMessageListResponse) Reset()
- func (m *UserMessageListResponse) String() string
- func (m *UserMessageListResponse) XXX_DiscardUnknown()
- func (m *UserMessageListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UserMessageListResponse) XXX_Merge(src proto.Message)
- func (m *UserMessageListResponse) XXX_Size() int
- func (m *UserMessageListResponse) XXX_Unmarshal(b []byte) error
- type UserMessageRequest
- func (*UserMessageRequest) Descriptor() ([]byte, []int)
- func (m *UserMessageRequest) GetArchive() bool
- func (m *UserMessageRequest) GetBase() *BaseRequest
- func (m *UserMessageRequest) GetMessageId() int64
- func (*UserMessageRequest) ProtoMessage()
- func (m *UserMessageRequest) Reset()
- func (m *UserMessageRequest) String() string
- func (m *UserMessageRequest) XXX_DiscardUnknown()
- func (m *UserMessageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UserMessageRequest) XXX_Merge(src proto.Message)
- func (m *UserMessageRequest) XXX_Size() int
- func (m *UserMessageRequest) XXX_Unmarshal(b []byte) error
- type UserOrder
- func (*UserOrder) Descriptor() ([]byte, []int)
- func (m *UserOrder) GetAmountReceived() string
- func (m *UserOrder) GetExchangeAmount() string
- func (m *UserOrder) GetExchangeAssetCode() string
- func (m *UserOrder) GetExchangeCurrencyDenominationAmount() string
- func (m *UserOrder) GetExchangeCurrencyId() int64
- func (m *UserOrder) GetExchangeCurrencyType() string
- func (m *UserOrder) GetExchangeDenomAssetCode() string
- func (m *UserOrder) GetFiatBankName() string
- func (m *UserOrder) GetFiatBic() string
- func (m *UserOrder) GetFiatIban() string
- func (m *UserOrder) GetFiatRecepientName() string
- func (m *UserOrder) GetIcoPhaseId() int64
- func (m *UserOrder) GetId() int64
- func (m *UserOrder) GetOrderStatus() string
- func (m *UserOrder) GetPaymentAddress() string
- func (m *UserOrder) GetPaymentNetwork() string
- func (m *UserOrder) GetPaymentQrImage() []byte
- func (m *UserOrder) GetPaymentRefundTxId() string
- func (m *UserOrder) GetPaymentUsage() string
- func (m *UserOrder) GetStellarTransactionId() string
- func (m *UserOrder) GetStellarUserPublicKey() string
- func (m *UserOrder) GetTokenAmount() int64
- func (*UserOrder) ProtoMessage()
- func (m *UserOrder) Reset()
- func (m *UserOrder) String() string
- func (m *UserOrder) XXX_DiscardUnknown()
- func (m *UserOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UserOrder) XXX_Merge(src proto.Message)
- func (m *UserOrder) XXX_Size() int
- func (m *UserOrder) XXX_Unmarshal(b []byte) error
- type UserOrdersCountRequest
- func (*UserOrdersCountRequest) Descriptor() ([]byte, []int)
- func (m *UserOrdersCountRequest) GetBase() *BaseRequest
- func (m *UserOrdersCountRequest) GetPhaseId() int64
- func (m *UserOrdersCountRequest) GetUserId() int64
- func (*UserOrdersCountRequest) ProtoMessage()
- func (m *UserOrdersCountRequest) Reset()
- func (m *UserOrdersCountRequest) String() string
- func (m *UserOrdersCountRequest) XXX_DiscardUnknown()
- func (m *UserOrdersCountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UserOrdersCountRequest) XXX_Merge(src proto.Message)
- func (m *UserOrdersCountRequest) XXX_Size() int
- func (m *UserOrdersCountRequest) XXX_Unmarshal(b []byte) error
- type UserOrdersRequest
- func (*UserOrdersRequest) Descriptor() ([]byte, []int)
- func (m *UserOrdersRequest) GetBase() *BaseRequest
- func (m *UserOrdersRequest) GetIcoPhaseId() int64
- func (m *UserOrdersRequest) GetOrderId() int64
- func (m *UserOrdersRequest) GetOrderStatus() string
- func (m *UserOrdersRequest) GetUserId() int64
- func (*UserOrdersRequest) ProtoMessage()
- func (m *UserOrdersRequest) Reset()
- func (m *UserOrdersRequest) String() string
- func (m *UserOrdersRequest) XXX_DiscardUnknown()
- func (m *UserOrdersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UserOrdersRequest) XXX_Merge(src proto.Message)
- func (m *UserOrdersRequest) XXX_Size() int
- func (m *UserOrdersRequest) XXX_Unmarshal(b []byte) error
- type UserOrdersResponse
- func (*UserOrdersResponse) Descriptor() ([]byte, []int)
- func (m *UserOrdersResponse) GetUserOrders() []*UserOrder
- func (*UserOrdersResponse) ProtoMessage()
- func (m *UserOrdersResponse) Reset()
- func (m *UserOrdersResponse) String() string
- func (m *UserOrdersResponse) XXX_DiscardUnknown()
- func (m *UserOrdersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UserOrdersResponse) XXX_Merge(src proto.Message)
- func (m *UserOrdersResponse) XXX_Size() int
- func (m *UserOrdersResponse) XXX_Unmarshal(b []byte) error
- type UserProfileResponse
- func (*UserProfileResponse) Descriptor() ([]byte, []int)
- func (m *UserProfileResponse) GetAdditionalName() string
- func (m *UserProfileResponse) GetAddress() string
- func (m *UserProfileResponse) GetBankAccountNumber() string
- func (m *UserProfileResponse) GetBankNumber() string
- func (m *UserProfileResponse) GetBankPhoneNumber() string
- func (m *UserProfileResponse) GetBirthCountryCode() string
- func (m *UserProfileResponse) GetBirthDay() int64
- func (m *UserProfileResponse) GetBirthPlace() string
- func (m *UserProfileResponse) GetCity() string
- func (m *UserProfileResponse) GetCountryCode() string
- func (m *UserProfileResponse) GetCreatedAt() int64
- func (m *UserProfileResponse) GetEmail() string
- func (m *UserProfileResponse) GetEmployerAddress() string
- func (m *UserProfileResponse) GetEmployerName() string
- func (m *UserProfileResponse) GetForename() string
- func (m *UserProfileResponse) GetId() int64
- func (m *UserProfileResponse) GetLanguageCode() string
- func (m *UserProfileResponse) GetLastname() string
- func (m *UserProfileResponse) GetMailNotifications() bool
- func (m *UserProfileResponse) GetMobileNr() string
- func (m *UserProfileResponse) GetNationality() string
- func (m *UserProfileResponse) GetOccupationCode08() string
- func (m *UserProfileResponse) GetOccupationCode88() string
- func (m *UserProfileResponse) GetOccupationName() string
- func (m *UserProfileResponse) GetPublicKey_0() string
- func (m *UserProfileResponse) GetSalutation() string
- func (m *UserProfileResponse) GetShowMemos() bool
- func (m *UserProfileResponse) GetState() string
- func (m *UserProfileResponse) GetTaxId() string
- func (m *UserProfileResponse) GetTaxIdName() string
- func (m *UserProfileResponse) GetUserNotFound() bool
- func (m *UserProfileResponse) GetZipCode() string
- func (*UserProfileResponse) ProtoMessage()
- func (m *UserProfileResponse) Reset()
- func (m *UserProfileResponse) String() string
- func (m *UserProfileResponse) XXX_DiscardUnknown()
- func (m *UserProfileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UserProfileResponse) XXX_Merge(src proto.Message)
- func (m *UserProfileResponse) XXX_Size() int
- func (m *UserProfileResponse) XXX_Unmarshal(b []byte) error
- type UserSecurityRequest
- func (*UserSecurityRequest) Descriptor() ([]byte, []int)
- func (m *UserSecurityRequest) GetBase() *BaseRequest
- func (m *UserSecurityRequest) GetId() int64
- func (m *UserSecurityRequest) GetKdfSalt() string
- func (m *UserSecurityRequest) GetMnemonic() string
- func (m *UserSecurityRequest) GetMnemonicIv() string
- func (m *UserSecurityRequest) GetMnemonicMasterIv() string
- func (m *UserSecurityRequest) GetMnemonicMasterKey() string
- func (m *UserSecurityRequest) GetPublicKey_0() string
- func (m *UserSecurityRequest) GetUserId() int64
- func (m *UserSecurityRequest) GetUserNotFound() bool
- func (m *UserSecurityRequest) GetWordlist() string
- func (m *UserSecurityRequest) GetWordlistIv() string
- func (m *UserSecurityRequest) GetWordlistMasterIv() string
- func (m *UserSecurityRequest) GetWordlistMasterKey() string
- func (*UserSecurityRequest) ProtoMessage()
- func (m *UserSecurityRequest) Reset()
- func (m *UserSecurityRequest) String() string
- func (m *UserSecurityRequest) XXX_DiscardUnknown()
- func (m *UserSecurityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UserSecurityRequest) XXX_Merge(src proto.Message)
- func (m *UserSecurityRequest) XXX_Size() int
- func (m *UserSecurityRequest) XXX_Unmarshal(b []byte) error
- type UserSecurityResponse
- func (*UserSecurityResponse) Descriptor() ([]byte, []int)
- func (m *UserSecurityResponse) GetId() int64
- func (m *UserSecurityResponse) GetKdfSalt() string
- func (m *UserSecurityResponse) GetMnemonic() string
- func (m *UserSecurityResponse) GetMnemonicIv() string
- func (m *UserSecurityResponse) GetMnemonicMasterIv() string
- func (m *UserSecurityResponse) GetMnemonicMasterKey() string
- func (m *UserSecurityResponse) GetPublicKey_0() string
- func (m *UserSecurityResponse) GetUserId() int64
- func (m *UserSecurityResponse) GetUserNotFound() bool
- func (m *UserSecurityResponse) GetWordlist() string
- func (m *UserSecurityResponse) GetWordlistIv() string
- func (m *UserSecurityResponse) GetWordlistMasterIv() string
- func (m *UserSecurityResponse) GetWordlistMasterKey() string
- func (*UserSecurityResponse) ProtoMessage()
- func (m *UserSecurityResponse) Reset()
- func (m *UserSecurityResponse) String() string
- func (m *UserSecurityResponse) XXX_DiscardUnknown()
- func (m *UserSecurityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UserSecurityResponse) XXX_Merge(src proto.Message)
- func (m *UserSecurityResponse) XXX_Size() int
- func (m *UserSecurityResponse) XXX_Unmarshal(b []byte) error
- type Wallet
- func (*Wallet) Descriptor() ([]byte, []int)
- func (m *Wallet) GetDomain() string
- func (m *Wallet) GetFriendlyId() string
- func (m *Wallet) GetId() int64
- func (m *Wallet) GetOrderNr() int64
- func (m *Wallet) GetPublicKey() string
- func (m *Wallet) GetShowOnHomescreen() bool
- func (m *Wallet) GetUserId() int64
- func (m *Wallet) GetWalletName() string
- func (m *Wallet) GetWalletType() WalletType
- func (*Wallet) ProtoMessage()
- func (m *Wallet) Reset()
- func (m *Wallet) String() string
- func (m *Wallet) XXX_DiscardUnknown()
- func (m *Wallet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Wallet) XXX_Merge(src proto.Message)
- func (m *Wallet) XXX_Size() int
- func (m *Wallet) XXX_Unmarshal(b []byte) error
- type WalletChangeFederationAddressRequest
- func (*WalletChangeFederationAddressRequest) Descriptor() ([]byte, []int)
- func (m *WalletChangeFederationAddressRequest) GetBase() *BaseRequest
- func (m *WalletChangeFederationAddressRequest) GetDomain() string
- func (m *WalletChangeFederationAddressRequest) GetFriendlyId() string
- func (m *WalletChangeFederationAddressRequest) GetId() int64
- func (m *WalletChangeFederationAddressRequest) GetUserId() int64
- func (*WalletChangeFederationAddressRequest) ProtoMessage()
- func (m *WalletChangeFederationAddressRequest) Reset()
- func (m *WalletChangeFederationAddressRequest) String() string
- func (m *WalletChangeFederationAddressRequest) XXX_DiscardUnknown()
- func (m *WalletChangeFederationAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WalletChangeFederationAddressRequest) XXX_Merge(src proto.Message)
- func (m *WalletChangeFederationAddressRequest) XXX_Size() int
- func (m *WalletChangeFederationAddressRequest) XXX_Unmarshal(b []byte) error
- type WalletChangeNameRequest
- func (*WalletChangeNameRequest) Descriptor() ([]byte, []int)
- func (m *WalletChangeNameRequest) GetBase() *BaseRequest
- func (m *WalletChangeNameRequest) GetId() int64
- func (m *WalletChangeNameRequest) GetName() string
- func (m *WalletChangeNameRequest) GetUserId() int64
- func (*WalletChangeNameRequest) ProtoMessage()
- func (m *WalletChangeNameRequest) Reset()
- func (m *WalletChangeNameRequest) String() string
- func (m *WalletChangeNameRequest) XXX_DiscardUnknown()
- func (m *WalletChangeNameRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WalletChangeNameRequest) XXX_Merge(src proto.Message)
- func (m *WalletChangeNameRequest) XXX_Size() int
- func (m *WalletChangeNameRequest) XXX_Unmarshal(b []byte) error
- type WalletChangeOrderRequest
- func (*WalletChangeOrderRequest) Descriptor() ([]byte, []int)
- func (m *WalletChangeOrderRequest) GetBase() *BaseRequest
- func (m *WalletChangeOrderRequest) GetOrderNr() int64
- func (m *WalletChangeOrderRequest) GetPublicKey() string
- func (m *WalletChangeOrderRequest) GetUserId() int64
- func (*WalletChangeOrderRequest) ProtoMessage()
- func (m *WalletChangeOrderRequest) Reset()
- func (m *WalletChangeOrderRequest) String() string
- func (m *WalletChangeOrderRequest) XXX_DiscardUnknown()
- func (m *WalletChangeOrderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WalletChangeOrderRequest) XXX_Merge(src proto.Message)
- func (m *WalletChangeOrderRequest) XXX_Size() int
- func (m *WalletChangeOrderRequest) XXX_Unmarshal(b []byte) error
- type WalletIsLastRequest
- func (*WalletIsLastRequest) Descriptor() ([]byte, []int)
- func (m *WalletIsLastRequest) GetBase() *BaseRequest
- func (m *WalletIsLastRequest) GetId() int64
- func (m *WalletIsLastRequest) GetUserId() int64
- func (*WalletIsLastRequest) ProtoMessage()
- func (m *WalletIsLastRequest) Reset()
- func (m *WalletIsLastRequest) String() string
- func (m *WalletIsLastRequest) XXX_DiscardUnknown()
- func (m *WalletIsLastRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WalletIsLastRequest) XXX_Merge(src proto.Message)
- func (m *WalletIsLastRequest) XXX_Size() int
- func (m *WalletIsLastRequest) XXX_Unmarshal(b []byte) error
- type WalletSetHomescreenRequest
- func (*WalletSetHomescreenRequest) Descriptor() ([]byte, []int)
- func (m *WalletSetHomescreenRequest) GetBase() *BaseRequest
- func (m *WalletSetHomescreenRequest) GetId() int64
- func (m *WalletSetHomescreenRequest) GetUserId() int64
- func (m *WalletSetHomescreenRequest) GetVisible() bool
- func (*WalletSetHomescreenRequest) ProtoMessage()
- func (m *WalletSetHomescreenRequest) Reset()
- func (m *WalletSetHomescreenRequest) String() string
- func (m *WalletSetHomescreenRequest) XXX_DiscardUnknown()
- func (m *WalletSetHomescreenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WalletSetHomescreenRequest) XXX_Merge(src proto.Message)
- func (m *WalletSetHomescreenRequest) XXX_Size() int
- func (m *WalletSetHomescreenRequest) XXX_Unmarshal(b []byte) error
- type WalletType
Constants ¶
const StringNotSet = "NOTSET"
StringNotSet - constant value for not set string values
Variables ¶
var DeviceType_name = map[int32]string{
0: "apple",
1: "google",
}
var DeviceType_value = map[string]int32{
"apple": 0,
"google": 1,
}
var DocumentFormat_name = map[int32]string{
0: "png",
1: "pdf",
2: "jpg",
3: "jpeg",
}
var DocumentFormat_value = map[string]int32{
"png": 0,
"pdf": 1,
"jpg": 2,
"jpeg": 3,
}
var DocumentSide_name = map[int32]string{
0: "front",
1: "back",
}
var DocumentSide_value = map[string]int32{
"front": 0,
"back": 1,
}
var DocumentType_name = map[int32]string{
0: "passport",
1: "drivers_license",
2: "id_card",
3: "proof_of_residence",
}
var DocumentType_value = map[string]int32{
"passport": 0,
"drivers_license": 1,
"id_card": 2,
"proof_of_residence": 3,
}
var EmailContentType_name = map[int32]string{
0: "text",
1: "html",
}
var EmailContentType_value = map[string]int32{
"text": 0,
"html": 1,
}
var NotificationParameterType_name = map[int32]string{
0: "ios_title_localized_key",
1: "ios_category",
2: "ios_wallet_key",
}
var NotificationParameterType_value = map[string]int32{
"ios_title_localized_key": 0,
"ios_category": 1,
"ios_wallet_key": 2,
}
var NotificationStatusCode_name = map[int32]string{
0: "success",
1: "error",
}
var NotificationStatusCode_value = map[string]int32{
"success": 0,
"error": 1,
}
var NotificationType_name = map[int32]string{
0: "ios",
1: "android",
2: "mail",
}
var NotificationType_value = map[string]int32{
"ios": 0,
"android": 1,
"mail": 2,
}
var WalletType_name = map[int32]string{
0: "internal",
1: "external",
}
var WalletType_value = map[string]int32{
"internal": 0,
"external": 1,
}
Functions ¶
func RegisterAdminApiServiceServer ¶
func RegisterAdminApiServiceServer(s *grpc.Server, srv AdminApiServiceServer)
func RegisterDBServiceServer ¶
func RegisterDBServiceServer(s *grpc.Server, srv DBServiceServer)
func RegisterJwtServiceServer ¶
func RegisterJwtServiceServer(s *grpc.Server, srv JwtServiceServer)
func RegisterMailServiceServer ¶
func RegisterMailServiceServer(s *grpc.Server, srv MailServiceServer)
func RegisterNotificationServiceServer ¶
func RegisterNotificationServiceServer(s *grpc.Server, srv NotificationServiceServer)
func RegisterPayServiceServer ¶
func RegisterPayServiceServer(s *grpc.Server, srv PayServiceServer)
func RegisterSSEServiceServer ¶
func RegisterSSEServiceServer(s *grpc.Server, srv SSEServiceServer)
func RegisterTwoFactorAuthServiceServer ¶
func RegisterTwoFactorAuthServiceServer(s *grpc.Server, srv TwoFactorAuthServiceServer)
Types ¶
type AddKycDocumentRequest ¶
type AddKycDocumentRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` DocumentType DocumentType `protobuf:"varint,3,opt,name=document_type,json=documentType,proto3,enum=pb.DocumentType" json:"document_type,omitempty"` DocumentFormat DocumentFormat `` /* 127-byte string literal not displayed */ DocumentSide DocumentSide `protobuf:"varint,5,opt,name=document_side,json=documentSide,proto3,enum=pb.DocumentSide" json:"document_side,omitempty"` IdCountryCode string `protobuf:"bytes,6,opt,name=id_country_code,json=idCountryCode,proto3" json:"id_country_code,omitempty"` IdIssueDate int64 `protobuf:"varint,7,opt,name=id_issue_date,json=idIssueDate,proto3" json:"id_issue_date,omitempty"` IdExpirationDate int64 `protobuf:"varint,8,opt,name=id_expiration_date,json=idExpirationDate,proto3" json:"id_expiration_date,omitempty"` IdNumber string `protobuf:"bytes,9,opt,name=id_number,json=idNumber,proto3" json:"id_number,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AddKycDocumentRequest) Descriptor ¶
func (*AddKycDocumentRequest) Descriptor() ([]byte, []int)
func (*AddKycDocumentRequest) GetBase ¶
func (m *AddKycDocumentRequest) GetBase() *BaseRequest
func (*AddKycDocumentRequest) GetDocumentFormat ¶
func (m *AddKycDocumentRequest) GetDocumentFormat() DocumentFormat
func (*AddKycDocumentRequest) GetDocumentSide ¶
func (m *AddKycDocumentRequest) GetDocumentSide() DocumentSide
func (*AddKycDocumentRequest) GetDocumentType ¶
func (m *AddKycDocumentRequest) GetDocumentType() DocumentType
func (*AddKycDocumentRequest) GetIdCountryCode ¶
func (m *AddKycDocumentRequest) GetIdCountryCode() string
func (*AddKycDocumentRequest) GetIdExpirationDate ¶
func (m *AddKycDocumentRequest) GetIdExpirationDate() int64
func (*AddKycDocumentRequest) GetIdIssueDate ¶
func (m *AddKycDocumentRequest) GetIdIssueDate() int64
func (*AddKycDocumentRequest) GetIdNumber ¶
func (m *AddKycDocumentRequest) GetIdNumber() string
func (*AddKycDocumentRequest) GetUserId ¶
func (m *AddKycDocumentRequest) GetUserId() int64
func (*AddKycDocumentRequest) ProtoMessage ¶
func (*AddKycDocumentRequest) ProtoMessage()
func (*AddKycDocumentRequest) Reset ¶
func (m *AddKycDocumentRequest) Reset()
func (*AddKycDocumentRequest) String ¶
func (m *AddKycDocumentRequest) String() string
func (*AddKycDocumentRequest) XXX_DiscardUnknown ¶
func (m *AddKycDocumentRequest) XXX_DiscardUnknown()
func (*AddKycDocumentRequest) XXX_Marshal ¶
func (m *AddKycDocumentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AddKycDocumentRequest) XXX_Merge ¶
func (m *AddKycDocumentRequest) XXX_Merge(src proto.Message)
func (*AddKycDocumentRequest) XXX_Size ¶
func (m *AddKycDocumentRequest) XXX_Size() int
func (*AddKycDocumentRequest) XXX_Unmarshal ¶
func (m *AddKycDocumentRequest) XXX_Unmarshal(b []byte) error
type AddKycDocumentResponse ¶
type AddKycDocumentResponse struct { DocumentId int64 `protobuf:"varint,1,opt,name=document_id,json=documentId,proto3" json:"document_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AddKycDocumentResponse) Descriptor ¶
func (*AddKycDocumentResponse) Descriptor() ([]byte, []int)
func (*AddKycDocumentResponse) GetDocumentId ¶
func (m *AddKycDocumentResponse) GetDocumentId() int64
func (*AddKycDocumentResponse) ProtoMessage ¶
func (*AddKycDocumentResponse) ProtoMessage()
func (*AddKycDocumentResponse) Reset ¶
func (m *AddKycDocumentResponse) Reset()
func (*AddKycDocumentResponse) String ¶
func (m *AddKycDocumentResponse) String() string
func (*AddKycDocumentResponse) XXX_DiscardUnknown ¶
func (m *AddKycDocumentResponse) XXX_DiscardUnknown()
func (*AddKycDocumentResponse) XXX_Marshal ¶
func (m *AddKycDocumentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AddKycDocumentResponse) XXX_Merge ¶
func (m *AddKycDocumentResponse) XXX_Merge(src proto.Message)
func (*AddKycDocumentResponse) XXX_Size ¶
func (m *AddKycDocumentResponse) XXX_Size() int
func (*AddKycDocumentResponse) XXX_Unmarshal ¶
func (m *AddKycDocumentResponse) XXX_Unmarshal(b []byte) error
type AddPaymentTemplateRequest ¶
type AddPaymentTemplateRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` WalletId int64 `protobuf:"varint,3,opt,name=wallet_id,json=walletId,proto3" json:"wallet_id,omitempty"` RecipientStellarAddress string `` /* 132-byte string literal not displayed */ RecipientPublickey string `protobuf:"bytes,5,opt,name=recipient_publickey,json=recipientPublickey,proto3" json:"recipient_publickey,omitempty"` AssetCode string `protobuf:"bytes,6,opt,name=asset_code,json=assetCode,proto3" json:"asset_code,omitempty"` IssuerPublickey string `protobuf:"bytes,7,opt,name=issuer_publickey,json=issuerPublickey,proto3" json:"issuer_publickey,omitempty"` Amount string `protobuf:"bytes,8,opt,name=amount,proto3" json:"amount,omitempty"` MemoType string `protobuf:"bytes,9,opt,name=memoType,proto3" json:"memoType,omitempty"` Memo string `protobuf:"bytes,10,opt,name=memo,proto3" json:"memo,omitempty"` TemplateName string `protobuf:"bytes,11,opt,name=template_name,json=templateName,proto3" json:"template_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AddPaymentTemplateRequest) Descriptor ¶
func (*AddPaymentTemplateRequest) Descriptor() ([]byte, []int)
func (*AddPaymentTemplateRequest) GetAmount ¶
func (m *AddPaymentTemplateRequest) GetAmount() string
func (*AddPaymentTemplateRequest) GetAssetCode ¶
func (m *AddPaymentTemplateRequest) GetAssetCode() string
func (*AddPaymentTemplateRequest) GetBase ¶
func (m *AddPaymentTemplateRequest) GetBase() *BaseRequest
func (*AddPaymentTemplateRequest) GetIssuerPublickey ¶
func (m *AddPaymentTemplateRequest) GetIssuerPublickey() string
func (*AddPaymentTemplateRequest) GetMemo ¶
func (m *AddPaymentTemplateRequest) GetMemo() string
func (*AddPaymentTemplateRequest) GetMemoType ¶
func (m *AddPaymentTemplateRequest) GetMemoType() string
func (*AddPaymentTemplateRequest) GetRecipientPublickey ¶
func (m *AddPaymentTemplateRequest) GetRecipientPublickey() string
func (*AddPaymentTemplateRequest) GetRecipientStellarAddress ¶
func (m *AddPaymentTemplateRequest) GetRecipientStellarAddress() string
func (*AddPaymentTemplateRequest) GetTemplateName ¶
func (m *AddPaymentTemplateRequest) GetTemplateName() string
func (*AddPaymentTemplateRequest) GetUserId ¶
func (m *AddPaymentTemplateRequest) GetUserId() int64
func (*AddPaymentTemplateRequest) GetWalletId ¶
func (m *AddPaymentTemplateRequest) GetWalletId() int64
func (*AddPaymentTemplateRequest) ProtoMessage ¶
func (*AddPaymentTemplateRequest) ProtoMessage()
func (*AddPaymentTemplateRequest) Reset ¶
func (m *AddPaymentTemplateRequest) Reset()
func (*AddPaymentTemplateRequest) String ¶
func (m *AddPaymentTemplateRequest) String() string
func (*AddPaymentTemplateRequest) XXX_DiscardUnknown ¶
func (m *AddPaymentTemplateRequest) XXX_DiscardUnknown()
func (*AddPaymentTemplateRequest) XXX_Marshal ¶
func (m *AddPaymentTemplateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AddPaymentTemplateRequest) XXX_Merge ¶
func (m *AddPaymentTemplateRequest) XXX_Merge(src proto.Message)
func (*AddPaymentTemplateRequest) XXX_Size ¶
func (m *AddPaymentTemplateRequest) XXX_Size() int
func (*AddPaymentTemplateRequest) XXX_Unmarshal ¶
func (m *AddPaymentTemplateRequest) XXX_Unmarshal(b []byte) error
type AddPushTokenRequest ¶
type AddPushTokenRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` DeviceType DeviceType `protobuf:"varint,3,opt,name=device_type,json=deviceType,proto3,enum=pb.DeviceType" json:"device_type,omitempty"` PushToken string `protobuf:"bytes,4,opt,name=push_token,json=pushToken,proto3" json:"push_token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AddPushTokenRequest) Descriptor ¶
func (*AddPushTokenRequest) Descriptor() ([]byte, []int)
func (*AddPushTokenRequest) GetBase ¶
func (m *AddPushTokenRequest) GetBase() *BaseRequest
func (*AddPushTokenRequest) GetDeviceType ¶
func (m *AddPushTokenRequest) GetDeviceType() DeviceType
func (*AddPushTokenRequest) GetPushToken ¶
func (m *AddPushTokenRequest) GetPushToken() string
func (*AddPushTokenRequest) GetUserId ¶
func (m *AddPushTokenRequest) GetUserId() int64
func (*AddPushTokenRequest) ProtoMessage ¶
func (*AddPushTokenRequest) ProtoMessage()
func (*AddPushTokenRequest) Reset ¶
func (m *AddPushTokenRequest) Reset()
func (*AddPushTokenRequest) String ¶
func (m *AddPushTokenRequest) String() string
func (*AddPushTokenRequest) XXX_DiscardUnknown ¶
func (m *AddPushTokenRequest) XXX_DiscardUnknown()
func (*AddPushTokenRequest) XXX_Marshal ¶
func (m *AddPushTokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AddPushTokenRequest) XXX_Merge ¶
func (m *AddPushTokenRequest) XXX_Merge(src proto.Message)
func (*AddPushTokenRequest) XXX_Size ¶
func (m *AddPushTokenRequest) XXX_Size() int
func (*AddPushTokenRequest) XXX_Unmarshal ¶
func (m *AddPushTokenRequest) XXX_Unmarshal(b []byte) error
type AddUserContactRequest ¶
type AddUserContactRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` ContactName string `protobuf:"bytes,3,opt,name=contact_name,json=contactName,proto3" json:"contact_name,omitempty"` StellarAddress string `protobuf:"bytes,4,opt,name=stellar_address,json=stellarAddress,proto3" json:"stellar_address,omitempty"` PublicKey string `protobuf:"bytes,5,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AddUserContactRequest) Descriptor ¶
func (*AddUserContactRequest) Descriptor() ([]byte, []int)
func (*AddUserContactRequest) GetBase ¶
func (m *AddUserContactRequest) GetBase() *BaseRequest
func (*AddUserContactRequest) GetContactName ¶
func (m *AddUserContactRequest) GetContactName() string
func (*AddUserContactRequest) GetPublicKey ¶
func (m *AddUserContactRequest) GetPublicKey() string
func (*AddUserContactRequest) GetStellarAddress ¶
func (m *AddUserContactRequest) GetStellarAddress() string
func (*AddUserContactRequest) GetUserId ¶
func (m *AddUserContactRequest) GetUserId() int64
func (*AddUserContactRequest) ProtoMessage ¶
func (*AddUserContactRequest) ProtoMessage()
func (*AddUserContactRequest) Reset ¶
func (m *AddUserContactRequest) Reset()
func (*AddUserContactRequest) String ¶
func (m *AddUserContactRequest) String() string
func (*AddUserContactRequest) XXX_DiscardUnknown ¶
func (m *AddUserContactRequest) XXX_DiscardUnknown()
func (*AddUserContactRequest) XXX_Marshal ¶
func (m *AddUserContactRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AddUserContactRequest) XXX_Merge ¶
func (m *AddUserContactRequest) XXX_Merge(src proto.Message)
func (*AddUserContactRequest) XXX_Size ¶
func (m *AddUserContactRequest) XXX_Size() int
func (*AddUserContactRequest) XXX_Unmarshal ¶
func (m *AddUserContactRequest) XXX_Unmarshal(b []byte) error
type AddWalletRequest ¶
type AddWalletRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` PublicKey string `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` WalletName string `protobuf:"bytes,4,opt,name=wallet_name,json=walletName,proto3" json:"wallet_name,omitempty"` FriendlyId string `protobuf:"bytes,5,opt,name=friendly_id,json=friendlyId,proto3" json:"friendly_id,omitempty"` Domain string `protobuf:"bytes,6,opt,name=domain,proto3" json:"domain,omitempty"` ShowOnHomescreen bool `protobuf:"varint,7,opt,name=show_on_homescreen,json=showOnHomescreen,proto3" json:"show_on_homescreen,omitempty"` WalletType WalletType `protobuf:"varint,8,opt,name=wallet_type,json=walletType,proto3,enum=pb.WalletType" json:"wallet_type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AddWalletRequest) Descriptor ¶
func (*AddWalletRequest) Descriptor() ([]byte, []int)
func (*AddWalletRequest) GetBase ¶
func (m *AddWalletRequest) GetBase() *BaseRequest
func (*AddWalletRequest) GetDomain ¶
func (m *AddWalletRequest) GetDomain() string
func (*AddWalletRequest) GetFriendlyId ¶
func (m *AddWalletRequest) GetFriendlyId() string
func (*AddWalletRequest) GetPublicKey ¶
func (m *AddWalletRequest) GetPublicKey() string
func (*AddWalletRequest) GetShowOnHomescreen ¶
func (m *AddWalletRequest) GetShowOnHomescreen() bool
func (*AddWalletRequest) GetUserId ¶
func (m *AddWalletRequest) GetUserId() int64
func (*AddWalletRequest) GetWalletName ¶
func (m *AddWalletRequest) GetWalletName() string
func (*AddWalletRequest) GetWalletType ¶
func (m *AddWalletRequest) GetWalletType() WalletType
func (*AddWalletRequest) ProtoMessage ¶
func (*AddWalletRequest) ProtoMessage()
func (*AddWalletRequest) Reset ¶
func (m *AddWalletRequest) Reset()
func (*AddWalletRequest) String ¶
func (m *AddWalletRequest) String() string
func (*AddWalletRequest) XXX_DiscardUnknown ¶
func (m *AddWalletRequest) XXX_DiscardUnknown()
func (*AddWalletRequest) XXX_Marshal ¶
func (m *AddWalletRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AddWalletRequest) XXX_Merge ¶
func (m *AddWalletRequest) XXX_Merge(src proto.Message)
func (*AddWalletRequest) XXX_Size ¶
func (m *AddWalletRequest) XXX_Size() int
func (*AddWalletRequest) XXX_Unmarshal ¶
func (m *AddWalletRequest) XXX_Unmarshal(b []byte) error
type AdminApiServiceClient ¶
type AdminApiServiceClient interface { GetKnownCurrency(ctx context.Context, in *GetKnownCurrencyRequest, opts ...grpc.CallOption) (*GetKnownCurrencyResponse, error) GetKnownCurrencies(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*GetKnownCurrenciesResponse, error) GetKnownInflationDestination(ctx context.Context, in *GetKnownInflationDestinationRequest, opts ...grpc.CallOption) (*GetKnownInflationDestinationResponse, error) GetKnownInflationDestinations(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*GetKnownInflationDestinationsResponse, error) GetPromos(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*GetPromosResponse, error) }
AdminApiServiceClient is the client API for AdminApiService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAdminApiServiceClient ¶
func NewAdminApiServiceClient(cc *grpc.ClientConn) AdminApiServiceClient
type AdminApiServiceServer ¶
type AdminApiServiceServer interface { GetKnownCurrency(context.Context, *GetKnownCurrencyRequest) (*GetKnownCurrencyResponse, error) GetKnownCurrencies(context.Context, *Empty) (*GetKnownCurrenciesResponse, error) GetKnownInflationDestination(context.Context, *GetKnownInflationDestinationRequest) (*GetKnownInflationDestinationResponse, error) GetKnownInflationDestinations(context.Context, *Empty) (*GetKnownInflationDestinationsResponse, error) GetPromos(context.Context, *Empty) (*GetPromosResponse, error) }
AdminApiServiceServer is the server API for AdminApiService service.
type AuthenticateRequest ¶
type AuthenticateRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"` Secret string `protobuf:"bytes,3,opt,name=secret,proto3" json:"secret,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AuthenticateRequest) Descriptor ¶
func (*AuthenticateRequest) Descriptor() ([]byte, []int)
func (*AuthenticateRequest) GetBase ¶
func (m *AuthenticateRequest) GetBase() *BaseRequest
func (*AuthenticateRequest) GetCode ¶
func (m *AuthenticateRequest) GetCode() string
func (*AuthenticateRequest) GetSecret ¶
func (m *AuthenticateRequest) GetSecret() string
func (*AuthenticateRequest) ProtoMessage ¶
func (*AuthenticateRequest) ProtoMessage()
func (*AuthenticateRequest) Reset ¶
func (m *AuthenticateRequest) Reset()
func (*AuthenticateRequest) String ¶
func (m *AuthenticateRequest) String() string
func (*AuthenticateRequest) XXX_DiscardUnknown ¶
func (m *AuthenticateRequest) XXX_DiscardUnknown()
func (*AuthenticateRequest) XXX_Marshal ¶
func (m *AuthenticateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AuthenticateRequest) XXX_Merge ¶
func (m *AuthenticateRequest) XXX_Merge(src proto.Message)
func (*AuthenticateRequest) XXX_Size ¶
func (m *AuthenticateRequest) XXX_Size() int
func (*AuthenticateRequest) XXX_Unmarshal ¶
func (m *AuthenticateRequest) XXX_Unmarshal(b []byte) error
type AuthenticateResponse ¶
type AuthenticateResponse struct { Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AuthenticateResponse) Descriptor ¶
func (*AuthenticateResponse) Descriptor() ([]byte, []int)
func (*AuthenticateResponse) GetResult ¶
func (m *AuthenticateResponse) GetResult() bool
func (*AuthenticateResponse) ProtoMessage ¶
func (*AuthenticateResponse) ProtoMessage()
func (*AuthenticateResponse) Reset ¶
func (m *AuthenticateResponse) Reset()
func (*AuthenticateResponse) String ¶
func (m *AuthenticateResponse) String() string
func (*AuthenticateResponse) XXX_DiscardUnknown ¶
func (m *AuthenticateResponse) XXX_DiscardUnknown()
func (*AuthenticateResponse) XXX_Marshal ¶
func (m *AuthenticateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AuthenticateResponse) XXX_Merge ¶
func (m *AuthenticateResponse) XXX_Merge(src proto.Message)
func (*AuthenticateResponse) XXX_Size ¶
func (m *AuthenticateResponse) XXX_Size() int
func (*AuthenticateResponse) XXX_Unmarshal ¶
func (m *AuthenticateResponse) XXX_Unmarshal(b []byte) error
type BaseRequest ¶
type BaseRequest struct { RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` UpdateBy string `protobuf:"bytes,2,opt,name=update_by,json=updateBy,proto3" json:"update_by,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BaseRequest) Descriptor ¶
func (*BaseRequest) Descriptor() ([]byte, []int)
func (*BaseRequest) GetRequestId ¶
func (m *BaseRequest) GetRequestId() string
func (*BaseRequest) GetUpdateBy ¶
func (m *BaseRequest) GetUpdateBy() string
func (*BaseRequest) ProtoMessage ¶
func (*BaseRequest) ProtoMessage()
func (*BaseRequest) Reset ¶
func (m *BaseRequest) Reset()
func (*BaseRequest) String ¶
func (m *BaseRequest) String() string
func (*BaseRequest) XXX_DiscardUnknown ¶
func (m *BaseRequest) XXX_DiscardUnknown()
func (*BaseRequest) XXX_Marshal ¶
func (m *BaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BaseRequest) XXX_Merge ¶
func (m *BaseRequest) XXX_Merge(src proto.Message)
func (*BaseRequest) XXX_Size ¶
func (m *BaseRequest) XXX_Size() int
func (*BaseRequest) XXX_Unmarshal ¶
func (m *BaseRequest) XXX_Unmarshal(b []byte) error
type BoolResponse ¶
type BoolResponse struct { Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BoolResponse) Descriptor ¶
func (*BoolResponse) Descriptor() ([]byte, []int)
func (*BoolResponse) GetValue ¶
func (m *BoolResponse) GetValue() bool
func (*BoolResponse) ProtoMessage ¶
func (*BoolResponse) ProtoMessage()
func (*BoolResponse) Reset ¶
func (m *BoolResponse) Reset()
func (*BoolResponse) String ¶
func (m *BoolResponse) String() string
func (*BoolResponse) XXX_DiscardUnknown ¶
func (m *BoolResponse) XXX_DiscardUnknown()
func (*BoolResponse) XXX_Marshal ¶
func (m *BoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BoolResponse) XXX_Merge ¶
func (m *BoolResponse) XXX_Merge(src proto.Message)
func (*BoolResponse) XXX_Size ¶
func (m *BoolResponse) XXX_Size() int
func (*BoolResponse) XXX_Unmarshal ¶
func (m *BoolResponse) XXX_Unmarshal(b []byte) error
type CheckWalletRequest ¶
type CheckWalletRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` WalletName string `protobuf:"bytes,3,opt,name=wallet_name,json=walletName,proto3" json:"wallet_name,omitempty"` FriendlyId string `protobuf:"bytes,4,opt,name=friendly_id,json=friendlyId,proto3" json:"friendly_id,omitempty"` Domain string `protobuf:"bytes,5,opt,name=domain,proto3" json:"domain,omitempty"` PublicKey string `protobuf:"bytes,6,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CheckWalletRequest) Descriptor ¶
func (*CheckWalletRequest) Descriptor() ([]byte, []int)
func (*CheckWalletRequest) GetBase ¶
func (m *CheckWalletRequest) GetBase() *BaseRequest
func (*CheckWalletRequest) GetDomain ¶
func (m *CheckWalletRequest) GetDomain() string
func (*CheckWalletRequest) GetFriendlyId ¶
func (m *CheckWalletRequest) GetFriendlyId() string
func (*CheckWalletRequest) GetPublicKey ¶
func (m *CheckWalletRequest) GetPublicKey() string
func (*CheckWalletRequest) GetUserId ¶
func (m *CheckWalletRequest) GetUserId() int64
func (*CheckWalletRequest) GetWalletName ¶
func (m *CheckWalletRequest) GetWalletName() string
func (*CheckWalletRequest) ProtoMessage ¶
func (*CheckWalletRequest) ProtoMessage()
func (*CheckWalletRequest) Reset ¶
func (m *CheckWalletRequest) Reset()
func (*CheckWalletRequest) String ¶
func (m *CheckWalletRequest) String() string
func (*CheckWalletRequest) XXX_DiscardUnknown ¶
func (m *CheckWalletRequest) XXX_DiscardUnknown()
func (*CheckWalletRequest) XXX_Marshal ¶
func (m *CheckWalletRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CheckWalletRequest) XXX_Merge ¶
func (m *CheckWalletRequest) XXX_Merge(src proto.Message)
func (*CheckWalletRequest) XXX_Size ¶
func (m *CheckWalletRequest) XXX_Size() int
func (*CheckWalletRequest) XXX_Unmarshal ¶
func (m *CheckWalletRequest) XXX_Unmarshal(b []byte) error
type CheckWalletResponse ¶
type CheckWalletResponse struct { NameOk bool `protobuf:"varint,1,opt,name=name_ok,json=nameOk,proto3" json:"name_ok,omitempty"` FederationAddressOk bool `protobuf:"varint,2,opt,name=federation_address_ok,json=federationAddressOk,proto3" json:"federation_address_ok,omitempty"` PublicKeyOk bool `protobuf:"varint,3,opt,name=public_key_ok,json=publicKeyOk,proto3" json:"public_key_ok,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CheckWalletResponse) Descriptor ¶
func (*CheckWalletResponse) Descriptor() ([]byte, []int)
func (*CheckWalletResponse) GetFederationAddressOk ¶
func (m *CheckWalletResponse) GetFederationAddressOk() bool
func (*CheckWalletResponse) GetNameOk ¶
func (m *CheckWalletResponse) GetNameOk() bool
func (*CheckWalletResponse) GetPublicKeyOk ¶
func (m *CheckWalletResponse) GetPublicKeyOk() bool
func (*CheckWalletResponse) ProtoMessage ¶
func (*CheckWalletResponse) ProtoMessage()
func (*CheckWalletResponse) Reset ¶
func (m *CheckWalletResponse) Reset()
func (*CheckWalletResponse) String ¶
func (m *CheckWalletResponse) String() string
func (*CheckWalletResponse) XXX_DiscardUnknown ¶
func (m *CheckWalletResponse) XXX_DiscardUnknown()
func (*CheckWalletResponse) XXX_Marshal ¶
func (m *CheckWalletResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CheckWalletResponse) XXX_Merge ¶
func (m *CheckWalletResponse) XXX_Merge(src proto.Message)
func (*CheckWalletResponse) XXX_Size ¶
func (m *CheckWalletResponse) XXX_Size() int
func (*CheckWalletResponse) XXX_Unmarshal ¶
func (m *CheckWalletResponse) XXX_Unmarshal(b []byte) error
type CoinPriceRequest ¶
type CoinPriceRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` CoinAmount int64 `protobuf:"varint,2,opt,name=coin_amount,json=coinAmount,proto3" json:"coin_amount,omitempty"` ExchangeCurrencyId int64 `protobuf:"varint,3,opt,name=exchange_currency_id,json=exchangeCurrencyId,proto3" json:"exchange_currency_id,omitempty"` IcoPhaseId int64 `protobuf:"varint,4,opt,name=ico_phase_id,json=icoPhaseId,proto3" json:"ico_phase_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CoinPriceRequest) Descriptor ¶
func (*CoinPriceRequest) Descriptor() ([]byte, []int)
func (*CoinPriceRequest) GetBase ¶
func (m *CoinPriceRequest) GetBase() *BaseRequest
func (*CoinPriceRequest) GetCoinAmount ¶
func (m *CoinPriceRequest) GetCoinAmount() int64
func (*CoinPriceRequest) GetExchangeCurrencyId ¶
func (m *CoinPriceRequest) GetExchangeCurrencyId() int64
func (*CoinPriceRequest) GetIcoPhaseId ¶
func (m *CoinPriceRequest) GetIcoPhaseId() int64
func (*CoinPriceRequest) ProtoMessage ¶
func (*CoinPriceRequest) ProtoMessage()
func (*CoinPriceRequest) Reset ¶
func (m *CoinPriceRequest) Reset()
func (*CoinPriceRequest) String ¶
func (m *CoinPriceRequest) String() string
func (*CoinPriceRequest) XXX_DiscardUnknown ¶
func (m *CoinPriceRequest) XXX_DiscardUnknown()
func (*CoinPriceRequest) XXX_Marshal ¶
func (m *CoinPriceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CoinPriceRequest) XXX_Merge ¶
func (m *CoinPriceRequest) XXX_Merge(src proto.Message)
func (*CoinPriceRequest) XXX_Size ¶
func (m *CoinPriceRequest) XXX_Size() int
func (*CoinPriceRequest) XXX_Unmarshal ¶
func (m *CoinPriceRequest) XXX_Unmarshal(b []byte) error
type CoinPriceResponse ¶
type CoinPriceResponse struct { ExchangeAmount string `protobuf:"bytes,1,opt,name=exchange_amount,json=exchangeAmount,proto3" json:"exchange_amount,omitempty"` ExchangeAmountDenomination string `` /* 141-byte string literal not displayed */ ExchangeAssetCode string `protobuf:"bytes,3,opt,name=exchange_asset_code,json=exchangeAssetCode,proto3" json:"exchange_asset_code,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CoinPriceResponse) Descriptor ¶
func (*CoinPriceResponse) Descriptor() ([]byte, []int)
func (*CoinPriceResponse) GetExchangeAmount ¶
func (m *CoinPriceResponse) GetExchangeAmount() string
func (*CoinPriceResponse) GetExchangeAmountDenomination ¶
func (m *CoinPriceResponse) GetExchangeAmountDenomination() string
func (*CoinPriceResponse) GetExchangeAssetCode ¶
func (m *CoinPriceResponse) GetExchangeAssetCode() string
func (*CoinPriceResponse) ProtoMessage ¶
func (*CoinPriceResponse) ProtoMessage()
func (*CoinPriceResponse) Reset ¶
func (m *CoinPriceResponse) Reset()
func (*CoinPriceResponse) String ¶
func (m *CoinPriceResponse) String() string
func (*CoinPriceResponse) XXX_DiscardUnknown ¶
func (m *CoinPriceResponse) XXX_DiscardUnknown()
func (*CoinPriceResponse) XXX_Marshal ¶
func (m *CoinPriceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CoinPriceResponse) XXX_Merge ¶
func (m *CoinPriceResponse) XXX_Merge(src proto.Message)
func (*CoinPriceResponse) XXX_Size ¶
func (m *CoinPriceResponse) XXX_Size() int
func (*CoinPriceResponse) XXX_Unmarshal ¶
func (m *CoinPriceResponse) XXX_Unmarshal(b []byte) error
type Country ¶
type Country struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Country) Descriptor ¶
func (*Country) ProtoMessage ¶
func (*Country) ProtoMessage()
func (*Country) XXX_DiscardUnknown ¶
func (m *Country) XXX_DiscardUnknown()
func (*Country) XXX_Marshal ¶
func (*Country) XXX_Unmarshal ¶
type CountryListResponse ¶
type CountryListResponse struct { Countries []*Country `protobuf:"bytes,1,rep,name=countries,proto3" json:"countries,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CountryListResponse) Descriptor ¶
func (*CountryListResponse) Descriptor() ([]byte, []int)
func (*CountryListResponse) GetCountries ¶
func (m *CountryListResponse) GetCountries() []*Country
func (*CountryListResponse) ProtoMessage ¶
func (*CountryListResponse) ProtoMessage()
func (*CountryListResponse) Reset ¶
func (m *CountryListResponse) Reset()
func (*CountryListResponse) String ¶
func (m *CountryListResponse) String() string
func (*CountryListResponse) XXX_DiscardUnknown ¶
func (m *CountryListResponse) XXX_DiscardUnknown()
func (*CountryListResponse) XXX_Marshal ¶
func (m *CountryListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CountryListResponse) XXX_Merge ¶
func (m *CountryListResponse) XXX_Merge(src proto.Message)
func (*CountryListResponse) XXX_Size ¶
func (m *CountryListResponse) XXX_Size() int
func (*CountryListResponse) XXX_Unmarshal ¶
func (m *CountryListResponse) XXX_Unmarshal(b []byte) error
type CreateOrderRequest ¶
type CreateOrderRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` IcoPhaseId int64 `protobuf:"varint,3,opt,name=ico_phase_id,json=icoPhaseId,proto3" json:"ico_phase_id,omitempty"` TokenAmount int64 `protobuf:"varint,4,opt,name=token_amount,json=tokenAmount,proto3" json:"token_amount,omitempty"` ExchangeCurrencyId int64 `protobuf:"varint,5,opt,name=exchange_currency_id,json=exchangeCurrencyId,proto3" json:"exchange_currency_id,omitempty"` UserPublicKey string `protobuf:"bytes,6,opt,name=user_public_key,json=userPublicKey,proto3" json:"user_public_key,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateOrderRequest) Descriptor ¶
func (*CreateOrderRequest) Descriptor() ([]byte, []int)
func (*CreateOrderRequest) GetBase ¶
func (m *CreateOrderRequest) GetBase() *BaseRequest
func (*CreateOrderRequest) GetExchangeCurrencyId ¶
func (m *CreateOrderRequest) GetExchangeCurrencyId() int64
func (*CreateOrderRequest) GetIcoPhaseId ¶
func (m *CreateOrderRequest) GetIcoPhaseId() int64
func (*CreateOrderRequest) GetTokenAmount ¶
func (m *CreateOrderRequest) GetTokenAmount() int64
func (*CreateOrderRequest) GetUserId ¶
func (m *CreateOrderRequest) GetUserId() int64
func (*CreateOrderRequest) GetUserPublicKey ¶
func (m *CreateOrderRequest) GetUserPublicKey() string
func (*CreateOrderRequest) ProtoMessage ¶
func (*CreateOrderRequest) ProtoMessage()
func (*CreateOrderRequest) Reset ¶
func (m *CreateOrderRequest) Reset()
func (*CreateOrderRequest) String ¶
func (m *CreateOrderRequest) String() string
func (*CreateOrderRequest) XXX_DiscardUnknown ¶
func (m *CreateOrderRequest) XXX_DiscardUnknown()
func (*CreateOrderRequest) XXX_Marshal ¶
func (m *CreateOrderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateOrderRequest) XXX_Merge ¶
func (m *CreateOrderRequest) XXX_Merge(src proto.Message)
func (*CreateOrderRequest) XXX_Size ¶
func (m *CreateOrderRequest) XXX_Size() int
func (*CreateOrderRequest) XXX_Unmarshal ¶
func (m *CreateOrderRequest) XXX_Unmarshal(b []byte) error
type CreateOrderResponse ¶
type CreateOrderResponse struct { OrderId int64 `protobuf:"varint,1,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"` OrderStatus string `protobuf:"bytes,2,opt,name=order_status,json=orderStatus,proto3" json:"order_status,omitempty"` ExchangeValueToPay string `protobuf:"bytes,3,opt,name=exchange_value_to_pay,json=exchangeValueToPay,proto3" json:"exchange_value_to_pay,omitempty"` ExchangeValueDenominator string `` /* 135-byte string literal not displayed */ ExchangeValueDenomAssetCode string `` /* 148-byte string literal not displayed */ PaymentAddress string `protobuf:"bytes,6,opt,name=payment_address,json=paymentAddress,proto3" json:"payment_address,omitempty"` PaymentQrImage []byte `protobuf:"bytes,7,opt,name=payment_qr_image,json=paymentQrImage,proto3" json:"payment_qr_image,omitempty"` PaymentUsage string `protobuf:"bytes,8,opt,name=payment_usage,json=paymentUsage,proto3" json:"payment_usage,omitempty"` FiatBic string `protobuf:"bytes,9,opt,name=fiat_bic,json=fiatBic,proto3" json:"fiat_bic,omitempty"` FiatIban string `protobuf:"bytes,10,opt,name=fiat_iban,json=fiatIban,proto3" json:"fiat_iban,omitempty"` FiatRecepientName string `protobuf:"bytes,11,opt,name=fiat_recepient_name,json=fiatRecepientName,proto3" json:"fiat_recepient_name,omitempty"` FiatBankName string `protobuf:"bytes,12,opt,name=fiat_bank_name,json=fiatBankName,proto3" json:"fiat_bank_name,omitempty"` UserPublicKey string `protobuf:"bytes,13,opt,name=user_public_key,json=userPublicKey,proto3" json:"user_public_key,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateOrderResponse) Descriptor ¶
func (*CreateOrderResponse) Descriptor() ([]byte, []int)
func (*CreateOrderResponse) GetExchangeValueDenomAssetCode ¶
func (m *CreateOrderResponse) GetExchangeValueDenomAssetCode() string
func (*CreateOrderResponse) GetExchangeValueDenominator ¶
func (m *CreateOrderResponse) GetExchangeValueDenominator() string
func (*CreateOrderResponse) GetExchangeValueToPay ¶
func (m *CreateOrderResponse) GetExchangeValueToPay() string
func (*CreateOrderResponse) GetFiatBankName ¶
func (m *CreateOrderResponse) GetFiatBankName() string
func (*CreateOrderResponse) GetFiatBic ¶
func (m *CreateOrderResponse) GetFiatBic() string
func (*CreateOrderResponse) GetFiatIban ¶
func (m *CreateOrderResponse) GetFiatIban() string
func (*CreateOrderResponse) GetFiatRecepientName ¶
func (m *CreateOrderResponse) GetFiatRecepientName() string
func (*CreateOrderResponse) GetOrderId ¶
func (m *CreateOrderResponse) GetOrderId() int64
func (*CreateOrderResponse) GetOrderStatus ¶
func (m *CreateOrderResponse) GetOrderStatus() string
func (*CreateOrderResponse) GetPaymentAddress ¶
func (m *CreateOrderResponse) GetPaymentAddress() string
func (*CreateOrderResponse) GetPaymentQrImage ¶
func (m *CreateOrderResponse) GetPaymentQrImage() []byte
func (*CreateOrderResponse) GetPaymentUsage ¶
func (m *CreateOrderResponse) GetPaymentUsage() string
func (*CreateOrderResponse) GetUserPublicKey ¶
func (m *CreateOrderResponse) GetUserPublicKey() string
func (*CreateOrderResponse) ProtoMessage ¶
func (*CreateOrderResponse) ProtoMessage()
func (*CreateOrderResponse) Reset ¶
func (m *CreateOrderResponse) Reset()
func (*CreateOrderResponse) String ¶
func (m *CreateOrderResponse) String() string
func (*CreateOrderResponse) XXX_DiscardUnknown ¶
func (m *CreateOrderResponse) XXX_DiscardUnknown()
func (*CreateOrderResponse) XXX_Marshal ¶
func (m *CreateOrderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateOrderResponse) XXX_Merge ¶
func (m *CreateOrderResponse) XXX_Merge(src proto.Message)
func (*CreateOrderResponse) XXX_Size ¶
func (m *CreateOrderResponse) XXX_Size() int
func (*CreateOrderResponse) XXX_Unmarshal ¶
func (m *CreateOrderResponse) XXX_Unmarshal(b []byte) error
type CreateUserRequest ¶
type CreateUserRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` KdfSalt string `protobuf:"bytes,3,opt,name=kdf_salt,json=kdfSalt,proto3" json:"kdf_salt,omitempty"` MnemonicMasterKey string `protobuf:"bytes,4,opt,name=mnemonic_master_key,json=mnemonicMasterKey,proto3" json:"mnemonic_master_key,omitempty"` MnemonicMasterIv string `protobuf:"bytes,5,opt,name=mnemonic_master_iv,json=mnemonicMasterIv,proto3" json:"mnemonic_master_iv,omitempty"` WordlistMasterKey string `protobuf:"bytes,6,opt,name=wordlist_master_key,json=wordlistMasterKey,proto3" json:"wordlist_master_key,omitempty"` WordlistMasterIv string `protobuf:"bytes,7,opt,name=wordlist_master_iv,json=wordlistMasterIv,proto3" json:"wordlist_master_iv,omitempty"` Mnemonic string `protobuf:"bytes,8,opt,name=mnemonic,proto3" json:"mnemonic,omitempty"` MnemonicIv string `protobuf:"bytes,9,opt,name=mnemonic_iv,json=mnemonicIv,proto3" json:"mnemonic_iv,omitempty"` Wordlist string `protobuf:"bytes,10,opt,name=wordlist,proto3" json:"wordlist,omitempty"` WordlistIv string `protobuf:"bytes,11,opt,name=wordlist_iv,json=wordlistIv,proto3" json:"wordlist_iv,omitempty"` PublicKey_0 string `protobuf:"bytes,12,opt,name=public_key_0,json=publicKey0,proto3" json:"public_key_0,omitempty"` Salutation string `protobuf:"bytes,14,opt,name=salutation,proto3" json:"salutation,omitempty"` Forename string `protobuf:"bytes,15,opt,name=forename,proto3" json:"forename,omitempty"` Lastname string `protobuf:"bytes,16,opt,name=lastname,proto3" json:"lastname,omitempty"` Address string `protobuf:"bytes,17,opt,name=address,proto3" json:"address,omitempty"` ZipCode string `protobuf:"bytes,18,opt,name=zip_code,json=zipCode,proto3" json:"zip_code,omitempty"` City string `protobuf:"bytes,19,opt,name=city,proto3" json:"city,omitempty"` State string `protobuf:"bytes,20,opt,name=state,proto3" json:"state,omitempty"` CountryCode string `protobuf:"bytes,21,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"` Nationality string `protobuf:"bytes,22,opt,name=nationality,proto3" json:"nationality,omitempty"` MobileNr string `protobuf:"bytes,23,opt,name=mobile_nr,json=mobileNr,proto3" json:"mobile_nr,omitempty"` BirthDay int64 `protobuf:"varint,24,opt,name=birth_day,json=birthDay,proto3" json:"birth_day,omitempty"` BirthPlace string `protobuf:"bytes,25,opt,name=birth_place,json=birthPlace,proto3" json:"birth_place,omitempty"` Password string `protobuf:"bytes,26,opt,name=password,proto3" json:"password,omitempty"` MailConfirmationKey string `protobuf:"bytes,27,opt,name=mail_confirmation_key,json=mailConfirmationKey,proto3" json:"mail_confirmation_key,omitempty"` MailConfirmationExpiry int64 `` /* 131-byte string literal not displayed */ TfaTempSecret string `protobuf:"bytes,29,opt,name=tfa_temp_secret,json=tfaTempSecret,proto3" json:"tfa_temp_secret,omitempty"` AdditionalName string `protobuf:"bytes,30,opt,name=additional_name,json=additionalName,proto3" json:"additional_name,omitempty"` BirthCountryCode string `protobuf:"bytes,31,opt,name=birth_country_code,json=birthCountryCode,proto3" json:"birth_country_code,omitempty"` BankAccountNumber string `protobuf:"bytes,32,opt,name=bank_account_number,json=bankAccountNumber,proto3" json:"bank_account_number,omitempty"` BankNumber string `protobuf:"bytes,33,opt,name=bank_number,json=bankNumber,proto3" json:"bank_number,omitempty"` BankPhoneNumber string `protobuf:"bytes,34,opt,name=bank_phone_number,json=bankPhoneNumber,proto3" json:"bank_phone_number,omitempty"` TaxId string `protobuf:"bytes,35,opt,name=tax_id,json=taxId,proto3" json:"tax_id,omitempty"` TaxIdName string `protobuf:"bytes,36,opt,name=tax_id_name,json=taxIdName,proto3" json:"tax_id_name,omitempty"` OccupationName string `protobuf:"bytes,37,opt,name=occupation_name,json=occupationName,proto3" json:"occupation_name,omitempty"` OccupationCode08 string `protobuf:"bytes,38,opt,name=occupation_code08,json=occupationCode08,proto3" json:"occupation_code08,omitempty"` OccupationCode88 string `protobuf:"bytes,39,opt,name=occupation_code88,json=occupationCode88,proto3" json:"occupation_code88,omitempty"` EmployerName string `protobuf:"bytes,40,opt,name=employer_name,json=employerName,proto3" json:"employer_name,omitempty"` EmployerAddress string `protobuf:"bytes,41,opt,name=employer_address,json=employerAddress,proto3" json:"employer_address,omitempty"` LanguageCode string `protobuf:"bytes,42,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateUserRequest) Descriptor ¶
func (*CreateUserRequest) Descriptor() ([]byte, []int)
func (*CreateUserRequest) GetAdditionalName ¶
func (m *CreateUserRequest) GetAdditionalName() string
func (*CreateUserRequest) GetAddress ¶
func (m *CreateUserRequest) GetAddress() string
func (*CreateUserRequest) GetBankAccountNumber ¶
func (m *CreateUserRequest) GetBankAccountNumber() string
func (*CreateUserRequest) GetBankNumber ¶
func (m *CreateUserRequest) GetBankNumber() string
func (*CreateUserRequest) GetBankPhoneNumber ¶
func (m *CreateUserRequest) GetBankPhoneNumber() string
func (*CreateUserRequest) GetBase ¶
func (m *CreateUserRequest) GetBase() *BaseRequest
func (*CreateUserRequest) GetBirthCountryCode ¶
func (m *CreateUserRequest) GetBirthCountryCode() string
func (*CreateUserRequest) GetBirthDay ¶
func (m *CreateUserRequest) GetBirthDay() int64
func (*CreateUserRequest) GetBirthPlace ¶
func (m *CreateUserRequest) GetBirthPlace() string
func (*CreateUserRequest) GetCity ¶
func (m *CreateUserRequest) GetCity() string
func (*CreateUserRequest) GetCountryCode ¶
func (m *CreateUserRequest) GetCountryCode() string
func (*CreateUserRequest) GetEmail ¶
func (m *CreateUserRequest) GetEmail() string
func (*CreateUserRequest) GetEmployerAddress ¶
func (m *CreateUserRequest) GetEmployerAddress() string
func (*CreateUserRequest) GetEmployerName ¶
func (m *CreateUserRequest) GetEmployerName() string
func (*CreateUserRequest) GetForename ¶
func (m *CreateUserRequest) GetForename() string
func (*CreateUserRequest) GetKdfSalt ¶
func (m *CreateUserRequest) GetKdfSalt() string
func (*CreateUserRequest) GetLanguageCode ¶
func (m *CreateUserRequest) GetLanguageCode() string
func (*CreateUserRequest) GetLastname ¶
func (m *CreateUserRequest) GetLastname() string
func (*CreateUserRequest) GetMailConfirmationExpiry ¶
func (m *CreateUserRequest) GetMailConfirmationExpiry() int64
func (*CreateUserRequest) GetMailConfirmationKey ¶
func (m *CreateUserRequest) GetMailConfirmationKey() string
func (*CreateUserRequest) GetMnemonic ¶
func (m *CreateUserRequest) GetMnemonic() string
func (*CreateUserRequest) GetMnemonicIv ¶
func (m *CreateUserRequest) GetMnemonicIv() string
func (*CreateUserRequest) GetMnemonicMasterIv ¶
func (m *CreateUserRequest) GetMnemonicMasterIv() string
func (*CreateUserRequest) GetMnemonicMasterKey ¶
func (m *CreateUserRequest) GetMnemonicMasterKey() string
func (*CreateUserRequest) GetMobileNr ¶
func (m *CreateUserRequest) GetMobileNr() string
func (*CreateUserRequest) GetNationality ¶
func (m *CreateUserRequest) GetNationality() string
func (*CreateUserRequest) GetOccupationCode08 ¶
func (m *CreateUserRequest) GetOccupationCode08() string
func (*CreateUserRequest) GetOccupationCode88 ¶
func (m *CreateUserRequest) GetOccupationCode88() string
func (*CreateUserRequest) GetOccupationName ¶
func (m *CreateUserRequest) GetOccupationName() string
func (*CreateUserRequest) GetPassword ¶
func (m *CreateUserRequest) GetPassword() string
func (*CreateUserRequest) GetPublicKey_0 ¶
func (m *CreateUserRequest) GetPublicKey_0() string
func (*CreateUserRequest) GetSalutation ¶
func (m *CreateUserRequest) GetSalutation() string
func (*CreateUserRequest) GetState ¶
func (m *CreateUserRequest) GetState() string
func (*CreateUserRequest) GetTaxId ¶
func (m *CreateUserRequest) GetTaxId() string
func (*CreateUserRequest) GetTaxIdName ¶
func (m *CreateUserRequest) GetTaxIdName() string
func (*CreateUserRequest) GetTfaTempSecret ¶
func (m *CreateUserRequest) GetTfaTempSecret() string
func (*CreateUserRequest) GetWordlist ¶
func (m *CreateUserRequest) GetWordlist() string
func (*CreateUserRequest) GetWordlistIv ¶
func (m *CreateUserRequest) GetWordlistIv() string
func (*CreateUserRequest) GetWordlistMasterIv ¶
func (m *CreateUserRequest) GetWordlistMasterIv() string
func (*CreateUserRequest) GetWordlistMasterKey ¶
func (m *CreateUserRequest) GetWordlistMasterKey() string
func (*CreateUserRequest) GetZipCode ¶
func (m *CreateUserRequest) GetZipCode() string
func (*CreateUserRequest) ProtoMessage ¶
func (*CreateUserRequest) ProtoMessage()
func (*CreateUserRequest) Reset ¶
func (m *CreateUserRequest) Reset()
func (*CreateUserRequest) String ¶
func (m *CreateUserRequest) String() string
func (*CreateUserRequest) XXX_DiscardUnknown ¶
func (m *CreateUserRequest) XXX_DiscardUnknown()
func (*CreateUserRequest) XXX_Marshal ¶
func (m *CreateUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateUserRequest) XXX_Merge ¶
func (m *CreateUserRequest) XXX_Merge(src proto.Message)
func (*CreateUserRequest) XXX_Size ¶
func (m *CreateUserRequest) XXX_Size() int
func (*CreateUserRequest) XXX_Unmarshal ¶
func (m *CreateUserRequest) XXX_Unmarshal(b []byte) error
type DBServiceClient ¶
type DBServiceClient interface { LockoutUser(ctx context.Context, in *UserLockoutRequest, opts ...grpc.CallOption) (*UserLockoutResponse, error) GetLockoutUser(ctx context.Context, in *UserLockoutRequest, opts ...grpc.CallOption) (*UserLockoutResponse, error) LockinUser(ctx context.Context, in *UserLockinRequest, opts ...grpc.CallOption) (*Empty, error) GetUserDetails(ctx context.Context, in *GetUserByIDOrEmailRequest, opts ...grpc.CallOption) (*UserDetailsResponse, error) GetUserSecurities(ctx context.Context, in *IDRequest, opts ...grpc.CallOption) (*UserSecurityResponse, error) SetUserSecurities(ctx context.Context, in *UserSecurityRequest, opts ...grpc.CallOption) (*Empty, error) SetTempTfaSecret(ctx context.Context, in *SetTempTfaSecretRequest, opts ...grpc.CallOption) (*Empty, error) UpdateUserSecurity(ctx context.Context, in *UserSecurityRequest, opts ...grpc.CallOption) (*Empty, error) CreateUser(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption) (*IDResponse, error) ExistsEmail(ctx context.Context, in *ExistsEmailRequest, opts ...grpc.CallOption) (*ExistsEmailResponse, error) GetCountryList(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*CountryListResponse, error) GetSalutationList(ctx context.Context, in *IDString, opts ...grpc.CallOption) (*SalutationListResponse, error) GetLanguageList(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*LanguageListResponse, error) GetOccupationList(ctx context.Context, in *OccupationListRequest, opts ...grpc.CallOption) (*OccupationListResponse, error) GetUserByMailtoken(ctx context.Context, in *UserMailTokenRequest, opts ...grpc.CallOption) (*UserMailTokenResponse, error) SetUserMailToken(ctx context.Context, in *SetMailTokenRequest, opts ...grpc.CallOption) (*Empty, error) GetUserProfile(ctx context.Context, in *IDRequest, opts ...grpc.CallOption) (*UserProfileResponse, error) UpdateUserProfile(ctx context.Context, in *UpdateUserProfileRequest, opts ...grpc.CallOption) (*Empty, error) UpdateUserShowMemos(ctx context.Context, in *UpdateProfileShowMemoRequest, opts ...grpc.CallOption) (*Empty, error) SetUserMailConfirmed(ctx context.Context, in *IDRequest, opts ...grpc.CallOption) (*Empty, error) SetUserMnemonicConfirmed(ctx context.Context, in *IDRequest, opts ...grpc.CallOption) (*Empty, error) SetUserTFAConfirmed(ctx context.Context, in *SetUserTfaConfirmedRequest, opts ...grpc.CallOption) (*Empty, error) GetAllJwtKeys(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*KeyListResponse, error) SetJwtKey(ctx context.Context, in *JwtSetKeyRequest, opts ...grpc.CallOption) (*Empty, error) SaveMail(ctx context.Context, in *SaveMailRequest, opts ...grpc.CallOption) (*Empty, error) GetUserMessages(ctx context.Context, in *UserMessageListRequest, opts ...grpc.CallOption) (*UserMessageListResponse, error) GetUserMessage(ctx context.Context, in *UserMessageRequest, opts ...grpc.CallOption) (*UserMessageItem, error) MoveMessageToArchive(ctx context.Context, in *IDRequest, opts ...grpc.CallOption) (*Empty, error) CheckWalletData(ctx context.Context, in *CheckWalletRequest, opts ...grpc.CallOption) (*CheckWalletResponse, error) AddWallet(ctx context.Context, in *AddWalletRequest, opts ...grpc.CallOption) (*IDResponse, error) RemoveWallet(ctx context.Context, in *RemoveWalletRequest, opts ...grpc.CallOption) (*Empty, error) GetWallet(ctx context.Context, in *GetWalletRequest, opts ...grpc.CallOption) (*Wallet, error) GetWalletByPublicKey(ctx context.Context, in *GetWalletByPublicKeyRequest, opts ...grpc.CallOption) (*Wallet, error) WalletChangeName(ctx context.Context, in *WalletChangeNameRequest, opts ...grpc.CallOption) (*Empty, error) WalletChangeOrder(ctx context.Context, in *WalletChangeOrderRequest, opts ...grpc.CallOption) (*Empty, error) WalletChangeFederationAddress(ctx context.Context, in *WalletChangeFederationAddressRequest, opts ...grpc.CallOption) (*Empty, error) GetUserWallets(ctx context.Context, in *GetWalletsRequest, opts ...grpc.CallOption) (*GetWalletsResponse, error) WalletIsLast(ctx context.Context, in *WalletIsLastRequest, opts ...grpc.CallOption) (*BoolResponse, error) WalletSetHomescreen(ctx context.Context, in *WalletSetHomescreenRequest, opts ...grpc.CallOption) (*Empty, error) AddPaymentTemplate(ctx context.Context, in *AddPaymentTemplateRequest, opts ...grpc.CallOption) (*IDResponse, error) GetPaymentTemplates(ctx context.Context, in *GetTemplatesRequest, opts ...grpc.CallOption) (*GetTemplatesResponse, error) RemovePaymentTemplate(ctx context.Context, in *RemovePaymentTemplateRequest, opts ...grpc.CallOption) (*Empty, error) AddKycDocument(ctx context.Context, in *AddKycDocumentRequest, opts ...grpc.CallOption) (*AddKycDocumentResponse, error) AddPushToken(ctx context.Context, in *AddPushTokenRequest, opts ...grpc.CallOption) (*Empty, error) DeletePushToken(ctx context.Context, in *DeletePushTokenRequest, opts ...grpc.CallOption) (*Empty, error) GetPushTokens(ctx context.Context, in *IDRequest, opts ...grpc.CallOption) (*GetPushTokensResponse, error) UpdatePushToken(ctx context.Context, in *UpdatePushTokenRequest, opts ...grpc.CallOption) (*Empty, error) HasPushTokens(ctx context.Context, in *IDRequest, opts ...grpc.CallOption) (*HasPushTokensResponse, error) QueuePushNotification(ctx context.Context, in *QueuePushNotificationRequest, opts ...grpc.CallOption) (*Empty, error) QueueMailNotification(ctx context.Context, in *QueueMailNotificationRequest, opts ...grpc.CallOption) (*Empty, error) DequeueNotifications(ctx context.Context, in *DequeueRequest, opts ...grpc.CallOption) (*NotificationListResponse, error) UpdateNotificationsStatus(ctx context.Context, in *UpdateNotificationsStatusRequest, opts ...grpc.CallOption) (*Empty, error) AddUserContact(ctx context.Context, in *AddUserContactRequest, opts ...grpc.CallOption) (*IDResponse, error) UpdateUserContact(ctx context.Context, in *UpdateUserContactRequest, opts ...grpc.CallOption) (*Empty, error) DeleteUserContact(ctx context.Context, in *IDRequest, opts ...grpc.CallOption) (*Empty, error) GetUserContacts(ctx context.Context, in *IDRequest, opts ...grpc.CallOption) (*GetUserContactsResponse, error) GetStellarTransactions(ctx context.Context, in *GetStellarTransactionsRequest, opts ...grpc.CallOption) (*StellarOperations, error) }
DBServiceClient is the client API for DBService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewDBServiceClient ¶
func NewDBServiceClient(cc *grpc.ClientConn) DBServiceClient
type DBServiceServer ¶
type DBServiceServer interface { LockoutUser(context.Context, *UserLockoutRequest) (*UserLockoutResponse, error) GetLockoutUser(context.Context, *UserLockoutRequest) (*UserLockoutResponse, error) LockinUser(context.Context, *UserLockinRequest) (*Empty, error) GetUserDetails(context.Context, *GetUserByIDOrEmailRequest) (*UserDetailsResponse, error) GetUserSecurities(context.Context, *IDRequest) (*UserSecurityResponse, error) SetUserSecurities(context.Context, *UserSecurityRequest) (*Empty, error) SetTempTfaSecret(context.Context, *SetTempTfaSecretRequest) (*Empty, error) UpdateUserSecurity(context.Context, *UserSecurityRequest) (*Empty, error) CreateUser(context.Context, *CreateUserRequest) (*IDResponse, error) ExistsEmail(context.Context, *ExistsEmailRequest) (*ExistsEmailResponse, error) GetCountryList(context.Context, *Empty) (*CountryListResponse, error) GetSalutationList(context.Context, *IDString) (*SalutationListResponse, error) GetLanguageList(context.Context, *Empty) (*LanguageListResponse, error) GetOccupationList(context.Context, *OccupationListRequest) (*OccupationListResponse, error) GetUserByMailtoken(context.Context, *UserMailTokenRequest) (*UserMailTokenResponse, error) SetUserMailToken(context.Context, *SetMailTokenRequest) (*Empty, error) GetUserProfile(context.Context, *IDRequest) (*UserProfileResponse, error) UpdateUserProfile(context.Context, *UpdateUserProfileRequest) (*Empty, error) UpdateUserShowMemos(context.Context, *UpdateProfileShowMemoRequest) (*Empty, error) SetUserMailConfirmed(context.Context, *IDRequest) (*Empty, error) SetUserMnemonicConfirmed(context.Context, *IDRequest) (*Empty, error) SetUserTFAConfirmed(context.Context, *SetUserTfaConfirmedRequest) (*Empty, error) GetAllJwtKeys(context.Context, *Empty) (*KeyListResponse, error) SetJwtKey(context.Context, *JwtSetKeyRequest) (*Empty, error) SaveMail(context.Context, *SaveMailRequest) (*Empty, error) GetUserMessages(context.Context, *UserMessageListRequest) (*UserMessageListResponse, error) GetUserMessage(context.Context, *UserMessageRequest) (*UserMessageItem, error) MoveMessageToArchive(context.Context, *IDRequest) (*Empty, error) CheckWalletData(context.Context, *CheckWalletRequest) (*CheckWalletResponse, error) AddWallet(context.Context, *AddWalletRequest) (*IDResponse, error) RemoveWallet(context.Context, *RemoveWalletRequest) (*Empty, error) GetWallet(context.Context, *GetWalletRequest) (*Wallet, error) GetWalletByPublicKey(context.Context, *GetWalletByPublicKeyRequest) (*Wallet, error) WalletChangeName(context.Context, *WalletChangeNameRequest) (*Empty, error) WalletChangeOrder(context.Context, *WalletChangeOrderRequest) (*Empty, error) WalletChangeFederationAddress(context.Context, *WalletChangeFederationAddressRequest) (*Empty, error) GetUserWallets(context.Context, *GetWalletsRequest) (*GetWalletsResponse, error) WalletIsLast(context.Context, *WalletIsLastRequest) (*BoolResponse, error) WalletSetHomescreen(context.Context, *WalletSetHomescreenRequest) (*Empty, error) AddPaymentTemplate(context.Context, *AddPaymentTemplateRequest) (*IDResponse, error) GetPaymentTemplates(context.Context, *GetTemplatesRequest) (*GetTemplatesResponse, error) RemovePaymentTemplate(context.Context, *RemovePaymentTemplateRequest) (*Empty, error) AddKycDocument(context.Context, *AddKycDocumentRequest) (*AddKycDocumentResponse, error) AddPushToken(context.Context, *AddPushTokenRequest) (*Empty, error) DeletePushToken(context.Context, *DeletePushTokenRequest) (*Empty, error) GetPushTokens(context.Context, *IDRequest) (*GetPushTokensResponse, error) UpdatePushToken(context.Context, *UpdatePushTokenRequest) (*Empty, error) HasPushTokens(context.Context, *IDRequest) (*HasPushTokensResponse, error) QueuePushNotification(context.Context, *QueuePushNotificationRequest) (*Empty, error) QueueMailNotification(context.Context, *QueueMailNotificationRequest) (*Empty, error) DequeueNotifications(context.Context, *DequeueRequest) (*NotificationListResponse, error) UpdateNotificationsStatus(context.Context, *UpdateNotificationsStatusRequest) (*Empty, error) AddUserContact(context.Context, *AddUserContactRequest) (*IDResponse, error) UpdateUserContact(context.Context, *UpdateUserContactRequest) (*Empty, error) DeleteUserContact(context.Context, *IDRequest) (*Empty, error) GetUserContacts(context.Context, *IDRequest) (*GetUserContactsResponse, error) GetStellarTransactions(context.Context, *GetStellarTransactionsRequest) (*StellarOperations, error) }
DBServiceServer is the server API for DBService service.
type DeletePushTokenRequest ¶
type DeletePushTokenRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` PushToken string `protobuf:"bytes,3,opt,name=push_token,json=pushToken,proto3" json:"push_token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeletePushTokenRequest) Descriptor ¶
func (*DeletePushTokenRequest) Descriptor() ([]byte, []int)
func (*DeletePushTokenRequest) GetBase ¶
func (m *DeletePushTokenRequest) GetBase() *BaseRequest
func (*DeletePushTokenRequest) GetPushToken ¶
func (m *DeletePushTokenRequest) GetPushToken() string
func (*DeletePushTokenRequest) GetUserId ¶
func (m *DeletePushTokenRequest) GetUserId() int64
func (*DeletePushTokenRequest) ProtoMessage ¶
func (*DeletePushTokenRequest) ProtoMessage()
func (*DeletePushTokenRequest) Reset ¶
func (m *DeletePushTokenRequest) Reset()
func (*DeletePushTokenRequest) String ¶
func (m *DeletePushTokenRequest) String() string
func (*DeletePushTokenRequest) XXX_DiscardUnknown ¶
func (m *DeletePushTokenRequest) XXX_DiscardUnknown()
func (*DeletePushTokenRequest) XXX_Marshal ¶
func (m *DeletePushTokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeletePushTokenRequest) XXX_Merge ¶
func (m *DeletePushTokenRequest) XXX_Merge(src proto.Message)
func (*DeletePushTokenRequest) XXX_Size ¶
func (m *DeletePushTokenRequest) XXX_Size() int
func (*DeletePushTokenRequest) XXX_Unmarshal ¶
func (m *DeletePushTokenRequest) XXX_Unmarshal(b []byte) error
type DequeueRequest ¶
type DequeueRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` LimitCount int64 `protobuf:"varint,2,opt,name=limit_count,json=limitCount,proto3" json:"limit_count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DequeueRequest) Descriptor ¶
func (*DequeueRequest) Descriptor() ([]byte, []int)
func (*DequeueRequest) GetBase ¶
func (m *DequeueRequest) GetBase() *BaseRequest
func (*DequeueRequest) GetLimitCount ¶
func (m *DequeueRequest) GetLimitCount() int64
func (*DequeueRequest) ProtoMessage ¶
func (*DequeueRequest) ProtoMessage()
func (*DequeueRequest) Reset ¶
func (m *DequeueRequest) Reset()
func (*DequeueRequest) String ¶
func (m *DequeueRequest) String() string
func (*DequeueRequest) XXX_DiscardUnknown ¶
func (m *DequeueRequest) XXX_DiscardUnknown()
func (*DequeueRequest) XXX_Marshal ¶
func (m *DequeueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DequeueRequest) XXX_Merge ¶
func (m *DequeueRequest) XXX_Merge(src proto.Message)
func (*DequeueRequest) XXX_Size ¶
func (m *DequeueRequest) XXX_Size() int
func (*DequeueRequest) XXX_Unmarshal ¶
func (m *DequeueRequest) XXX_Unmarshal(b []byte) error
type DeviceType ¶
type DeviceType int32
const ( DeviceType_apple DeviceType = 0 DeviceType_google DeviceType = 1 )
func (DeviceType) EnumDescriptor ¶
func (DeviceType) EnumDescriptor() ([]byte, []int)
func (DeviceType) String ¶
func (x DeviceType) String() string
type DocumentFormat ¶
type DocumentFormat int32
const ( DocumentFormat_png DocumentFormat = 0 DocumentFormat_pdf DocumentFormat = 1 DocumentFormat_jpg DocumentFormat = 2 DocumentFormat_jpeg DocumentFormat = 3 )
func (DocumentFormat) EnumDescriptor ¶
func (DocumentFormat) EnumDescriptor() ([]byte, []int)
func (DocumentFormat) String ¶
func (x DocumentFormat) String() string
type DocumentSide ¶
type DocumentSide int32
const ( DocumentSide_front DocumentSide = 0 DocumentSide_back DocumentSide = 1 )
func (DocumentSide) EnumDescriptor ¶
func (DocumentSide) EnumDescriptor() ([]byte, []int)
func (DocumentSide) String ¶
func (x DocumentSide) String() string
type DocumentType ¶
type DocumentType int32
const ( DocumentType_passport DocumentType = 0 DocumentType_drivers_license DocumentType = 1 DocumentType_id_card DocumentType = 2 DocumentType_proof_of_residence DocumentType = 3 )
func (DocumentType) EnumDescriptor ¶
func (DocumentType) EnumDescriptor() ([]byte, []int)
func (DocumentType) String ¶
func (x DocumentType) String() string
type EmailContentType ¶
type EmailContentType int32
const ( EmailContentType_text EmailContentType = 0 EmailContentType_html EmailContentType = 1 )
func (EmailContentType) EnumDescriptor ¶
func (EmailContentType) EnumDescriptor() ([]byte, []int)
func (EmailContentType) String ¶
func (x EmailContentType) String() string
type Empty ¶
type Empty struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Empty) Descriptor ¶
func (*Empty) GetBase ¶
func (m *Empty) GetBase() *BaseRequest
func (*Empty) ProtoMessage ¶
func (*Empty) ProtoMessage()
func (*Empty) XXX_DiscardUnknown ¶
func (m *Empty) XXX_DiscardUnknown()
func (*Empty) XXX_Marshal ¶
func (*Empty) XXX_Unmarshal ¶
type ExchangeCurrency ¶
type ExchangeCurrency struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` ExchangeCurrencyType string `protobuf:"bytes,2,opt,name=exchange_currency_type,json=exchangeCurrencyType,proto3" json:"exchange_currency_type,omitempty"` AssetCode string `protobuf:"bytes,3,opt,name=asset_code,json=assetCode,proto3" json:"asset_code,omitempty"` DenomAssetCode string `protobuf:"bytes,4,opt,name=denom_asset_code,json=denomAssetCode,proto3" json:"denom_asset_code,omitempty"` Decimals int64 `protobuf:"varint,5,opt,name=decimals,proto3" json:"decimals,omitempty"` PaymentNetwork string `protobuf:"bytes,6,opt,name=payment_network,json=paymentNetwork,proto3" json:"payment_network,omitempty"` EcAssetIssuerPk string `protobuf:"bytes,7,opt,name=ec_asset_issuer_pk,json=ecAssetIssuerPk,proto3" json:"ec_asset_issuer_pk,omitempty"` DenomPricePerToken string `protobuf:"bytes,8,opt,name=denom_price_per_token,json=denomPricePerToken,proto3" json:"denom_price_per_token,omitempty"` PricePerToken string `protobuf:"bytes,9,opt,name=price_per_token,json=pricePerToken,proto3" json:"price_per_token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ExchangeCurrency) Descriptor ¶
func (*ExchangeCurrency) Descriptor() ([]byte, []int)
func (*ExchangeCurrency) GetAssetCode ¶
func (m *ExchangeCurrency) GetAssetCode() string
func (*ExchangeCurrency) GetDecimals ¶
func (m *ExchangeCurrency) GetDecimals() int64
func (*ExchangeCurrency) GetDenomAssetCode ¶
func (m *ExchangeCurrency) GetDenomAssetCode() string
func (*ExchangeCurrency) GetDenomPricePerToken ¶
func (m *ExchangeCurrency) GetDenomPricePerToken() string
func (*ExchangeCurrency) GetEcAssetIssuerPk ¶
func (m *ExchangeCurrency) GetEcAssetIssuerPk() string
func (*ExchangeCurrency) GetExchangeCurrencyType ¶
func (m *ExchangeCurrency) GetExchangeCurrencyType() string
func (*ExchangeCurrency) GetId ¶
func (m *ExchangeCurrency) GetId() int64
func (*ExchangeCurrency) GetPaymentNetwork ¶
func (m *ExchangeCurrency) GetPaymentNetwork() string
func (*ExchangeCurrency) GetPricePerToken ¶
func (m *ExchangeCurrency) GetPricePerToken() string
func (*ExchangeCurrency) ProtoMessage ¶
func (*ExchangeCurrency) ProtoMessage()
func (*ExchangeCurrency) Reset ¶
func (m *ExchangeCurrency) Reset()
func (*ExchangeCurrency) String ¶
func (m *ExchangeCurrency) String() string
func (*ExchangeCurrency) XXX_DiscardUnknown ¶
func (m *ExchangeCurrency) XXX_DiscardUnknown()
func (*ExchangeCurrency) XXX_Marshal ¶
func (m *ExchangeCurrency) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExchangeCurrency) XXX_Merge ¶
func (m *ExchangeCurrency) XXX_Merge(src proto.Message)
func (*ExchangeCurrency) XXX_Size ¶
func (m *ExchangeCurrency) XXX_Size() int
func (*ExchangeCurrency) XXX_Unmarshal ¶
func (m *ExchangeCurrency) XXX_Unmarshal(b []byte) error
type ExistsEmailRequest ¶
type ExistsEmailRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ExistsEmailRequest) Descriptor ¶
func (*ExistsEmailRequest) Descriptor() ([]byte, []int)
func (*ExistsEmailRequest) GetBase ¶
func (m *ExistsEmailRequest) GetBase() *BaseRequest
func (*ExistsEmailRequest) GetEmail ¶
func (m *ExistsEmailRequest) GetEmail() string
func (*ExistsEmailRequest) ProtoMessage ¶
func (*ExistsEmailRequest) ProtoMessage()
func (*ExistsEmailRequest) Reset ¶
func (m *ExistsEmailRequest) Reset()
func (*ExistsEmailRequest) String ¶
func (m *ExistsEmailRequest) String() string
func (*ExistsEmailRequest) XXX_DiscardUnknown ¶
func (m *ExistsEmailRequest) XXX_DiscardUnknown()
func (*ExistsEmailRequest) XXX_Marshal ¶
func (m *ExistsEmailRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExistsEmailRequest) XXX_Merge ¶
func (m *ExistsEmailRequest) XXX_Merge(src proto.Message)
func (*ExistsEmailRequest) XXX_Size ¶
func (m *ExistsEmailRequest) XXX_Size() int
func (*ExistsEmailRequest) XXX_Unmarshal ¶
func (m *ExistsEmailRequest) XXX_Unmarshal(b []byte) error
type ExistsEmailResponse ¶
type ExistsEmailResponse struct { Exists bool `protobuf:"varint,1,opt,name=exists,proto3" json:"exists,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ExistsEmailResponse) Descriptor ¶
func (*ExistsEmailResponse) Descriptor() ([]byte, []int)
func (*ExistsEmailResponse) GetExists ¶
func (m *ExistsEmailResponse) GetExists() bool
func (*ExistsEmailResponse) ProtoMessage ¶
func (*ExistsEmailResponse) ProtoMessage()
func (*ExistsEmailResponse) Reset ¶
func (m *ExistsEmailResponse) Reset()
func (*ExistsEmailResponse) String ¶
func (m *ExistsEmailResponse) String() string
func (*ExistsEmailResponse) XXX_DiscardUnknown ¶
func (m *ExistsEmailResponse) XXX_DiscardUnknown()
func (*ExistsEmailResponse) XXX_Marshal ¶
func (m *ExistsEmailResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExistsEmailResponse) XXX_Merge ¶
func (m *ExistsEmailResponse) XXX_Merge(src proto.Message)
func (*ExistsEmailResponse) XXX_Size ¶
func (m *ExistsEmailResponse) XXX_Size() int
func (*ExistsEmailResponse) XXX_Unmarshal ¶
func (m *ExistsEmailResponse) XXX_Unmarshal(b []byte) error
type FromSecretRequest ¶
type FromSecretRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` Secret string `protobuf:"bytes,3,opt,name=secret,proto3" json:"secret,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FromSecretRequest) Descriptor ¶
func (*FromSecretRequest) Descriptor() ([]byte, []int)
func (*FromSecretRequest) GetBase ¶
func (m *FromSecretRequest) GetBase() *BaseRequest
func (*FromSecretRequest) GetEmail ¶
func (m *FromSecretRequest) GetEmail() string
func (*FromSecretRequest) GetSecret ¶
func (m *FromSecretRequest) GetSecret() string
func (*FromSecretRequest) ProtoMessage ¶
func (*FromSecretRequest) ProtoMessage()
func (*FromSecretRequest) Reset ¶
func (m *FromSecretRequest) Reset()
func (*FromSecretRequest) String ¶
func (m *FromSecretRequest) String() string
func (*FromSecretRequest) XXX_DiscardUnknown ¶
func (m *FromSecretRequest) XXX_DiscardUnknown()
func (*FromSecretRequest) XXX_Marshal ¶
func (m *FromSecretRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FromSecretRequest) XXX_Merge ¶
func (m *FromSecretRequest) XXX_Merge(src proto.Message)
func (*FromSecretRequest) XXX_Size ¶
func (m *FromSecretRequest) XXX_Size() int
func (*FromSecretRequest) XXX_Unmarshal ¶
func (m *FromSecretRequest) XXX_Unmarshal(b []byte) error
type GetKnownCurrenciesResponse ¶
type GetKnownCurrenciesResponse struct { Currencies []*GetKnownCurrencyResponse `protobuf:"bytes,1,rep,name=currencies,proto3" json:"currencies,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetKnownCurrenciesResponse) Descriptor ¶
func (*GetKnownCurrenciesResponse) Descriptor() ([]byte, []int)
func (*GetKnownCurrenciesResponse) GetCurrencies ¶
func (m *GetKnownCurrenciesResponse) GetCurrencies() []*GetKnownCurrencyResponse
func (*GetKnownCurrenciesResponse) ProtoMessage ¶
func (*GetKnownCurrenciesResponse) ProtoMessage()
func (*GetKnownCurrenciesResponse) Reset ¶
func (m *GetKnownCurrenciesResponse) Reset()
func (*GetKnownCurrenciesResponse) String ¶
func (m *GetKnownCurrenciesResponse) String() string
func (*GetKnownCurrenciesResponse) XXX_DiscardUnknown ¶
func (m *GetKnownCurrenciesResponse) XXX_DiscardUnknown()
func (*GetKnownCurrenciesResponse) XXX_Marshal ¶
func (m *GetKnownCurrenciesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetKnownCurrenciesResponse) XXX_Merge ¶
func (m *GetKnownCurrenciesResponse) XXX_Merge(src proto.Message)
func (*GetKnownCurrenciesResponse) XXX_Size ¶
func (m *GetKnownCurrenciesResponse) XXX_Size() int
func (*GetKnownCurrenciesResponse) XXX_Unmarshal ¶
func (m *GetKnownCurrenciesResponse) XXX_Unmarshal(b []byte) error
type GetKnownCurrencyRequest ¶
type GetKnownCurrencyRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetKnownCurrencyRequest) Descriptor ¶
func (*GetKnownCurrencyRequest) Descriptor() ([]byte, []int)
func (*GetKnownCurrencyRequest) GetBase ¶
func (m *GetKnownCurrencyRequest) GetBase() *BaseRequest
func (*GetKnownCurrencyRequest) GetId ¶
func (m *GetKnownCurrencyRequest) GetId() int64
func (*GetKnownCurrencyRequest) ProtoMessage ¶
func (*GetKnownCurrencyRequest) ProtoMessage()
func (*GetKnownCurrencyRequest) Reset ¶
func (m *GetKnownCurrencyRequest) Reset()
func (*GetKnownCurrencyRequest) String ¶
func (m *GetKnownCurrencyRequest) String() string
func (*GetKnownCurrencyRequest) XXX_DiscardUnknown ¶
func (m *GetKnownCurrencyRequest) XXX_DiscardUnknown()
func (*GetKnownCurrencyRequest) XXX_Marshal ¶
func (m *GetKnownCurrencyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetKnownCurrencyRequest) XXX_Merge ¶
func (m *GetKnownCurrencyRequest) XXX_Merge(src proto.Message)
func (*GetKnownCurrencyRequest) XXX_Size ¶
func (m *GetKnownCurrencyRequest) XXX_Size() int
func (*GetKnownCurrencyRequest) XXX_Unmarshal ¶
func (m *GetKnownCurrencyRequest) XXX_Unmarshal(b []byte) error
type GetKnownCurrencyResponse ¶
type GetKnownCurrencyResponse struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` IssuerPublicKey string `protobuf:"bytes,3,opt,name=issuer_public_key,json=issuerPublicKey,proto3" json:"issuer_public_key,omitempty"` AssetCode string `protobuf:"bytes,4,opt,name=asset_code,json=assetCode,proto3" json:"asset_code,omitempty"` ShortDescription string `protobuf:"bytes,5,opt,name=short_description,json=shortDescription,proto3" json:"short_description,omitempty"` LongDescription string `protobuf:"bytes,6,opt,name=long_description,json=longDescription,proto3" json:"long_description,omitempty"` OrderIndex int64 `protobuf:"varint,7,opt,name=order_index,json=orderIndex,proto3" json:"order_index,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetKnownCurrencyResponse) Descriptor ¶
func (*GetKnownCurrencyResponse) Descriptor() ([]byte, []int)
func (*GetKnownCurrencyResponse) GetAssetCode ¶
func (m *GetKnownCurrencyResponse) GetAssetCode() string
func (*GetKnownCurrencyResponse) GetId ¶
func (m *GetKnownCurrencyResponse) GetId() int64
func (*GetKnownCurrencyResponse) GetIssuerPublicKey ¶
func (m *GetKnownCurrencyResponse) GetIssuerPublicKey() string
func (*GetKnownCurrencyResponse) GetLongDescription ¶
func (m *GetKnownCurrencyResponse) GetLongDescription() string
func (*GetKnownCurrencyResponse) GetName ¶
func (m *GetKnownCurrencyResponse) GetName() string
func (*GetKnownCurrencyResponse) GetOrderIndex ¶
func (m *GetKnownCurrencyResponse) GetOrderIndex() int64
func (*GetKnownCurrencyResponse) GetShortDescription ¶
func (m *GetKnownCurrencyResponse) GetShortDescription() string
func (*GetKnownCurrencyResponse) ProtoMessage ¶
func (*GetKnownCurrencyResponse) ProtoMessage()
func (*GetKnownCurrencyResponse) Reset ¶
func (m *GetKnownCurrencyResponse) Reset()
func (*GetKnownCurrencyResponse) String ¶
func (m *GetKnownCurrencyResponse) String() string
func (*GetKnownCurrencyResponse) XXX_DiscardUnknown ¶
func (m *GetKnownCurrencyResponse) XXX_DiscardUnknown()
func (*GetKnownCurrencyResponse) XXX_Marshal ¶
func (m *GetKnownCurrencyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetKnownCurrencyResponse) XXX_Merge ¶
func (m *GetKnownCurrencyResponse) XXX_Merge(src proto.Message)
func (*GetKnownCurrencyResponse) XXX_Size ¶
func (m *GetKnownCurrencyResponse) XXX_Size() int
func (*GetKnownCurrencyResponse) XXX_Unmarshal ¶
func (m *GetKnownCurrencyResponse) XXX_Unmarshal(b []byte) error
type GetKnownInflationDestinationRequest ¶
type GetKnownInflationDestinationRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetKnownInflationDestinationRequest) Descriptor ¶
func (*GetKnownInflationDestinationRequest) Descriptor() ([]byte, []int)
func (*GetKnownInflationDestinationRequest) GetBase ¶
func (m *GetKnownInflationDestinationRequest) GetBase() *BaseRequest
func (*GetKnownInflationDestinationRequest) GetId ¶
func (m *GetKnownInflationDestinationRequest) GetId() int64
func (*GetKnownInflationDestinationRequest) ProtoMessage ¶
func (*GetKnownInflationDestinationRequest) ProtoMessage()
func (*GetKnownInflationDestinationRequest) Reset ¶
func (m *GetKnownInflationDestinationRequest) Reset()
func (*GetKnownInflationDestinationRequest) String ¶
func (m *GetKnownInflationDestinationRequest) String() string
func (*GetKnownInflationDestinationRequest) XXX_DiscardUnknown ¶
func (m *GetKnownInflationDestinationRequest) XXX_DiscardUnknown()
func (*GetKnownInflationDestinationRequest) XXX_Marshal ¶
func (m *GetKnownInflationDestinationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetKnownInflationDestinationRequest) XXX_Merge ¶
func (m *GetKnownInflationDestinationRequest) XXX_Merge(src proto.Message)
func (*GetKnownInflationDestinationRequest) XXX_Size ¶
func (m *GetKnownInflationDestinationRequest) XXX_Size() int
func (*GetKnownInflationDestinationRequest) XXX_Unmarshal ¶
func (m *GetKnownInflationDestinationRequest) XXX_Unmarshal(b []byte) error
type GetKnownInflationDestinationResponse ¶
type GetKnownInflationDestinationResponse struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` IssuerPublicKey string `protobuf:"bytes,3,opt,name=issuer_public_key,json=issuerPublicKey,proto3" json:"issuer_public_key,omitempty"` AssetCode string `protobuf:"bytes,4,opt,name=asset_code,json=assetCode,proto3" json:"asset_code,omitempty"` ShortDescription string `protobuf:"bytes,5,opt,name=short_description,json=shortDescription,proto3" json:"short_description,omitempty"` LongDescription string `protobuf:"bytes,6,opt,name=long_description,json=longDescription,proto3" json:"long_description,omitempty"` OrderIndex int64 `protobuf:"varint,7,opt,name=order_index,json=orderIndex,proto3" json:"order_index,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetKnownInflationDestinationResponse) Descriptor ¶
func (*GetKnownInflationDestinationResponse) Descriptor() ([]byte, []int)
func (*GetKnownInflationDestinationResponse) GetAssetCode ¶
func (m *GetKnownInflationDestinationResponse) GetAssetCode() string
func (*GetKnownInflationDestinationResponse) GetId ¶
func (m *GetKnownInflationDestinationResponse) GetId() int64
func (*GetKnownInflationDestinationResponse) GetIssuerPublicKey ¶
func (m *GetKnownInflationDestinationResponse) GetIssuerPublicKey() string
func (*GetKnownInflationDestinationResponse) GetLongDescription ¶
func (m *GetKnownInflationDestinationResponse) GetLongDescription() string
func (*GetKnownInflationDestinationResponse) GetName ¶
func (m *GetKnownInflationDestinationResponse) GetName() string
func (*GetKnownInflationDestinationResponse) GetOrderIndex ¶
func (m *GetKnownInflationDestinationResponse) GetOrderIndex() int64
func (*GetKnownInflationDestinationResponse) GetShortDescription ¶
func (m *GetKnownInflationDestinationResponse) GetShortDescription() string
func (*GetKnownInflationDestinationResponse) ProtoMessage ¶
func (*GetKnownInflationDestinationResponse) ProtoMessage()
func (*GetKnownInflationDestinationResponse) Reset ¶
func (m *GetKnownInflationDestinationResponse) Reset()
func (*GetKnownInflationDestinationResponse) String ¶
func (m *GetKnownInflationDestinationResponse) String() string
func (*GetKnownInflationDestinationResponse) XXX_DiscardUnknown ¶
func (m *GetKnownInflationDestinationResponse) XXX_DiscardUnknown()
func (*GetKnownInflationDestinationResponse) XXX_Marshal ¶
func (m *GetKnownInflationDestinationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetKnownInflationDestinationResponse) XXX_Merge ¶
func (m *GetKnownInflationDestinationResponse) XXX_Merge(src proto.Message)
func (*GetKnownInflationDestinationResponse) XXX_Size ¶
func (m *GetKnownInflationDestinationResponse) XXX_Size() int
func (*GetKnownInflationDestinationResponse) XXX_Unmarshal ¶
func (m *GetKnownInflationDestinationResponse) XXX_Unmarshal(b []byte) error
type GetKnownInflationDestinationsResponse ¶
type GetKnownInflationDestinationsResponse struct { Destinations []*GetKnownInflationDestinationResponse `protobuf:"bytes,1,rep,name=destinations,proto3" json:"destinations,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetKnownInflationDestinationsResponse) Descriptor ¶
func (*GetKnownInflationDestinationsResponse) Descriptor() ([]byte, []int)
func (*GetKnownInflationDestinationsResponse) GetDestinations ¶
func (m *GetKnownInflationDestinationsResponse) GetDestinations() []*GetKnownInflationDestinationResponse
func (*GetKnownInflationDestinationsResponse) ProtoMessage ¶
func (*GetKnownInflationDestinationsResponse) ProtoMessage()
func (*GetKnownInflationDestinationsResponse) Reset ¶
func (m *GetKnownInflationDestinationsResponse) Reset()
func (*GetKnownInflationDestinationsResponse) String ¶
func (m *GetKnownInflationDestinationsResponse) String() string
func (*GetKnownInflationDestinationsResponse) XXX_DiscardUnknown ¶
func (m *GetKnownInflationDestinationsResponse) XXX_DiscardUnknown()
func (*GetKnownInflationDestinationsResponse) XXX_Marshal ¶
func (m *GetKnownInflationDestinationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetKnownInflationDestinationsResponse) XXX_Merge ¶
func (m *GetKnownInflationDestinationsResponse) XXX_Merge(src proto.Message)
func (*GetKnownInflationDestinationsResponse) XXX_Size ¶
func (m *GetKnownInflationDestinationsResponse) XXX_Size() int
func (*GetKnownInflationDestinationsResponse) XXX_Unmarshal ¶
func (m *GetKnownInflationDestinationsResponse) XXX_Unmarshal(b []byte) error
type GetPromosResponse ¶
type GetPromosResponse struct { Promos []*Promo `protobuf:"bytes,1,rep,name=promos,proto3" json:"promos,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetPromosResponse) Descriptor ¶
func (*GetPromosResponse) Descriptor() ([]byte, []int)
func (*GetPromosResponse) GetPromos ¶
func (m *GetPromosResponse) GetPromos() []*Promo
func (*GetPromosResponse) ProtoMessage ¶
func (*GetPromosResponse) ProtoMessage()
func (*GetPromosResponse) Reset ¶
func (m *GetPromosResponse) Reset()
func (*GetPromosResponse) String ¶
func (m *GetPromosResponse) String() string
func (*GetPromosResponse) XXX_DiscardUnknown ¶
func (m *GetPromosResponse) XXX_DiscardUnknown()
func (*GetPromosResponse) XXX_Marshal ¶
func (m *GetPromosResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetPromosResponse) XXX_Merge ¶
func (m *GetPromosResponse) XXX_Merge(src proto.Message)
func (*GetPromosResponse) XXX_Size ¶
func (m *GetPromosResponse) XXX_Size() int
func (*GetPromosResponse) XXX_Unmarshal ¶
func (m *GetPromosResponse) XXX_Unmarshal(b []byte) error
type GetPushTokensResponse ¶
type GetPushTokensResponse struct { PushTokens []*PushToken `protobuf:"bytes,1,rep,name=pushTokens,proto3" json:"pushTokens,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetPushTokensResponse) Descriptor ¶
func (*GetPushTokensResponse) Descriptor() ([]byte, []int)
func (*GetPushTokensResponse) GetPushTokens ¶
func (m *GetPushTokensResponse) GetPushTokens() []*PushToken
func (*GetPushTokensResponse) ProtoMessage ¶
func (*GetPushTokensResponse) ProtoMessage()
func (*GetPushTokensResponse) Reset ¶
func (m *GetPushTokensResponse) Reset()
func (*GetPushTokensResponse) String ¶
func (m *GetPushTokensResponse) String() string
func (*GetPushTokensResponse) XXX_DiscardUnknown ¶
func (m *GetPushTokensResponse) XXX_DiscardUnknown()
func (*GetPushTokensResponse) XXX_Marshal ¶
func (m *GetPushTokensResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetPushTokensResponse) XXX_Merge ¶
func (m *GetPushTokensResponse) XXX_Merge(src proto.Message)
func (*GetPushTokensResponse) XXX_Size ¶
func (m *GetPushTokensResponse) XXX_Size() int
func (*GetPushTokensResponse) XXX_Unmarshal ¶
func (m *GetPushTokensResponse) XXX_Unmarshal(b []byte) error
type GetStellarTransactionsRequest ¶
type GetStellarTransactionsRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` StellarAccountPk string `protobuf:"bytes,2,opt,name=stellar_account_pk,json=stellarAccountPk,proto3" json:"stellar_account_pk,omitempty"` StartTimestamp int64 `protobuf:"varint,3,opt,name=start_timestamp,json=startTimestamp,proto3" json:"start_timestamp,omitempty"` EndTimestamp int64 `protobuf:"varint,4,opt,name=end_timestamp,json=endTimestamp,proto3" json:"end_timestamp,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetStellarTransactionsRequest) Descriptor ¶
func (*GetStellarTransactionsRequest) Descriptor() ([]byte, []int)
func (*GetStellarTransactionsRequest) GetBase ¶
func (m *GetStellarTransactionsRequest) GetBase() *BaseRequest
func (*GetStellarTransactionsRequest) GetEndTimestamp ¶
func (m *GetStellarTransactionsRequest) GetEndTimestamp() int64
func (*GetStellarTransactionsRequest) GetStartTimestamp ¶
func (m *GetStellarTransactionsRequest) GetStartTimestamp() int64
func (*GetStellarTransactionsRequest) GetStellarAccountPk ¶
func (m *GetStellarTransactionsRequest) GetStellarAccountPk() string
func (*GetStellarTransactionsRequest) ProtoMessage ¶
func (*GetStellarTransactionsRequest) ProtoMessage()
func (*GetStellarTransactionsRequest) Reset ¶
func (m *GetStellarTransactionsRequest) Reset()
func (*GetStellarTransactionsRequest) String ¶
func (m *GetStellarTransactionsRequest) String() string
func (*GetStellarTransactionsRequest) XXX_DiscardUnknown ¶
func (m *GetStellarTransactionsRequest) XXX_DiscardUnknown()
func (*GetStellarTransactionsRequest) XXX_Marshal ¶
func (m *GetStellarTransactionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetStellarTransactionsRequest) XXX_Merge ¶
func (m *GetStellarTransactionsRequest) XXX_Merge(src proto.Message)
func (*GetStellarTransactionsRequest) XXX_Size ¶
func (m *GetStellarTransactionsRequest) XXX_Size() int
func (*GetStellarTransactionsRequest) XXX_Unmarshal ¶
func (m *GetStellarTransactionsRequest) XXX_Unmarshal(b []byte) error
type GetTemplatesRequest ¶
type GetTemplatesRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` WalletId int64 `protobuf:"varint,3,opt,name=wallet_id,json=walletId,proto3" json:"wallet_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetTemplatesRequest) Descriptor ¶
func (*GetTemplatesRequest) Descriptor() ([]byte, []int)
func (*GetTemplatesRequest) GetBase ¶
func (m *GetTemplatesRequest) GetBase() *BaseRequest
func (*GetTemplatesRequest) GetUserId ¶
func (m *GetTemplatesRequest) GetUserId() int64
func (*GetTemplatesRequest) GetWalletId ¶
func (m *GetTemplatesRequest) GetWalletId() int64
func (*GetTemplatesRequest) ProtoMessage ¶
func (*GetTemplatesRequest) ProtoMessage()
func (*GetTemplatesRequest) Reset ¶
func (m *GetTemplatesRequest) Reset()
func (*GetTemplatesRequest) String ¶
func (m *GetTemplatesRequest) String() string
func (*GetTemplatesRequest) XXX_DiscardUnknown ¶
func (m *GetTemplatesRequest) XXX_DiscardUnknown()
func (*GetTemplatesRequest) XXX_Marshal ¶
func (m *GetTemplatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetTemplatesRequest) XXX_Merge ¶
func (m *GetTemplatesRequest) XXX_Merge(src proto.Message)
func (*GetTemplatesRequest) XXX_Size ¶
func (m *GetTemplatesRequest) XXX_Size() int
func (*GetTemplatesRequest) XXX_Unmarshal ¶
func (m *GetTemplatesRequest) XXX_Unmarshal(b []byte) error
type GetTemplatesResponse ¶
type GetTemplatesResponse struct { Templates []*PaymentTemplate `protobuf:"bytes,1,rep,name=templates,proto3" json:"templates,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetTemplatesResponse) Descriptor ¶
func (*GetTemplatesResponse) Descriptor() ([]byte, []int)
func (*GetTemplatesResponse) GetTemplates ¶
func (m *GetTemplatesResponse) GetTemplates() []*PaymentTemplate
func (*GetTemplatesResponse) ProtoMessage ¶
func (*GetTemplatesResponse) ProtoMessage()
func (*GetTemplatesResponse) Reset ¶
func (m *GetTemplatesResponse) Reset()
func (*GetTemplatesResponse) String ¶
func (m *GetTemplatesResponse) String() string
func (*GetTemplatesResponse) XXX_DiscardUnknown ¶
func (m *GetTemplatesResponse) XXX_DiscardUnknown()
func (*GetTemplatesResponse) XXX_Marshal ¶
func (m *GetTemplatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetTemplatesResponse) XXX_Merge ¶
func (m *GetTemplatesResponse) XXX_Merge(src proto.Message)
func (*GetTemplatesResponse) XXX_Size ¶
func (m *GetTemplatesResponse) XXX_Size() int
func (*GetTemplatesResponse) XXX_Unmarshal ¶
func (m *GetTemplatesResponse) XXX_Unmarshal(b []byte) error
type GetUserByIDOrEmailRequest ¶
type GetUserByIDOrEmailRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetUserByIDOrEmailRequest) Descriptor ¶
func (*GetUserByIDOrEmailRequest) Descriptor() ([]byte, []int)
func (*GetUserByIDOrEmailRequest) GetBase ¶
func (m *GetUserByIDOrEmailRequest) GetBase() *BaseRequest
func (*GetUserByIDOrEmailRequest) GetEmail ¶
func (m *GetUserByIDOrEmailRequest) GetEmail() string
func (*GetUserByIDOrEmailRequest) GetId ¶
func (m *GetUserByIDOrEmailRequest) GetId() int64
func (*GetUserByIDOrEmailRequest) ProtoMessage ¶
func (*GetUserByIDOrEmailRequest) ProtoMessage()
func (*GetUserByIDOrEmailRequest) Reset ¶
func (m *GetUserByIDOrEmailRequest) Reset()
func (*GetUserByIDOrEmailRequest) String ¶
func (m *GetUserByIDOrEmailRequest) String() string
func (*GetUserByIDOrEmailRequest) XXX_DiscardUnknown ¶
func (m *GetUserByIDOrEmailRequest) XXX_DiscardUnknown()
func (*GetUserByIDOrEmailRequest) XXX_Marshal ¶
func (m *GetUserByIDOrEmailRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetUserByIDOrEmailRequest) XXX_Merge ¶
func (m *GetUserByIDOrEmailRequest) XXX_Merge(src proto.Message)
func (*GetUserByIDOrEmailRequest) XXX_Size ¶
func (m *GetUserByIDOrEmailRequest) XXX_Size() int
func (*GetUserByIDOrEmailRequest) XXX_Unmarshal ¶
func (m *GetUserByIDOrEmailRequest) XXX_Unmarshal(b []byte) error
type GetUserContactsResponse ¶
type GetUserContactsResponse struct { UserContacts []*UserContact `protobuf:"bytes,1,rep,name=userContacts,proto3" json:"userContacts,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetUserContactsResponse) Descriptor ¶
func (*GetUserContactsResponse) Descriptor() ([]byte, []int)
func (*GetUserContactsResponse) GetUserContacts ¶
func (m *GetUserContactsResponse) GetUserContacts() []*UserContact
func (*GetUserContactsResponse) ProtoMessage ¶
func (*GetUserContactsResponse) ProtoMessage()
func (*GetUserContactsResponse) Reset ¶
func (m *GetUserContactsResponse) Reset()
func (*GetUserContactsResponse) String ¶
func (m *GetUserContactsResponse) String() string
func (*GetUserContactsResponse) XXX_DiscardUnknown ¶
func (m *GetUserContactsResponse) XXX_DiscardUnknown()
func (*GetUserContactsResponse) XXX_Marshal ¶
func (m *GetUserContactsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetUserContactsResponse) XXX_Merge ¶
func (m *GetUserContactsResponse) XXX_Merge(src proto.Message)
func (*GetUserContactsResponse) XXX_Size ¶
func (m *GetUserContactsResponse) XXX_Size() int
func (*GetUserContactsResponse) XXX_Unmarshal ¶
func (m *GetUserContactsResponse) XXX_Unmarshal(b []byte) error
type GetWalletByPublicKeyRequest ¶
type GetWalletByPublicKeyRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` PublicKey string `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetWalletByPublicKeyRequest) Descriptor ¶
func (*GetWalletByPublicKeyRequest) Descriptor() ([]byte, []int)
func (*GetWalletByPublicKeyRequest) GetBase ¶
func (m *GetWalletByPublicKeyRequest) GetBase() *BaseRequest
func (*GetWalletByPublicKeyRequest) GetPublicKey ¶
func (m *GetWalletByPublicKeyRequest) GetPublicKey() string
func (*GetWalletByPublicKeyRequest) ProtoMessage ¶
func (*GetWalletByPublicKeyRequest) ProtoMessage()
func (*GetWalletByPublicKeyRequest) Reset ¶
func (m *GetWalletByPublicKeyRequest) Reset()
func (*GetWalletByPublicKeyRequest) String ¶
func (m *GetWalletByPublicKeyRequest) String() string
func (*GetWalletByPublicKeyRequest) XXX_DiscardUnknown ¶
func (m *GetWalletByPublicKeyRequest) XXX_DiscardUnknown()
func (*GetWalletByPublicKeyRequest) XXX_Marshal ¶
func (m *GetWalletByPublicKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetWalletByPublicKeyRequest) XXX_Merge ¶
func (m *GetWalletByPublicKeyRequest) XXX_Merge(src proto.Message)
func (*GetWalletByPublicKeyRequest) XXX_Size ¶
func (m *GetWalletByPublicKeyRequest) XXX_Size() int
func (*GetWalletByPublicKeyRequest) XXX_Unmarshal ¶
func (m *GetWalletByPublicKeyRequest) XXX_Unmarshal(b []byte) error
type GetWalletRequest ¶
type GetWalletRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` WalletId int64 `protobuf:"varint,2,opt,name=wallet_id,json=walletId,proto3" json:"wallet_id,omitempty"` UserId int64 `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetWalletRequest) Descriptor ¶
func (*GetWalletRequest) Descriptor() ([]byte, []int)
func (*GetWalletRequest) GetBase ¶
func (m *GetWalletRequest) GetBase() *BaseRequest
func (*GetWalletRequest) GetUserId ¶
func (m *GetWalletRequest) GetUserId() int64
func (*GetWalletRequest) GetWalletId ¶
func (m *GetWalletRequest) GetWalletId() int64
func (*GetWalletRequest) ProtoMessage ¶
func (*GetWalletRequest) ProtoMessage()
func (*GetWalletRequest) Reset ¶
func (m *GetWalletRequest) Reset()
func (*GetWalletRequest) String ¶
func (m *GetWalletRequest) String() string
func (*GetWalletRequest) XXX_DiscardUnknown ¶
func (m *GetWalletRequest) XXX_DiscardUnknown()
func (*GetWalletRequest) XXX_Marshal ¶
func (m *GetWalletRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetWalletRequest) XXX_Merge ¶
func (m *GetWalletRequest) XXX_Merge(src proto.Message)
func (*GetWalletRequest) XXX_Size ¶
func (m *GetWalletRequest) XXX_Size() int
func (*GetWalletRequest) XXX_Unmarshal ¶
func (m *GetWalletRequest) XXX_Unmarshal(b []byte) error
type GetWalletsRequest ¶
type GetWalletsRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetWalletsRequest) Descriptor ¶
func (*GetWalletsRequest) Descriptor() ([]byte, []int)
func (*GetWalletsRequest) GetBase ¶
func (m *GetWalletsRequest) GetBase() *BaseRequest
func (*GetWalletsRequest) GetUserId ¶
func (m *GetWalletsRequest) GetUserId() int64
func (*GetWalletsRequest) ProtoMessage ¶
func (*GetWalletsRequest) ProtoMessage()
func (*GetWalletsRequest) Reset ¶
func (m *GetWalletsRequest) Reset()
func (*GetWalletsRequest) String ¶
func (m *GetWalletsRequest) String() string
func (*GetWalletsRequest) XXX_DiscardUnknown ¶
func (m *GetWalletsRequest) XXX_DiscardUnknown()
func (*GetWalletsRequest) XXX_Marshal ¶
func (m *GetWalletsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetWalletsRequest) XXX_Merge ¶
func (m *GetWalletsRequest) XXX_Merge(src proto.Message)
func (*GetWalletsRequest) XXX_Size ¶
func (m *GetWalletsRequest) XXX_Size() int
func (*GetWalletsRequest) XXX_Unmarshal ¶
func (m *GetWalletsRequest) XXX_Unmarshal(b []byte) error
type GetWalletsResponse ¶
type GetWalletsResponse struct { Wallets []*Wallet `protobuf:"bytes,1,rep,name=wallets,proto3" json:"wallets,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetWalletsResponse) Descriptor ¶
func (*GetWalletsResponse) Descriptor() ([]byte, []int)
func (*GetWalletsResponse) GetWallets ¶
func (m *GetWalletsResponse) GetWallets() []*Wallet
func (*GetWalletsResponse) ProtoMessage ¶
func (*GetWalletsResponse) ProtoMessage()
func (*GetWalletsResponse) Reset ¶
func (m *GetWalletsResponse) Reset()
func (*GetWalletsResponse) String ¶
func (m *GetWalletsResponse) String() string
func (*GetWalletsResponse) XXX_DiscardUnknown ¶
func (m *GetWalletsResponse) XXX_DiscardUnknown()
func (*GetWalletsResponse) XXX_Marshal ¶
func (m *GetWalletsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetWalletsResponse) XXX_Merge ¶
func (m *GetWalletsResponse) XXX_Merge(src proto.Message)
func (*GetWalletsResponse) XXX_Size ¶
func (m *GetWalletsResponse) XXX_Size() int
func (*GetWalletsResponse) XXX_Unmarshal ¶
func (m *GetWalletsResponse) XXX_Unmarshal(b []byte) error
type HasPushTokensResponse ¶
type HasPushTokensResponse struct { HasPushTokens bool `protobuf:"varint,1,opt,name=has_push_tokens,json=hasPushTokens,proto3" json:"has_push_tokens,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*HasPushTokensResponse) Descriptor ¶
func (*HasPushTokensResponse) Descriptor() ([]byte, []int)
func (*HasPushTokensResponse) GetHasPushTokens ¶
func (m *HasPushTokensResponse) GetHasPushTokens() bool
func (*HasPushTokensResponse) ProtoMessage ¶
func (*HasPushTokensResponse) ProtoMessage()
func (*HasPushTokensResponse) Reset ¶
func (m *HasPushTokensResponse) Reset()
func (*HasPushTokensResponse) String ¶
func (m *HasPushTokensResponse) String() string
func (*HasPushTokensResponse) XXX_DiscardUnknown ¶
func (m *HasPushTokensResponse) XXX_DiscardUnknown()
func (*HasPushTokensResponse) XXX_Marshal ¶
func (m *HasPushTokensResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*HasPushTokensResponse) XXX_Merge ¶
func (m *HasPushTokensResponse) XXX_Merge(src proto.Message)
func (*HasPushTokensResponse) XXX_Size ¶
func (m *HasPushTokensResponse) XXX_Size() int
func (*HasPushTokensResponse) XXX_Unmarshal ¶
func (m *HasPushTokensResponse) XXX_Unmarshal(b []byte) error
type IDRequest ¶
type IDRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IDRequest) Descriptor ¶
func (*IDRequest) GetBase ¶
func (m *IDRequest) GetBase() *BaseRequest
func (*IDRequest) ProtoMessage ¶
func (*IDRequest) ProtoMessage()
func (*IDRequest) XXX_DiscardUnknown ¶
func (m *IDRequest) XXX_DiscardUnknown()
func (*IDRequest) XXX_Marshal ¶
func (*IDRequest) XXX_Unmarshal ¶
type IDResponse ¶
type IDResponse struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IDResponse) Descriptor ¶
func (*IDResponse) Descriptor() ([]byte, []int)
func (*IDResponse) GetId ¶
func (m *IDResponse) GetId() int64
func (*IDResponse) ProtoMessage ¶
func (*IDResponse) ProtoMessage()
func (*IDResponse) Reset ¶
func (m *IDResponse) Reset()
func (*IDResponse) String ¶
func (m *IDResponse) String() string
func (*IDResponse) XXX_DiscardUnknown ¶
func (m *IDResponse) XXX_DiscardUnknown()
func (*IDResponse) XXX_Marshal ¶
func (m *IDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IDResponse) XXX_Merge ¶
func (m *IDResponse) XXX_Merge(src proto.Message)
func (*IDResponse) XXX_Size ¶
func (m *IDResponse) XXX_Size() int
func (*IDResponse) XXX_Unmarshal ¶
func (m *IDResponse) XXX_Unmarshal(b []byte) error
type IDString ¶
type IDString struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IDString) Descriptor ¶
func (*IDString) GetBase ¶
func (m *IDString) GetBase() *BaseRequest
func (*IDString) ProtoMessage ¶
func (*IDString) ProtoMessage()
func (*IDString) XXX_DiscardUnknown ¶
func (m *IDString) XXX_DiscardUnknown()
func (*IDString) XXX_Marshal ¶
func (*IDString) XXX_Unmarshal ¶
type IntResponse ¶
type IntResponse struct { Value int64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IntResponse) Descriptor ¶
func (*IntResponse) Descriptor() ([]byte, []int)
func (*IntResponse) GetValue ¶
func (m *IntResponse) GetValue() int64
func (*IntResponse) ProtoMessage ¶
func (*IntResponse) ProtoMessage()
func (*IntResponse) Reset ¶
func (m *IntResponse) Reset()
func (*IntResponse) String ¶
func (m *IntResponse) String() string
func (*IntResponse) XXX_DiscardUnknown ¶
func (m *IntResponse) XXX_DiscardUnknown()
func (*IntResponse) XXX_Marshal ¶
func (m *IntResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IntResponse) XXX_Merge ¶
func (m *IntResponse) XXX_Merge(src proto.Message)
func (*IntResponse) XXX_Size ¶
func (m *IntResponse) XXX_Size() int
func (*IntResponse) XXX_Unmarshal ¶
func (m *IntResponse) XXX_Unmarshal(b []byte) error
type JwtKeysResponse ¶
type JwtKeysResponse struct { Key1 string `protobuf:"bytes,1,opt,name=key1,proto3" json:"key1,omitempty"` Key2 string `protobuf:"bytes,2,opt,name=key2,proto3" json:"key2,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*JwtKeysResponse) Descriptor ¶
func (*JwtKeysResponse) Descriptor() ([]byte, []int)
func (*JwtKeysResponse) GetKey1 ¶
func (m *JwtKeysResponse) GetKey1() string
func (*JwtKeysResponse) GetKey2 ¶
func (m *JwtKeysResponse) GetKey2() string
func (*JwtKeysResponse) ProtoMessage ¶
func (*JwtKeysResponse) ProtoMessage()
func (*JwtKeysResponse) Reset ¶
func (m *JwtKeysResponse) Reset()
func (*JwtKeysResponse) String ¶
func (m *JwtKeysResponse) String() string
func (*JwtKeysResponse) XXX_DiscardUnknown ¶
func (m *JwtKeysResponse) XXX_DiscardUnknown()
func (*JwtKeysResponse) XXX_Marshal ¶
func (m *JwtKeysResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*JwtKeysResponse) XXX_Merge ¶
func (m *JwtKeysResponse) XXX_Merge(src proto.Message)
func (*JwtKeysResponse) XXX_Size ¶
func (m *JwtKeysResponse) XXX_Size() int
func (*JwtKeysResponse) XXX_Unmarshal ¶
func (m *JwtKeysResponse) XXX_Unmarshal(b []byte) error
type JwtServiceClient ¶
type JwtServiceClient interface {
GetJwtValue(ctx context.Context, in *KeyRequest, opts ...grpc.CallOption) (*JwtKeysResponse, error)
}
JwtServiceClient is the client API for JwtService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewJwtServiceClient ¶
func NewJwtServiceClient(cc *grpc.ClientConn) JwtServiceClient
type JwtServiceServer ¶
type JwtServiceServer interface {
GetJwtValue(context.Context, *KeyRequest) (*JwtKeysResponse, error)
}
JwtServiceServer is the server API for JwtService service.
type JwtSetKeyRequest ¶
type JwtSetKeyRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` Value1 string `protobuf:"bytes,3,opt,name=value1,proto3" json:"value1,omitempty"` Value2 string `protobuf:"bytes,4,opt,name=value2,proto3" json:"value2,omitempty"` Expiry1 int64 `protobuf:"varint,5,opt,name=expiry1,proto3" json:"expiry1,omitempty"` Expiry2 int64 `protobuf:"varint,6,opt,name=expiry2,proto3" json:"expiry2,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*JwtSetKeyRequest) Descriptor ¶
func (*JwtSetKeyRequest) Descriptor() ([]byte, []int)
func (*JwtSetKeyRequest) GetBase ¶
func (m *JwtSetKeyRequest) GetBase() *BaseRequest
func (*JwtSetKeyRequest) GetExpiry1 ¶
func (m *JwtSetKeyRequest) GetExpiry1() int64
func (*JwtSetKeyRequest) GetExpiry2 ¶
func (m *JwtSetKeyRequest) GetExpiry2() int64
func (*JwtSetKeyRequest) GetKey ¶
func (m *JwtSetKeyRequest) GetKey() string
func (*JwtSetKeyRequest) GetValue1 ¶
func (m *JwtSetKeyRequest) GetValue1() string
func (*JwtSetKeyRequest) GetValue2 ¶
func (m *JwtSetKeyRequest) GetValue2() string
func (*JwtSetKeyRequest) ProtoMessage ¶
func (*JwtSetKeyRequest) ProtoMessage()
func (*JwtSetKeyRequest) Reset ¶
func (m *JwtSetKeyRequest) Reset()
func (*JwtSetKeyRequest) String ¶
func (m *JwtSetKeyRequest) String() string
func (*JwtSetKeyRequest) XXX_DiscardUnknown ¶
func (m *JwtSetKeyRequest) XXX_DiscardUnknown()
func (*JwtSetKeyRequest) XXX_Marshal ¶
func (m *JwtSetKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*JwtSetKeyRequest) XXX_Merge ¶
func (m *JwtSetKeyRequest) XXX_Merge(src proto.Message)
func (*JwtSetKeyRequest) XXX_Size ¶
func (m *JwtSetKeyRequest) XXX_Size() int
func (*JwtSetKeyRequest) XXX_Unmarshal ¶
func (m *JwtSetKeyRequest) XXX_Unmarshal(b []byte) error
type KeyListResponse ¶
type KeyListResponse struct { KeyValues []*KeyListResponse_KeyValue `protobuf:"bytes,1,rep,name=key_values,json=keyValues,proto3" json:"key_values,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*KeyListResponse) Descriptor ¶
func (*KeyListResponse) Descriptor() ([]byte, []int)
func (*KeyListResponse) GetKeyValues ¶
func (m *KeyListResponse) GetKeyValues() []*KeyListResponse_KeyValue
func (*KeyListResponse) ProtoMessage ¶
func (*KeyListResponse) ProtoMessage()
func (*KeyListResponse) Reset ¶
func (m *KeyListResponse) Reset()
func (*KeyListResponse) String ¶
func (m *KeyListResponse) String() string
func (*KeyListResponse) XXX_DiscardUnknown ¶
func (m *KeyListResponse) XXX_DiscardUnknown()
func (*KeyListResponse) XXX_Marshal ¶
func (m *KeyListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*KeyListResponse) XXX_Merge ¶
func (m *KeyListResponse) XXX_Merge(src proto.Message)
func (*KeyListResponse) XXX_Size ¶
func (m *KeyListResponse) XXX_Size() int
func (*KeyListResponse) XXX_Unmarshal ¶
func (m *KeyListResponse) XXX_Unmarshal(b []byte) error
type KeyListResponse_KeyValue ¶
type KeyListResponse_KeyValue struct { KeyName string `protobuf:"bytes,1,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"` KeyValue1 string `protobuf:"bytes,2,opt,name=key_value1,json=keyValue1,proto3" json:"key_value1,omitempty"` KeyValue2 string `protobuf:"bytes,3,opt,name=key_value2,json=keyValue2,proto3" json:"key_value2,omitempty"` Valid1To int64 `protobuf:"varint,4,opt,name=valid1_to,json=valid1To,proto3" json:"valid1_to,omitempty"` Valid2To int64 `protobuf:"varint,5,opt,name=valid2_to,json=valid2To,proto3" json:"valid2_to,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*KeyListResponse_KeyValue) Descriptor ¶
func (*KeyListResponse_KeyValue) Descriptor() ([]byte, []int)
func (*KeyListResponse_KeyValue) GetKeyName ¶
func (m *KeyListResponse_KeyValue) GetKeyName() string
func (*KeyListResponse_KeyValue) GetKeyValue1 ¶
func (m *KeyListResponse_KeyValue) GetKeyValue1() string
func (*KeyListResponse_KeyValue) GetKeyValue2 ¶
func (m *KeyListResponse_KeyValue) GetKeyValue2() string
func (*KeyListResponse_KeyValue) GetValid1To ¶
func (m *KeyListResponse_KeyValue) GetValid1To() int64
func (*KeyListResponse_KeyValue) GetValid2To ¶
func (m *KeyListResponse_KeyValue) GetValid2To() int64
func (*KeyListResponse_KeyValue) ProtoMessage ¶
func (*KeyListResponse_KeyValue) ProtoMessage()
func (*KeyListResponse_KeyValue) Reset ¶
func (m *KeyListResponse_KeyValue) Reset()
func (*KeyListResponse_KeyValue) String ¶
func (m *KeyListResponse_KeyValue) String() string
func (*KeyListResponse_KeyValue) XXX_DiscardUnknown ¶
func (m *KeyListResponse_KeyValue) XXX_DiscardUnknown()
func (*KeyListResponse_KeyValue) XXX_Marshal ¶
func (m *KeyListResponse_KeyValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*KeyListResponse_KeyValue) XXX_Merge ¶
func (m *KeyListResponse_KeyValue) XXX_Merge(src proto.Message)
func (*KeyListResponse_KeyValue) XXX_Size ¶
func (m *KeyListResponse_KeyValue) XXX_Size() int
func (*KeyListResponse_KeyValue) XXX_Unmarshal ¶
func (m *KeyListResponse_KeyValue) XXX_Unmarshal(b []byte) error
type KeyRequest ¶
type KeyRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*KeyRequest) Descriptor ¶
func (*KeyRequest) Descriptor() ([]byte, []int)
func (*KeyRequest) GetBase ¶
func (m *KeyRequest) GetBase() *BaseRequest
func (*KeyRequest) GetKey ¶
func (m *KeyRequest) GetKey() string
func (*KeyRequest) ProtoMessage ¶
func (*KeyRequest) ProtoMessage()
func (*KeyRequest) Reset ¶
func (m *KeyRequest) Reset()
func (*KeyRequest) String ¶
func (m *KeyRequest) String() string
func (*KeyRequest) XXX_DiscardUnknown ¶
func (m *KeyRequest) XXX_DiscardUnknown()
func (*KeyRequest) XXX_Marshal ¶
func (m *KeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*KeyRequest) XXX_Merge ¶
func (m *KeyRequest) XXX_Merge(src proto.Message)
func (*KeyRequest) XXX_Size ¶
func (m *KeyRequest) XXX_Size() int
func (*KeyRequest) XXX_Unmarshal ¶
func (m *KeyRequest) XXX_Unmarshal(b []byte) error
type KeyValueRequest ¶
type KeyValueRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*KeyValueRequest) Descriptor ¶
func (*KeyValueRequest) Descriptor() ([]byte, []int)
func (*KeyValueRequest) GetBase ¶
func (m *KeyValueRequest) GetBase() *BaseRequest
func (*KeyValueRequest) GetKey ¶
func (m *KeyValueRequest) GetKey() string
func (*KeyValueRequest) GetValue ¶
func (m *KeyValueRequest) GetValue() string
func (*KeyValueRequest) ProtoMessage ¶
func (*KeyValueRequest) ProtoMessage()
func (*KeyValueRequest) Reset ¶
func (m *KeyValueRequest) Reset()
func (*KeyValueRequest) String ¶
func (m *KeyValueRequest) String() string
func (*KeyValueRequest) XXX_DiscardUnknown ¶
func (m *KeyValueRequest) XXX_DiscardUnknown()
func (*KeyValueRequest) XXX_Marshal ¶
func (m *KeyValueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*KeyValueRequest) XXX_Merge ¶
func (m *KeyValueRequest) XXX_Merge(src proto.Message)
func (*KeyValueRequest) XXX_Size ¶
func (m *KeyValueRequest) XXX_Size() int
func (*KeyValueRequest) XXX_Unmarshal ¶
func (m *KeyValueRequest) XXX_Unmarshal(b []byte) error
type Language ¶
type Language struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Language) Descriptor ¶
func (*Language) ProtoMessage ¶
func (*Language) ProtoMessage()
func (*Language) XXX_DiscardUnknown ¶
func (m *Language) XXX_DiscardUnknown()
func (*Language) XXX_Marshal ¶
func (*Language) XXX_Unmarshal ¶
type LanguageListResponse ¶
type LanguageListResponse struct { Languages []*Language `protobuf:"bytes,1,rep,name=languages,proto3" json:"languages,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LanguageListResponse) Descriptor ¶
func (*LanguageListResponse) Descriptor() ([]byte, []int)
func (*LanguageListResponse) GetLanguages ¶
func (m *LanguageListResponse) GetLanguages() []*Language
func (*LanguageListResponse) ProtoMessage ¶
func (*LanguageListResponse) ProtoMessage()
func (*LanguageListResponse) Reset ¶
func (m *LanguageListResponse) Reset()
func (*LanguageListResponse) String ¶
func (m *LanguageListResponse) String() string
func (*LanguageListResponse) XXX_DiscardUnknown ¶
func (m *LanguageListResponse) XXX_DiscardUnknown()
func (*LanguageListResponse) XXX_Marshal ¶
func (m *LanguageListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LanguageListResponse) XXX_Merge ¶
func (m *LanguageListResponse) XXX_Merge(src proto.Message)
func (*LanguageListResponse) XXX_Size ¶
func (m *LanguageListResponse) XXX_Size() int
func (*LanguageListResponse) XXX_Unmarshal ¶
func (m *LanguageListResponse) XXX_Unmarshal(b []byte) error
type MailNotificationRequest ¶
type MailNotificationRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserID int64 `protobuf:"varint,2,opt,name=userID,proto3" json:"userID,omitempty"` Subject string `protobuf:"bytes,3,opt,name=subject,proto3" json:"subject,omitempty"` Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"` ContentType EmailContentType `protobuf:"varint,5,opt,name=ContentType,proto3,enum=pb.EmailContentType" json:"ContentType,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MailNotificationRequest) Descriptor ¶
func (*MailNotificationRequest) Descriptor() ([]byte, []int)
func (*MailNotificationRequest) GetBase ¶
func (m *MailNotificationRequest) GetBase() *BaseRequest
func (*MailNotificationRequest) GetContent ¶
func (m *MailNotificationRequest) GetContent() string
func (*MailNotificationRequest) GetContentType ¶
func (m *MailNotificationRequest) GetContentType() EmailContentType
func (*MailNotificationRequest) GetSubject ¶
func (m *MailNotificationRequest) GetSubject() string
func (*MailNotificationRequest) GetUserID ¶
func (m *MailNotificationRequest) GetUserID() int64
func (*MailNotificationRequest) ProtoMessage ¶
func (*MailNotificationRequest) ProtoMessage()
func (*MailNotificationRequest) Reset ¶
func (m *MailNotificationRequest) Reset()
func (*MailNotificationRequest) String ¶
func (m *MailNotificationRequest) String() string
func (*MailNotificationRequest) XXX_DiscardUnknown ¶
func (m *MailNotificationRequest) XXX_DiscardUnknown()
func (*MailNotificationRequest) XXX_Marshal ¶
func (m *MailNotificationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MailNotificationRequest) XXX_Merge ¶
func (dst *MailNotificationRequest) XXX_Merge(src proto.Message)
func (*MailNotificationRequest) XXX_Size ¶
func (m *MailNotificationRequest) XXX_Size() int
func (*MailNotificationRequest) XXX_Unmarshal ¶
func (m *MailNotificationRequest) XXX_Unmarshal(b []byte) error
type MailServiceClient ¶
type MailServiceClient interface {
SendMail(ctx context.Context, in *SendMailRequest, opts ...grpc.CallOption) (*Empty, error)
}
MailServiceClient is the client API for MailService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewMailServiceClient ¶
func NewMailServiceClient(cc *grpc.ClientConn) MailServiceClient
type MailServiceServer ¶
type MailServiceServer interface {
SendMail(context.Context, *SendMailRequest) (*Empty, error)
}
MailServiceServer is the server API for MailService service.
type NewSecretRequest ¶
type NewSecretRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NewSecretRequest) Descriptor ¶
func (*NewSecretRequest) Descriptor() ([]byte, []int)
func (*NewSecretRequest) GetBase ¶
func (m *NewSecretRequest) GetBase() *BaseRequest
func (*NewSecretRequest) GetEmail ¶
func (m *NewSecretRequest) GetEmail() string
func (*NewSecretRequest) ProtoMessage ¶
func (*NewSecretRequest) ProtoMessage()
func (*NewSecretRequest) Reset ¶
func (m *NewSecretRequest) Reset()
func (*NewSecretRequest) String ¶
func (m *NewSecretRequest) String() string
func (*NewSecretRequest) XXX_DiscardUnknown ¶
func (m *NewSecretRequest) XXX_DiscardUnknown()
func (*NewSecretRequest) XXX_Marshal ¶
func (m *NewSecretRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NewSecretRequest) XXX_Merge ¶
func (m *NewSecretRequest) XXX_Merge(src proto.Message)
func (*NewSecretRequest) XXX_Size ¶
func (m *NewSecretRequest) XXX_Size() int
func (*NewSecretRequest) XXX_Unmarshal ¶
func (m *NewSecretRequest) XXX_Unmarshal(b []byte) error
type Notification ¶
type Notification struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` NotificationType NotificationType `` /* 135-byte string literal not displayed */ PushToken string `protobuf:"bytes,4,opt,name=push_token,json=pushToken,proto3" json:"push_token,omitempty"` Content string `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"` MailSubject string `protobuf:"bytes,6,opt,name=mail_subject,json=mailSubject,proto3" json:"mail_subject,omitempty"` MailType EmailContentType `protobuf:"varint,7,opt,name=mail_type,json=mailType,proto3,enum=pb.EmailContentType" json:"mail_type,omitempty"` UserEmail string `protobuf:"bytes,8,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Notification) Descriptor ¶
func (*Notification) Descriptor() ([]byte, []int)
func (*Notification) GetContent ¶
func (m *Notification) GetContent() string
func (*Notification) GetId ¶
func (m *Notification) GetId() int64
func (*Notification) GetMailSubject ¶
func (m *Notification) GetMailSubject() string
func (*Notification) GetMailType ¶
func (m *Notification) GetMailType() EmailContentType
func (*Notification) GetNotificationType ¶
func (m *Notification) GetNotificationType() NotificationType
func (*Notification) GetPushToken ¶
func (m *Notification) GetPushToken() string
func (*Notification) GetUserEmail ¶
func (m *Notification) GetUserEmail() string
func (*Notification) GetUserId ¶
func (m *Notification) GetUserId() int64
func (*Notification) ProtoMessage ¶
func (*Notification) ProtoMessage()
func (*Notification) Reset ¶
func (m *Notification) Reset()
func (*Notification) String ¶
func (m *Notification) String() string
func (*Notification) XXX_DiscardUnknown ¶
func (m *Notification) XXX_DiscardUnknown()
func (*Notification) XXX_Marshal ¶
func (m *Notification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Notification) XXX_Merge ¶
func (m *Notification) XXX_Merge(src proto.Message)
func (*Notification) XXX_Size ¶
func (m *Notification) XXX_Size() int
func (*Notification) XXX_Unmarshal ¶
func (m *Notification) XXX_Unmarshal(b []byte) error
type NotificationArchive ¶
type NotificationArchive struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Status NotificationStatusCode `protobuf:"varint,2,opt,name=status,proto3,enum=pb.NotificationStatusCode" json:"status,omitempty"` InternalError string `protobuf:"bytes,3,opt,name=internal_error,json=internalError,proto3" json:"internal_error,omitempty"` ExternalStatus string `protobuf:"bytes,4,opt,name=external_status,json=externalStatus,proto3" json:"external_status,omitempty"` ExternalError string `protobuf:"bytes,5,opt,name=external_error,json=externalError,proto3" json:"external_error,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NotificationArchive) Descriptor ¶
func (*NotificationArchive) Descriptor() ([]byte, []int)
func (*NotificationArchive) GetExternalError ¶
func (m *NotificationArchive) GetExternalError() string
func (*NotificationArchive) GetExternalStatus ¶
func (m *NotificationArchive) GetExternalStatus() string
func (*NotificationArchive) GetId ¶
func (m *NotificationArchive) GetId() int64
func (*NotificationArchive) GetInternalError ¶
func (m *NotificationArchive) GetInternalError() string
func (*NotificationArchive) GetStatus ¶
func (m *NotificationArchive) GetStatus() NotificationStatusCode
func (*NotificationArchive) ProtoMessage ¶
func (*NotificationArchive) ProtoMessage()
func (*NotificationArchive) Reset ¶
func (m *NotificationArchive) Reset()
func (*NotificationArchive) String ¶
func (m *NotificationArchive) String() string
func (*NotificationArchive) XXX_DiscardUnknown ¶
func (m *NotificationArchive) XXX_DiscardUnknown()
func (*NotificationArchive) XXX_Marshal ¶
func (m *NotificationArchive) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NotificationArchive) XXX_Merge ¶
func (m *NotificationArchive) XXX_Merge(src proto.Message)
func (*NotificationArchive) XXX_Size ¶
func (m *NotificationArchive) XXX_Size() int
func (*NotificationArchive) XXX_Unmarshal ¶
func (m *NotificationArchive) XXX_Unmarshal(b []byte) error
type NotificationListResponse ¶
type NotificationListResponse struct { Notifications []*Notification `protobuf:"bytes,1,rep,name=notifications,proto3" json:"notifications,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NotificationListResponse) Descriptor ¶
func (*NotificationListResponse) Descriptor() ([]byte, []int)
func (*NotificationListResponse) GetNotifications ¶
func (m *NotificationListResponse) GetNotifications() []*Notification
func (*NotificationListResponse) ProtoMessage ¶
func (*NotificationListResponse) ProtoMessage()
func (*NotificationListResponse) Reset ¶
func (m *NotificationListResponse) Reset()
func (*NotificationListResponse) String ¶
func (m *NotificationListResponse) String() string
func (*NotificationListResponse) XXX_DiscardUnknown ¶
func (m *NotificationListResponse) XXX_DiscardUnknown()
func (*NotificationListResponse) XXX_Marshal ¶
func (m *NotificationListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NotificationListResponse) XXX_Merge ¶
func (m *NotificationListResponse) XXX_Merge(src proto.Message)
func (*NotificationListResponse) XXX_Size ¶
func (m *NotificationListResponse) XXX_Size() int
func (*NotificationListResponse) XXX_Unmarshal ¶
func (m *NotificationListResponse) XXX_Unmarshal(b []byte) error
type NotificationParameter ¶
type NotificationParameter struct { Type NotificationParameterType `protobuf:"varint,1,opt,name=type,proto3,enum=pb.NotificationParameterType" json:"type,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NotificationParameter) Descriptor ¶
func (*NotificationParameter) Descriptor() ([]byte, []int)
func (*NotificationParameter) GetType ¶
func (m *NotificationParameter) GetType() NotificationParameterType
func (*NotificationParameter) GetValue ¶
func (m *NotificationParameter) GetValue() string
func (*NotificationParameter) ProtoMessage ¶
func (*NotificationParameter) ProtoMessage()
func (*NotificationParameter) Reset ¶
func (m *NotificationParameter) Reset()
func (*NotificationParameter) String ¶
func (m *NotificationParameter) String() string
func (*NotificationParameter) XXX_DiscardUnknown ¶
func (m *NotificationParameter) XXX_DiscardUnknown()
func (*NotificationParameter) XXX_Marshal ¶
func (m *NotificationParameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NotificationParameter) XXX_Merge ¶
func (dst *NotificationParameter) XXX_Merge(src proto.Message)
func (*NotificationParameter) XXX_Size ¶
func (m *NotificationParameter) XXX_Size() int
func (*NotificationParameter) XXX_Unmarshal ¶
func (m *NotificationParameter) XXX_Unmarshal(b []byte) error
type NotificationParameterType ¶
type NotificationParameterType int32
const ( NotificationParameterType_ios_title_localized_key NotificationParameterType = 0 NotificationParameterType_ios_category NotificationParameterType = 1 NotificationParameterType_ios_wallet_key NotificationParameterType = 2 )
func (NotificationParameterType) EnumDescriptor ¶
func (NotificationParameterType) EnumDescriptor() ([]byte, []int)
func (NotificationParameterType) String ¶
func (x NotificationParameterType) String() string
type NotificationServiceClient ¶
type NotificationServiceClient interface { SendPushNotification(ctx context.Context, in *PushNotificationRequest, opts ...grpc.CallOption) (*Empty, error) SendMailNotification(ctx context.Context, in *MailNotificationRequest, opts ...grpc.CallOption) (*Empty, error) }
NotificationServiceClient is the client API for NotificationService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewNotificationServiceClient ¶
func NewNotificationServiceClient(cc *grpc.ClientConn) NotificationServiceClient
type NotificationServiceServer ¶
type NotificationServiceServer interface { SendPushNotification(context.Context, *PushNotificationRequest) (*Empty, error) SendMailNotification(context.Context, *MailNotificationRequest) (*Empty, error) }
NotificationServiceServer is the server API for NotificationService service.
type NotificationStatusCode ¶
type NotificationStatusCode int32
const ( NotificationStatusCode_success NotificationStatusCode = 0 NotificationStatusCode_error NotificationStatusCode = 1 )
func (NotificationStatusCode) EnumDescriptor ¶
func (NotificationStatusCode) EnumDescriptor() ([]byte, []int)
func (NotificationStatusCode) String ¶
func (x NotificationStatusCode) String() string
type NotificationType ¶
type NotificationType int32
const ( NotificationType_ios NotificationType = 0 NotificationType_android NotificationType = 1 NotificationType_mail NotificationType = 2 )
func (NotificationType) EnumDescriptor ¶
func (NotificationType) EnumDescriptor() ([]byte, []int)
func (NotificationType) String ¶
func (x NotificationType) String() string
type Occupation ¶
type Occupation struct { Code08 int64 `protobuf:"varint,1,opt,name=code08,proto3" json:"code08,omitempty"` Code88 int64 `protobuf:"varint,2,opt,name=code88,proto3" json:"code88,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Occupation) Descriptor ¶
func (*Occupation) Descriptor() ([]byte, []int)
func (*Occupation) GetCode08 ¶
func (m *Occupation) GetCode08() int64
func (*Occupation) GetCode88 ¶
func (m *Occupation) GetCode88() int64
func (*Occupation) GetName ¶
func (m *Occupation) GetName() string
func (*Occupation) ProtoMessage ¶
func (*Occupation) ProtoMessage()
func (*Occupation) Reset ¶
func (m *Occupation) Reset()
func (*Occupation) String ¶
func (m *Occupation) String() string
func (*Occupation) XXX_DiscardUnknown ¶
func (m *Occupation) XXX_DiscardUnknown()
func (*Occupation) XXX_Marshal ¶
func (m *Occupation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Occupation) XXX_Merge ¶
func (m *Occupation) XXX_Merge(src proto.Message)
func (*Occupation) XXX_Size ¶
func (m *Occupation) XXX_Size() int
func (*Occupation) XXX_Unmarshal ¶
func (m *Occupation) XXX_Unmarshal(b []byte) error
type OccupationListRequest ¶
type OccupationListRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` LimitCount int64 `protobuf:"varint,3,opt,name=limit_count,json=limitCount,proto3" json:"limit_count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OccupationListRequest) Descriptor ¶
func (*OccupationListRequest) Descriptor() ([]byte, []int)
func (*OccupationListRequest) GetBase ¶
func (m *OccupationListRequest) GetBase() *BaseRequest
func (*OccupationListRequest) GetLimitCount ¶
func (m *OccupationListRequest) GetLimitCount() int64
func (*OccupationListRequest) GetName ¶
func (m *OccupationListRequest) GetName() string
func (*OccupationListRequest) ProtoMessage ¶
func (*OccupationListRequest) ProtoMessage()
func (*OccupationListRequest) Reset ¶
func (m *OccupationListRequest) Reset()
func (*OccupationListRequest) String ¶
func (m *OccupationListRequest) String() string
func (*OccupationListRequest) XXX_DiscardUnknown ¶
func (m *OccupationListRequest) XXX_DiscardUnknown()
func (*OccupationListRequest) XXX_Marshal ¶
func (m *OccupationListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OccupationListRequest) XXX_Merge ¶
func (m *OccupationListRequest) XXX_Merge(src proto.Message)
func (*OccupationListRequest) XXX_Size ¶
func (m *OccupationListRequest) XXX_Size() int
func (*OccupationListRequest) XXX_Unmarshal ¶
func (m *OccupationListRequest) XXX_Unmarshal(b []byte) error
type OccupationListResponse ¶
type OccupationListResponse struct { Occupations []*Occupation `protobuf:"bytes,1,rep,name=occupations,proto3" json:"occupations,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OccupationListResponse) Descriptor ¶
func (*OccupationListResponse) Descriptor() ([]byte, []int)
func (*OccupationListResponse) GetOccupations ¶
func (m *OccupationListResponse) GetOccupations() []*Occupation
func (*OccupationListResponse) ProtoMessage ¶
func (*OccupationListResponse) ProtoMessage()
func (*OccupationListResponse) Reset ¶
func (m *OccupationListResponse) Reset()
func (*OccupationListResponse) String ¶
func (m *OccupationListResponse) String() string
func (*OccupationListResponse) XXX_DiscardUnknown ¶
func (m *OccupationListResponse) XXX_DiscardUnknown()
func (*OccupationListResponse) XXX_Marshal ¶
func (m *OccupationListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OccupationListResponse) XXX_Merge ¶
func (m *OccupationListResponse) XXX_Merge(src proto.Message)
func (*OccupationListResponse) XXX_Size ¶
func (m *OccupationListResponse) XXX_Size() int
func (*OccupationListResponse) XXX_Unmarshal ¶
func (m *OccupationListResponse) XXX_Unmarshal(b []byte) error
type PayExecuteTransactionRequest ¶
type PayExecuteTransactionRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` OrderId int64 `protobuf:"varint,3,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"` Transaction string `protobuf:"bytes,4,opt,name=transaction,proto3" json:"transaction,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PayExecuteTransactionRequest) Descriptor ¶
func (*PayExecuteTransactionRequest) Descriptor() ([]byte, []int)
func (*PayExecuteTransactionRequest) GetBase ¶
func (m *PayExecuteTransactionRequest) GetBase() *BaseRequest
func (*PayExecuteTransactionRequest) GetOrderId ¶
func (m *PayExecuteTransactionRequest) GetOrderId() int64
func (*PayExecuteTransactionRequest) GetTransaction ¶
func (m *PayExecuteTransactionRequest) GetTransaction() string
func (*PayExecuteTransactionRequest) GetUserId ¶
func (m *PayExecuteTransactionRequest) GetUserId() int64
func (*PayExecuteTransactionRequest) ProtoMessage ¶
func (*PayExecuteTransactionRequest) ProtoMessage()
func (*PayExecuteTransactionRequest) Reset ¶
func (m *PayExecuteTransactionRequest) Reset()
func (*PayExecuteTransactionRequest) String ¶
func (m *PayExecuteTransactionRequest) String() string
func (*PayExecuteTransactionRequest) XXX_DiscardUnknown ¶
func (m *PayExecuteTransactionRequest) XXX_DiscardUnknown()
func (*PayExecuteTransactionRequest) XXX_Marshal ¶
func (m *PayExecuteTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PayExecuteTransactionRequest) XXX_Merge ¶
func (m *PayExecuteTransactionRequest) XXX_Merge(src proto.Message)
func (*PayExecuteTransactionRequest) XXX_Size ¶
func (m *PayExecuteTransactionRequest) XXX_Size() int
func (*PayExecuteTransactionRequest) XXX_Unmarshal ¶
func (m *PayExecuteTransactionRequest) XXX_Unmarshal(b []byte) error
type PayExecuteTransactionResponse ¶
type PayExecuteTransactionResponse struct { TxHash string `protobuf:"bytes,1,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"` ErrorCode int64 `protobuf:"varint,2,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PayExecuteTransactionResponse) Descriptor ¶
func (*PayExecuteTransactionResponse) Descriptor() ([]byte, []int)
func (*PayExecuteTransactionResponse) GetErrorCode ¶
func (m *PayExecuteTransactionResponse) GetErrorCode() int64
func (*PayExecuteTransactionResponse) GetTxHash ¶
func (m *PayExecuteTransactionResponse) GetTxHash() string
func (*PayExecuteTransactionResponse) ProtoMessage ¶
func (*PayExecuteTransactionResponse) ProtoMessage()
func (*PayExecuteTransactionResponse) Reset ¶
func (m *PayExecuteTransactionResponse) Reset()
func (*PayExecuteTransactionResponse) String ¶
func (m *PayExecuteTransactionResponse) String() string
func (*PayExecuteTransactionResponse) XXX_DiscardUnknown ¶
func (m *PayExecuteTransactionResponse) XXX_DiscardUnknown()
func (*PayExecuteTransactionResponse) XXX_Marshal ¶
func (m *PayExecuteTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PayExecuteTransactionResponse) XXX_Merge ¶
func (m *PayExecuteTransactionResponse) XXX_Merge(src proto.Message)
func (*PayExecuteTransactionResponse) XXX_Size ¶
func (m *PayExecuteTransactionResponse) XXX_Size() int
func (*PayExecuteTransactionResponse) XXX_Unmarshal ¶
func (m *PayExecuteTransactionResponse) XXX_Unmarshal(b []byte) error
type PayGetTransactionRequest ¶
type PayGetTransactionRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` OrderId int64 `protobuf:"varint,3,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PayGetTransactionRequest) Descriptor ¶
func (*PayGetTransactionRequest) Descriptor() ([]byte, []int)
func (*PayGetTransactionRequest) GetBase ¶
func (m *PayGetTransactionRequest) GetBase() *BaseRequest
func (*PayGetTransactionRequest) GetOrderId ¶
func (m *PayGetTransactionRequest) GetOrderId() int64
func (*PayGetTransactionRequest) GetUserId ¶
func (m *PayGetTransactionRequest) GetUserId() int64
func (*PayGetTransactionRequest) ProtoMessage ¶
func (*PayGetTransactionRequest) ProtoMessage()
func (*PayGetTransactionRequest) Reset ¶
func (m *PayGetTransactionRequest) Reset()
func (*PayGetTransactionRequest) String ¶
func (m *PayGetTransactionRequest) String() string
func (*PayGetTransactionRequest) XXX_DiscardUnknown ¶
func (m *PayGetTransactionRequest) XXX_DiscardUnknown()
func (*PayGetTransactionRequest) XXX_Marshal ¶
func (m *PayGetTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PayGetTransactionRequest) XXX_Merge ¶
func (m *PayGetTransactionRequest) XXX_Merge(src proto.Message)
func (*PayGetTransactionRequest) XXX_Size ¶
func (m *PayGetTransactionRequest) XXX_Size() int
func (*PayGetTransactionRequest) XXX_Unmarshal ¶
func (m *PayGetTransactionRequest) XXX_Unmarshal(b []byte) error
type PayGetTransactionResponse ¶
type PayGetTransactionResponse struct { Transaction string `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` ErrorCode int64 `protobuf:"varint,2,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"` StellarPublicKey string `protobuf:"bytes,3,opt,name=stellar_public_key,json=stellarPublicKey,proto3" json:"stellar_public_key,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PayGetTransactionResponse) Descriptor ¶
func (*PayGetTransactionResponse) Descriptor() ([]byte, []int)
func (*PayGetTransactionResponse) GetErrorCode ¶
func (m *PayGetTransactionResponse) GetErrorCode() int64
func (*PayGetTransactionResponse) GetStellarPublicKey ¶
func (m *PayGetTransactionResponse) GetStellarPublicKey() string
func (*PayGetTransactionResponse) GetTransaction ¶
func (m *PayGetTransactionResponse) GetTransaction() string
func (*PayGetTransactionResponse) ProtoMessage ¶
func (*PayGetTransactionResponse) ProtoMessage()
func (*PayGetTransactionResponse) Reset ¶
func (m *PayGetTransactionResponse) Reset()
func (*PayGetTransactionResponse) String ¶
func (m *PayGetTransactionResponse) String() string
func (*PayGetTransactionResponse) XXX_DiscardUnknown ¶
func (m *PayGetTransactionResponse) XXX_DiscardUnknown()
func (*PayGetTransactionResponse) XXX_Marshal ¶
func (m *PayGetTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PayGetTransactionResponse) XXX_Merge ¶
func (m *PayGetTransactionResponse) XXX_Merge(src proto.Message)
func (*PayGetTransactionResponse) XXX_Size ¶
func (m *PayGetTransactionResponse) XXX_Size() int
func (*PayGetTransactionResponse) XXX_Unmarshal ¶
func (m *PayGetTransactionResponse) XXX_Unmarshal(b []byte) error
type PayServiceClient ¶
type PayServiceClient interface { GetPhaseData(ctx context.Context, in *IDRequest, opts ...grpc.CallOption) (*PhaseDataResponse, error) GetExchangeCurrencyData(ctx context.Context, in *IDRequest, opts ...grpc.CallOption) (*ExchangeCurrency, error) GetUserOrderCount(ctx context.Context, in *UserOrdersCountRequest, opts ...grpc.CallOption) (*IntResponse, error) CreateOrder(ctx context.Context, in *CreateOrderRequest, opts ...grpc.CallOption) (*CreateOrderResponse, error) GetCoinPrice(ctx context.Context, in *CoinPriceRequest, opts ...grpc.CallOption) (*CoinPriceResponse, error) GetUserOrders(ctx context.Context, in *UserOrdersRequest, opts ...grpc.CallOption) (*UserOrdersResponse, error) PayGetTransaction(ctx context.Context, in *PayGetTransactionRequest, opts ...grpc.CallOption) (*PayGetTransactionResponse, error) PayExecuteTransaction(ctx context.Context, in *PayExecuteTransactionRequest, opts ...grpc.CallOption) (*PayExecuteTransactionResponse, error) FakePaymentTransaction(ctx context.Context, in *TestTransaction, opts ...grpc.CallOption) (*BoolResponse, error) }
PayServiceClient is the client API for PayService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewPayServiceClient ¶
func NewPayServiceClient(cc *grpc.ClientConn) PayServiceClient
type PayServiceServer ¶
type PayServiceServer interface { GetPhaseData(context.Context, *IDRequest) (*PhaseDataResponse, error) GetExchangeCurrencyData(context.Context, *IDRequest) (*ExchangeCurrency, error) GetUserOrderCount(context.Context, *UserOrdersCountRequest) (*IntResponse, error) CreateOrder(context.Context, *CreateOrderRequest) (*CreateOrderResponse, error) GetCoinPrice(context.Context, *CoinPriceRequest) (*CoinPriceResponse, error) GetUserOrders(context.Context, *UserOrdersRequest) (*UserOrdersResponse, error) PayGetTransaction(context.Context, *PayGetTransactionRequest) (*PayGetTransactionResponse, error) PayExecuteTransaction(context.Context, *PayExecuteTransactionRequest) (*PayExecuteTransactionResponse, error) FakePaymentTransaction(context.Context, *TestTransaction) (*BoolResponse, error) }
PayServiceServer is the server API for PayService service.
type PaymentTemplate ¶
type PaymentTemplate struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` WalletId int64 `protobuf:"varint,2,opt,name=wallet_id,json=walletId,proto3" json:"wallet_id,omitempty"` RecipientStellarAddress string `` /* 132-byte string literal not displayed */ RecipientPublickey string `protobuf:"bytes,4,opt,name=recipient_publickey,json=recipientPublickey,proto3" json:"recipient_publickey,omitempty"` AssetCode string `protobuf:"bytes,5,opt,name=asset_code,json=assetCode,proto3" json:"asset_code,omitempty"` IssuerPublickey string `protobuf:"bytes,6,opt,name=issuer_publickey,json=issuerPublickey,proto3" json:"issuer_publickey,omitempty"` Amount string `protobuf:"bytes,7,opt,name=amount,proto3" json:"amount,omitempty"` MemoType string `protobuf:"bytes,8,opt,name=memoType,proto3" json:"memoType,omitempty"` Memo string `protobuf:"bytes,9,opt,name=memo,proto3" json:"memo,omitempty"` TemplateName string `protobuf:"bytes,10,opt,name=template_name,json=templateName,proto3" json:"template_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PaymentTemplate) Descriptor ¶
func (*PaymentTemplate) Descriptor() ([]byte, []int)
func (*PaymentTemplate) GetAmount ¶
func (m *PaymentTemplate) GetAmount() string
func (*PaymentTemplate) GetAssetCode ¶
func (m *PaymentTemplate) GetAssetCode() string
func (*PaymentTemplate) GetId ¶
func (m *PaymentTemplate) GetId() int64
func (*PaymentTemplate) GetIssuerPublickey ¶
func (m *PaymentTemplate) GetIssuerPublickey() string
func (*PaymentTemplate) GetMemo ¶
func (m *PaymentTemplate) GetMemo() string
func (*PaymentTemplate) GetMemoType ¶
func (m *PaymentTemplate) GetMemoType() string
func (*PaymentTemplate) GetRecipientPublickey ¶
func (m *PaymentTemplate) GetRecipientPublickey() string
func (*PaymentTemplate) GetRecipientStellarAddress ¶
func (m *PaymentTemplate) GetRecipientStellarAddress() string
func (*PaymentTemplate) GetTemplateName ¶
func (m *PaymentTemplate) GetTemplateName() string
func (*PaymentTemplate) GetWalletId ¶
func (m *PaymentTemplate) GetWalletId() int64
func (*PaymentTemplate) ProtoMessage ¶
func (*PaymentTemplate) ProtoMessage()
func (*PaymentTemplate) Reset ¶
func (m *PaymentTemplate) Reset()
func (*PaymentTemplate) String ¶
func (m *PaymentTemplate) String() string
func (*PaymentTemplate) XXX_DiscardUnknown ¶
func (m *PaymentTemplate) XXX_DiscardUnknown()
func (*PaymentTemplate) XXX_Marshal ¶
func (m *PaymentTemplate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PaymentTemplate) XXX_Merge ¶
func (m *PaymentTemplate) XXX_Merge(src proto.Message)
func (*PaymentTemplate) XXX_Size ¶
func (m *PaymentTemplate) XXX_Size() int
func (*PaymentTemplate) XXX_Unmarshal ¶
func (m *PaymentTemplate) XXX_Unmarshal(b []byte) error
type PhaseDataResponse ¶
type PhaseDataResponse struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` IcoId int64 `protobuf:"varint,2,opt,name=ico_id,json=icoId,proto3" json:"ico_id,omitempty"` IcoPhaseName string `protobuf:"bytes,3,opt,name=ico_phase_name,json=icoPhaseName,proto3" json:"ico_phase_name,omitempty"` IcoPhaseStatus string `protobuf:"bytes,4,opt,name=ico_phase_status,json=icoPhaseStatus,proto3" json:"ico_phase_status,omitempty"` IcoTokenAsset string `protobuf:"bytes,5,opt,name=ico_token_asset,json=icoTokenAsset,proto3" json:"ico_token_asset,omitempty"` StartTime int64 `protobuf:"varint,6,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` EndTime int64 `protobuf:"varint,7,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` TokensLeft int64 `protobuf:"varint,8,opt,name=tokens_left,json=tokensLeft,proto3" json:"tokens_left,omitempty"` TokenMaxOrderAmount int64 `protobuf:"varint,9,opt,name=token_max_order_amount,json=tokenMaxOrderAmount,proto3" json:"token_max_order_amount,omitempty"` TokenMinOrderAmount int64 `protobuf:"varint,10,opt,name=token_min_order_amount,json=tokenMinOrderAmount,proto3" json:"token_min_order_amount,omitempty"` MaxUserOrders int64 `protobuf:"varint,11,opt,name=max_user_orders,json=maxUserOrders,proto3" json:"max_user_orders,omitempty"` ActiveExchangeCurrencies []*ExchangeCurrency `` /* 136-byte string literal not displayed */ IcoIssuerPk string `protobuf:"bytes,13,opt,name=ico_issuer_pk,json=icoIssuerPk,proto3" json:"ico_issuer_pk,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PhaseDataResponse) Descriptor ¶
func (*PhaseDataResponse) Descriptor() ([]byte, []int)
func (*PhaseDataResponse) GetActiveExchangeCurrencies ¶
func (m *PhaseDataResponse) GetActiveExchangeCurrencies() []*ExchangeCurrency
func (*PhaseDataResponse) GetEndTime ¶
func (m *PhaseDataResponse) GetEndTime() int64
func (*PhaseDataResponse) GetIcoId ¶
func (m *PhaseDataResponse) GetIcoId() int64
func (*PhaseDataResponse) GetIcoIssuerPk ¶
func (m *PhaseDataResponse) GetIcoIssuerPk() string
func (*PhaseDataResponse) GetIcoPhaseName ¶
func (m *PhaseDataResponse) GetIcoPhaseName() string
func (*PhaseDataResponse) GetIcoPhaseStatus ¶
func (m *PhaseDataResponse) GetIcoPhaseStatus() string
func (*PhaseDataResponse) GetIcoTokenAsset ¶
func (m *PhaseDataResponse) GetIcoTokenAsset() string
func (*PhaseDataResponse) GetId ¶
func (m *PhaseDataResponse) GetId() int64
func (*PhaseDataResponse) GetMaxUserOrders ¶
func (m *PhaseDataResponse) GetMaxUserOrders() int64
func (*PhaseDataResponse) GetStartTime ¶
func (m *PhaseDataResponse) GetStartTime() int64
func (*PhaseDataResponse) GetTokenMaxOrderAmount ¶
func (m *PhaseDataResponse) GetTokenMaxOrderAmount() int64
func (*PhaseDataResponse) GetTokenMinOrderAmount ¶
func (m *PhaseDataResponse) GetTokenMinOrderAmount() int64
func (*PhaseDataResponse) GetTokensLeft ¶
func (m *PhaseDataResponse) GetTokensLeft() int64
func (*PhaseDataResponse) ProtoMessage ¶
func (*PhaseDataResponse) ProtoMessage()
func (*PhaseDataResponse) Reset ¶
func (m *PhaseDataResponse) Reset()
func (*PhaseDataResponse) String ¶
func (m *PhaseDataResponse) String() string
func (*PhaseDataResponse) XXX_DiscardUnknown ¶
func (m *PhaseDataResponse) XXX_DiscardUnknown()
func (*PhaseDataResponse) XXX_Marshal ¶
func (m *PhaseDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PhaseDataResponse) XXX_Merge ¶
func (m *PhaseDataResponse) XXX_Merge(src proto.Message)
func (*PhaseDataResponse) XXX_Size ¶
func (m *PhaseDataResponse) XXX_Size() int
func (*PhaseDataResponse) XXX_Unmarshal ¶
func (m *PhaseDataResponse) XXX_Unmarshal(b []byte) error
type Promo ¶
type Promo struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"` Text string `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"` Image *PromoImage `protobuf:"bytes,5,opt,name=image,proto3" json:"image,omitempty"` Type string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"` Buttons []*PromoButton `protobuf:"bytes,7,rep,name=buttons,proto3" json:"buttons,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Promo) Descriptor ¶
func (*Promo) GetButtons ¶
func (m *Promo) GetButtons() []*PromoButton
func (*Promo) GetImage ¶
func (m *Promo) GetImage() *PromoImage
func (*Promo) ProtoMessage ¶
func (*Promo) ProtoMessage()
func (*Promo) XXX_DiscardUnknown ¶
func (m *Promo) XXX_DiscardUnknown()
func (*Promo) XXX_Marshal ¶
func (*Promo) XXX_Unmarshal ¶
type PromoButton ¶
type PromoButton struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Link string `protobuf:"bytes,2,opt,name=link,proto3" json:"link,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PromoButton) Descriptor ¶
func (*PromoButton) Descriptor() ([]byte, []int)
func (*PromoButton) GetLink ¶
func (m *PromoButton) GetLink() string
func (*PromoButton) GetName ¶
func (m *PromoButton) GetName() string
func (*PromoButton) ProtoMessage ¶
func (*PromoButton) ProtoMessage()
func (*PromoButton) Reset ¶
func (m *PromoButton) Reset()
func (*PromoButton) String ¶
func (m *PromoButton) String() string
func (*PromoButton) XXX_DiscardUnknown ¶
func (m *PromoButton) XXX_DiscardUnknown()
func (*PromoButton) XXX_Marshal ¶
func (m *PromoButton) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PromoButton) XXX_Merge ¶
func (m *PromoButton) XXX_Merge(src proto.Message)
func (*PromoButton) XXX_Size ¶
func (m *PromoButton) XXX_Size() int
func (*PromoButton) XXX_Unmarshal ¶
func (m *PromoButton) XXX_Unmarshal(b []byte) error
type PromoImage ¶
type PromoImage struct { Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` MimeType string `protobuf:"bytes,2,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PromoImage) Descriptor ¶
func (*PromoImage) Descriptor() ([]byte, []int)
func (*PromoImage) GetContent ¶
func (m *PromoImage) GetContent() string
func (*PromoImage) GetMimeType ¶
func (m *PromoImage) GetMimeType() string
func (*PromoImage) ProtoMessage ¶
func (*PromoImage) ProtoMessage()
func (*PromoImage) Reset ¶
func (m *PromoImage) Reset()
func (*PromoImage) String ¶
func (m *PromoImage) String() string
func (*PromoImage) XXX_DiscardUnknown ¶
func (m *PromoImage) XXX_DiscardUnknown()
func (*PromoImage) XXX_Marshal ¶
func (m *PromoImage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PromoImage) XXX_Merge ¶
func (m *PromoImage) XXX_Merge(src proto.Message)
func (*PromoImage) XXX_Size ¶
func (m *PromoImage) XXX_Size() int
func (*PromoImage) XXX_Unmarshal ¶
func (m *PromoImage) XXX_Unmarshal(b []byte) error
type PushNotificationRequest ¶
type PushNotificationRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserID int64 `protobuf:"varint,2,opt,name=userID,proto3" json:"userID,omitempty"` Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"` Message string `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"` SendAsMailIfNoTokenPresent bool `protobuf:"varint,5,opt,name=SendAsMailIfNoTokenPresent,proto3" json:"SendAsMailIfNoTokenPresent,omitempty"` Parameters []*NotificationParameter `protobuf:"bytes,6,rep,name=parameters,proto3" json:"parameters,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PushNotificationRequest) Descriptor ¶
func (*PushNotificationRequest) Descriptor() ([]byte, []int)
func (*PushNotificationRequest) GetBase ¶
func (m *PushNotificationRequest) GetBase() *BaseRequest
func (*PushNotificationRequest) GetMessage ¶
func (m *PushNotificationRequest) GetMessage() string
func (*PushNotificationRequest) GetParameters ¶
func (m *PushNotificationRequest) GetParameters() []*NotificationParameter
func (*PushNotificationRequest) GetSendAsMailIfNoTokenPresent ¶
func (m *PushNotificationRequest) GetSendAsMailIfNoTokenPresent() bool
func (*PushNotificationRequest) GetTitle ¶
func (m *PushNotificationRequest) GetTitle() string
func (*PushNotificationRequest) GetUserID ¶
func (m *PushNotificationRequest) GetUserID() int64
func (*PushNotificationRequest) ProtoMessage ¶
func (*PushNotificationRequest) ProtoMessage()
func (*PushNotificationRequest) Reset ¶
func (m *PushNotificationRequest) Reset()
func (*PushNotificationRequest) String ¶
func (m *PushNotificationRequest) String() string
func (*PushNotificationRequest) XXX_DiscardUnknown ¶
func (m *PushNotificationRequest) XXX_DiscardUnknown()
func (*PushNotificationRequest) XXX_Marshal ¶
func (m *PushNotificationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PushNotificationRequest) XXX_Merge ¶
func (dst *PushNotificationRequest) XXX_Merge(src proto.Message)
func (*PushNotificationRequest) XXX_Size ¶
func (m *PushNotificationRequest) XXX_Size() int
func (*PushNotificationRequest) XXX_Unmarshal ¶
func (m *PushNotificationRequest) XXX_Unmarshal(b []byte) error
type PushToken ¶
type PushToken struct { DeviceType DeviceType `protobuf:"varint,1,opt,name=device_type,json=deviceType,proto3,enum=pb.DeviceType" json:"device_type,omitempty"` PushToken string `protobuf:"bytes,2,opt,name=push_token,json=pushToken,proto3" json:"push_token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PushToken) Descriptor ¶
func (*PushToken) GetDeviceType ¶
func (m *PushToken) GetDeviceType() DeviceType
func (*PushToken) GetPushToken ¶
func (*PushToken) ProtoMessage ¶
func (*PushToken) ProtoMessage()
func (*PushToken) XXX_DiscardUnknown ¶
func (m *PushToken) XXX_DiscardUnknown()
func (*PushToken) XXX_Marshal ¶
func (*PushToken) XXX_Unmarshal ¶
type QrCodeResponse ¶
type QrCodeResponse struct { Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` Bitmap []byte `protobuf:"bytes,2,opt,name=bitmap,proto3" json:"bitmap,omitempty"` Secret string `protobuf:"bytes,3,opt,name=secret,proto3" json:"secret,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*QrCodeResponse) Descriptor ¶
func (*QrCodeResponse) Descriptor() ([]byte, []int)
func (*QrCodeResponse) GetBitmap ¶
func (m *QrCodeResponse) GetBitmap() []byte
func (*QrCodeResponse) GetSecret ¶
func (m *QrCodeResponse) GetSecret() string
func (*QrCodeResponse) GetUrl ¶
func (m *QrCodeResponse) GetUrl() string
func (*QrCodeResponse) ProtoMessage ¶
func (*QrCodeResponse) ProtoMessage()
func (*QrCodeResponse) Reset ¶
func (m *QrCodeResponse) Reset()
func (*QrCodeResponse) String ¶
func (m *QrCodeResponse) String() string
func (*QrCodeResponse) XXX_DiscardUnknown ¶
func (m *QrCodeResponse) XXX_DiscardUnknown()
func (*QrCodeResponse) XXX_Marshal ¶
func (m *QrCodeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QrCodeResponse) XXX_Merge ¶
func (m *QrCodeResponse) XXX_Merge(src proto.Message)
func (*QrCodeResponse) XXX_Size ¶
func (m *QrCodeResponse) XXX_Size() int
func (*QrCodeResponse) XXX_Unmarshal ¶
func (m *QrCodeResponse) XXX_Unmarshal(b []byte) error
type QueueMailNotificationRequest ¶
type QueueMailNotificationRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Content string `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"` Subject string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"` MailType EmailContentType `protobuf:"varint,5,opt,name=mail_type,json=mailType,proto3,enum=pb.EmailContentType" json:"mail_type,omitempty"` UserEmail string `protobuf:"bytes,6,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*QueueMailNotificationRequest) Descriptor ¶
func (*QueueMailNotificationRequest) Descriptor() ([]byte, []int)
func (*QueueMailNotificationRequest) GetBase ¶
func (m *QueueMailNotificationRequest) GetBase() *BaseRequest
func (*QueueMailNotificationRequest) GetContent ¶
func (m *QueueMailNotificationRequest) GetContent() string
func (*QueueMailNotificationRequest) GetMailType ¶
func (m *QueueMailNotificationRequest) GetMailType() EmailContentType
func (*QueueMailNotificationRequest) GetSubject ¶
func (m *QueueMailNotificationRequest) GetSubject() string
func (*QueueMailNotificationRequest) GetUserEmail ¶
func (m *QueueMailNotificationRequest) GetUserEmail() string
func (*QueueMailNotificationRequest) GetUserId ¶
func (m *QueueMailNotificationRequest) GetUserId() int64
func (*QueueMailNotificationRequest) ProtoMessage ¶
func (*QueueMailNotificationRequest) ProtoMessage()
func (*QueueMailNotificationRequest) Reset ¶
func (m *QueueMailNotificationRequest) Reset()
func (*QueueMailNotificationRequest) String ¶
func (m *QueueMailNotificationRequest) String() string
func (*QueueMailNotificationRequest) XXX_DiscardUnknown ¶
func (m *QueueMailNotificationRequest) XXX_DiscardUnknown()
func (*QueueMailNotificationRequest) XXX_Marshal ¶
func (m *QueueMailNotificationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueueMailNotificationRequest) XXX_Merge ¶
func (m *QueueMailNotificationRequest) XXX_Merge(src proto.Message)
func (*QueueMailNotificationRequest) XXX_Size ¶
func (m *QueueMailNotificationRequest) XXX_Size() int
func (*QueueMailNotificationRequest) XXX_Unmarshal ¶
func (m *QueueMailNotificationRequest) XXX_Unmarshal(b []byte) error
type QueuePushNotificationRequest ¶
type QueuePushNotificationRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` PushToken string `protobuf:"bytes,3,opt,name=push_token,json=pushToken,proto3" json:"push_token,omitempty"` Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"` DeviceType NotificationType `protobuf:"varint,5,opt,name=deviceType,proto3,enum=pb.NotificationType" json:"deviceType,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*QueuePushNotificationRequest) Descriptor ¶
func (*QueuePushNotificationRequest) Descriptor() ([]byte, []int)
func (*QueuePushNotificationRequest) GetBase ¶
func (m *QueuePushNotificationRequest) GetBase() *BaseRequest
func (*QueuePushNotificationRequest) GetContent ¶
func (m *QueuePushNotificationRequest) GetContent() string
func (*QueuePushNotificationRequest) GetDeviceType ¶
func (m *QueuePushNotificationRequest) GetDeviceType() NotificationType
func (*QueuePushNotificationRequest) GetPushToken ¶
func (m *QueuePushNotificationRequest) GetPushToken() string
func (*QueuePushNotificationRequest) GetUserId ¶
func (m *QueuePushNotificationRequest) GetUserId() int64
func (*QueuePushNotificationRequest) ProtoMessage ¶
func (*QueuePushNotificationRequest) ProtoMessage()
func (*QueuePushNotificationRequest) Reset ¶
func (m *QueuePushNotificationRequest) Reset()
func (*QueuePushNotificationRequest) String ¶
func (m *QueuePushNotificationRequest) String() string
func (*QueuePushNotificationRequest) XXX_DiscardUnknown ¶
func (m *QueuePushNotificationRequest) XXX_DiscardUnknown()
func (*QueuePushNotificationRequest) XXX_Marshal ¶
func (m *QueuePushNotificationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueuePushNotificationRequest) XXX_Merge ¶
func (m *QueuePushNotificationRequest) XXX_Merge(src proto.Message)
func (*QueuePushNotificationRequest) XXX_Size ¶
func (m *QueuePushNotificationRequest) XXX_Size() int
func (*QueuePushNotificationRequest) XXX_Unmarshal ¶
func (m *QueuePushNotificationRequest) XXX_Unmarshal(b []byte) error
type RemovePaymentTemplateRequest ¶
type RemovePaymentTemplateRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` UserId int64 `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RemovePaymentTemplateRequest) Descriptor ¶
func (*RemovePaymentTemplateRequest) Descriptor() ([]byte, []int)
func (*RemovePaymentTemplateRequest) GetBase ¶
func (m *RemovePaymentTemplateRequest) GetBase() *BaseRequest
func (*RemovePaymentTemplateRequest) GetId ¶
func (m *RemovePaymentTemplateRequest) GetId() int64
func (*RemovePaymentTemplateRequest) GetUserId ¶
func (m *RemovePaymentTemplateRequest) GetUserId() int64
func (*RemovePaymentTemplateRequest) ProtoMessage ¶
func (*RemovePaymentTemplateRequest) ProtoMessage()
func (*RemovePaymentTemplateRequest) Reset ¶
func (m *RemovePaymentTemplateRequest) Reset()
func (*RemovePaymentTemplateRequest) String ¶
func (m *RemovePaymentTemplateRequest) String() string
func (*RemovePaymentTemplateRequest) XXX_DiscardUnknown ¶
func (m *RemovePaymentTemplateRequest) XXX_DiscardUnknown()
func (*RemovePaymentTemplateRequest) XXX_Marshal ¶
func (m *RemovePaymentTemplateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RemovePaymentTemplateRequest) XXX_Merge ¶
func (m *RemovePaymentTemplateRequest) XXX_Merge(src proto.Message)
func (*RemovePaymentTemplateRequest) XXX_Size ¶
func (m *RemovePaymentTemplateRequest) XXX_Size() int
func (*RemovePaymentTemplateRequest) XXX_Unmarshal ¶
func (m *RemovePaymentTemplateRequest) XXX_Unmarshal(b []byte) error
type RemoveWalletRequest ¶
type RemoveWalletRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` UserId int64 `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RemoveWalletRequest) Descriptor ¶
func (*RemoveWalletRequest) Descriptor() ([]byte, []int)
func (*RemoveWalletRequest) GetBase ¶
func (m *RemoveWalletRequest) GetBase() *BaseRequest
func (*RemoveWalletRequest) GetId ¶
func (m *RemoveWalletRequest) GetId() int64
func (*RemoveWalletRequest) GetUserId ¶
func (m *RemoveWalletRequest) GetUserId() int64
func (*RemoveWalletRequest) ProtoMessage ¶
func (*RemoveWalletRequest) ProtoMessage()
func (*RemoveWalletRequest) Reset ¶
func (m *RemoveWalletRequest) Reset()
func (*RemoveWalletRequest) String ¶
func (m *RemoveWalletRequest) String() string
func (*RemoveWalletRequest) XXX_DiscardUnknown ¶
func (m *RemoveWalletRequest) XXX_DiscardUnknown()
func (*RemoveWalletRequest) XXX_Marshal ¶
func (m *RemoveWalletRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RemoveWalletRequest) XXX_Merge ¶
func (m *RemoveWalletRequest) XXX_Merge(src proto.Message)
func (*RemoveWalletRequest) XXX_Size ¶
func (m *RemoveWalletRequest) XXX_Size() int
func (*RemoveWalletRequest) XXX_Unmarshal ¶
func (m *RemoveWalletRequest) XXX_Unmarshal(b []byte) error
type SSEClearSourceReciversRequest ¶
type SSEClearSourceReciversRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` SourceReciver string `protobuf:"bytes,2,opt,name=source_reciver,json=sourceReciver,proto3" json:"source_reciver,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SSEClearSourceReciversRequest) Descriptor ¶
func (*SSEClearSourceReciversRequest) Descriptor() ([]byte, []int)
func (*SSEClearSourceReciversRequest) GetBase ¶
func (m *SSEClearSourceReciversRequest) GetBase() *BaseRequest
func (*SSEClearSourceReciversRequest) GetSourceReciver ¶
func (m *SSEClearSourceReciversRequest) GetSourceReciver() string
func (*SSEClearSourceReciversRequest) ProtoMessage ¶
func (*SSEClearSourceReciversRequest) ProtoMessage()
func (*SSEClearSourceReciversRequest) Reset ¶
func (m *SSEClearSourceReciversRequest) Reset()
func (*SSEClearSourceReciversRequest) String ¶
func (m *SSEClearSourceReciversRequest) String() string
func (*SSEClearSourceReciversRequest) XXX_DiscardUnknown ¶
func (m *SSEClearSourceReciversRequest) XXX_DiscardUnknown()
func (*SSEClearSourceReciversRequest) XXX_Marshal ¶
func (m *SSEClearSourceReciversRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SSEClearSourceReciversRequest) XXX_Merge ¶
func (m *SSEClearSourceReciversRequest) XXX_Merge(src proto.Message)
func (*SSEClearSourceReciversRequest) XXX_Size ¶
func (m *SSEClearSourceReciversRequest) XXX_Size() int
func (*SSEClearSourceReciversRequest) XXX_Unmarshal ¶
func (m *SSEClearSourceReciversRequest) XXX_Unmarshal(b []byte) error
type SSEGetData ¶
type SSEGetData struct { SourceReceiver string `protobuf:"bytes,2,opt,name=source_receiver,json=sourceReceiver,proto3" json:"source_receiver,omitempty"` StellarAccount string `protobuf:"bytes,3,opt,name=stellar_account,json=stellarAccount,proto3" json:"stellar_account,omitempty"` OperationType int64 `protobuf:"varint,4,opt,name=operation_type,json=operationType,proto3" json:"operation_type,omitempty"` OperationData string `protobuf:"bytes,5,opt,name=operation_data,json=operationData,proto3" json:"operation_data,omitempty"` TransactionId int64 `protobuf:"varint,6,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` OperationId int64 `protobuf:"varint,7,opt,name=operation_id,json=operationId,proto3" json:"operation_id,omitempty"` LedgerId int64 `protobuf:"varint,8,opt,name=ledger_id,json=ledgerId,proto3" json:"ledger_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SSEGetData) Descriptor ¶
func (*SSEGetData) Descriptor() ([]byte, []int)
func (*SSEGetData) GetLedgerId ¶
func (m *SSEGetData) GetLedgerId() int64
func (*SSEGetData) GetOperationData ¶
func (m *SSEGetData) GetOperationData() string
func (*SSEGetData) GetOperationId ¶
func (m *SSEGetData) GetOperationId() int64
func (*SSEGetData) GetOperationType ¶
func (m *SSEGetData) GetOperationType() int64
func (*SSEGetData) GetSourceReceiver ¶
func (m *SSEGetData) GetSourceReceiver() string
func (*SSEGetData) GetStellarAccount ¶
func (m *SSEGetData) GetStellarAccount() string
func (*SSEGetData) GetTransactionId ¶
func (m *SSEGetData) GetTransactionId() int64
func (*SSEGetData) ProtoMessage ¶
func (*SSEGetData) ProtoMessage()
func (*SSEGetData) Reset ¶
func (m *SSEGetData) Reset()
func (*SSEGetData) String ¶
func (m *SSEGetData) String() string
func (*SSEGetData) XXX_DiscardUnknown ¶
func (m *SSEGetData) XXX_DiscardUnknown()
func (*SSEGetData) XXX_Marshal ¶
func (m *SSEGetData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SSEGetData) XXX_Merge ¶
func (m *SSEGetData) XXX_Merge(src proto.Message)
func (*SSEGetData) XXX_Size ¶
func (m *SSEGetData) XXX_Size() int
func (*SSEGetData) XXX_Unmarshal ¶
func (m *SSEGetData) XXX_Unmarshal(b []byte) error
type SSEGetDataRequest ¶
type SSEGetDataRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` SourceReciver string `protobuf:"bytes,2,opt,name=source_reciver,json=sourceReciver,proto3" json:"source_reciver,omitempty"` Count int64 `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SSEGetDataRequest) Descriptor ¶
func (*SSEGetDataRequest) Descriptor() ([]byte, []int)
func (*SSEGetDataRequest) GetBase ¶
func (m *SSEGetDataRequest) GetBase() *BaseRequest
func (*SSEGetDataRequest) GetCount ¶
func (m *SSEGetDataRequest) GetCount() int64
func (*SSEGetDataRequest) GetSourceReciver ¶
func (m *SSEGetDataRequest) GetSourceReciver() string
func (*SSEGetDataRequest) ProtoMessage ¶
func (*SSEGetDataRequest) ProtoMessage()
func (*SSEGetDataRequest) Reset ¶
func (m *SSEGetDataRequest) Reset()
func (*SSEGetDataRequest) String ¶
func (m *SSEGetDataRequest) String() string
func (*SSEGetDataRequest) XXX_DiscardUnknown ¶
func (m *SSEGetDataRequest) XXX_DiscardUnknown()
func (*SSEGetDataRequest) XXX_Marshal ¶
func (m *SSEGetDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SSEGetDataRequest) XXX_Merge ¶
func (m *SSEGetDataRequest) XXX_Merge(src proto.Message)
func (*SSEGetDataRequest) XXX_Size ¶
func (m *SSEGetDataRequest) XXX_Size() int
func (*SSEGetDataRequest) XXX_Unmarshal ¶
func (m *SSEGetDataRequest) XXX_Unmarshal(b []byte) error
type SSEGetDataResponse ¶
type SSEGetDataResponse struct { Data []*SSEGetData `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SSEGetDataResponse) Descriptor ¶
func (*SSEGetDataResponse) Descriptor() ([]byte, []int)
func (*SSEGetDataResponse) GetData ¶
func (m *SSEGetDataResponse) GetData() []*SSEGetData
func (*SSEGetDataResponse) ProtoMessage ¶
func (*SSEGetDataResponse) ProtoMessage()
func (*SSEGetDataResponse) Reset ¶
func (m *SSEGetDataResponse) Reset()
func (*SSEGetDataResponse) String ¶
func (m *SSEGetDataResponse) String() string
func (*SSEGetDataResponse) XXX_DiscardUnknown ¶
func (m *SSEGetDataResponse) XXX_DiscardUnknown()
func (*SSEGetDataResponse) XXX_Marshal ¶
func (m *SSEGetDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SSEGetDataResponse) XXX_Merge ¶
func (m *SSEGetDataResponse) XXX_Merge(src proto.Message)
func (*SSEGetDataResponse) XXX_Size ¶
func (m *SSEGetDataResponse) XXX_Size() int
func (*SSEGetDataResponse) XXX_Unmarshal ¶
func (m *SSEGetDataResponse) XXX_Unmarshal(b []byte) error
type SSEListenForRequest ¶
type SSEListenForRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` OpTypes int64 `protobuf:"varint,2,opt,name=op_types,json=opTypes,proto3" json:"op_types,omitempty"` SourceReciver string `protobuf:"bytes,3,opt,name=source_reciver,json=sourceReciver,proto3" json:"source_reciver,omitempty"` StellarAccount string `protobuf:"bytes,4,opt,name=stellar_account,json=stellarAccount,proto3" json:"stellar_account,omitempty"` WithResume bool `protobuf:"varint,5,opt,name=with_resume,json=withResume,proto3" json:"with_resume,omitempty"` ReturnData bool `protobuf:"varint,6,opt,name=return_data,json=returnData,proto3" json:"return_data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SSEListenForRequest) Descriptor ¶
func (*SSEListenForRequest) Descriptor() ([]byte, []int)
func (*SSEListenForRequest) GetBase ¶
func (m *SSEListenForRequest) GetBase() *BaseRequest
func (*SSEListenForRequest) GetOpTypes ¶
func (m *SSEListenForRequest) GetOpTypes() int64
func (*SSEListenForRequest) GetReturnData ¶
func (m *SSEListenForRequest) GetReturnData() bool
func (*SSEListenForRequest) GetSourceReciver ¶
func (m *SSEListenForRequest) GetSourceReciver() string
func (*SSEListenForRequest) GetStellarAccount ¶
func (m *SSEListenForRequest) GetStellarAccount() string
func (*SSEListenForRequest) GetWithResume ¶
func (m *SSEListenForRequest) GetWithResume() bool
func (*SSEListenForRequest) ProtoMessage ¶
func (*SSEListenForRequest) ProtoMessage()
func (*SSEListenForRequest) Reset ¶
func (m *SSEListenForRequest) Reset()
func (*SSEListenForRequest) String ¶
func (m *SSEListenForRequest) String() string
func (*SSEListenForRequest) XXX_DiscardUnknown ¶
func (m *SSEListenForRequest) XXX_DiscardUnknown()
func (*SSEListenForRequest) XXX_Marshal ¶
func (m *SSEListenForRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SSEListenForRequest) XXX_Merge ¶
func (m *SSEListenForRequest) XXX_Merge(src proto.Message)
func (*SSEListenForRequest) XXX_Size ¶
func (m *SSEListenForRequest) XXX_Size() int
func (*SSEListenForRequest) XXX_Unmarshal ¶
func (m *SSEListenForRequest) XXX_Unmarshal(b []byte) error
type SSERemoveListeningRequest ¶
type SSERemoveListeningRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` SourceReciver string `protobuf:"bytes,2,opt,name=source_reciver,json=sourceReciver,proto3" json:"source_reciver,omitempty"` StellarAccount string `protobuf:"bytes,3,opt,name=stellar_account,json=stellarAccount,proto3" json:"stellar_account,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SSERemoveListeningRequest) Descriptor ¶
func (*SSERemoveListeningRequest) Descriptor() ([]byte, []int)
func (*SSERemoveListeningRequest) GetBase ¶
func (m *SSERemoveListeningRequest) GetBase() *BaseRequest
func (*SSERemoveListeningRequest) GetSourceReciver ¶
func (m *SSERemoveListeningRequest) GetSourceReciver() string
func (*SSERemoveListeningRequest) GetStellarAccount ¶
func (m *SSERemoveListeningRequest) GetStellarAccount() string
func (*SSERemoveListeningRequest) ProtoMessage ¶
func (*SSERemoveListeningRequest) ProtoMessage()
func (*SSERemoveListeningRequest) Reset ¶
func (m *SSERemoveListeningRequest) Reset()
func (*SSERemoveListeningRequest) String ¶
func (m *SSERemoveListeningRequest) String() string
func (*SSERemoveListeningRequest) XXX_DiscardUnknown ¶
func (m *SSERemoveListeningRequest) XXX_DiscardUnknown()
func (*SSERemoveListeningRequest) XXX_Marshal ¶
func (m *SSERemoveListeningRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SSERemoveListeningRequest) XXX_Merge ¶
func (m *SSERemoveListeningRequest) XXX_Merge(src proto.Message)
func (*SSERemoveListeningRequest) XXX_Size ¶
func (m *SSERemoveListeningRequest) XXX_Size() int
func (*SSERemoveListeningRequest) XXX_Unmarshal ¶
func (m *SSERemoveListeningRequest) XXX_Unmarshal(b []byte) error
type SSEServiceClient ¶
type SSEServiceClient interface { ListenFor(ctx context.Context, in *SSEListenForRequest, opts ...grpc.CallOption) (*Empty, error) RemoveListening(ctx context.Context, in *SSERemoveListeningRequest, opts ...grpc.CallOption) (*Empty, error) ClearSourceRecivers(ctx context.Context, in *SSEClearSourceReciversRequest, opts ...grpc.CallOption) (*Empty, error) GetData(ctx context.Context, in *SSEGetDataRequest, opts ...grpc.CallOption) (*SSEGetDataResponse, error) }
SSEServiceClient is the client API for SSEService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewSSEServiceClient ¶
func NewSSEServiceClient(cc *grpc.ClientConn) SSEServiceClient
type SSEServiceServer ¶
type SSEServiceServer interface { ListenFor(context.Context, *SSEListenForRequest) (*Empty, error) RemoveListening(context.Context, *SSERemoveListeningRequest) (*Empty, error) ClearSourceRecivers(context.Context, *SSEClearSourceReciversRequest) (*Empty, error) GetData(context.Context, *SSEGetDataRequest) (*SSEGetDataResponse, error) }
SSEServiceServer is the server API for SSEService service.
type SalutationListResponse ¶
type SalutationListResponse struct { Salutation []string `protobuf:"bytes,1,rep,name=salutation,proto3" json:"salutation,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SalutationListResponse) Descriptor ¶
func (*SalutationListResponse) Descriptor() ([]byte, []int)
func (*SalutationListResponse) GetSalutation ¶
func (m *SalutationListResponse) GetSalutation() []string
func (*SalutationListResponse) ProtoMessage ¶
func (*SalutationListResponse) ProtoMessage()
func (*SalutationListResponse) Reset ¶
func (m *SalutationListResponse) Reset()
func (*SalutationListResponse) String ¶
func (m *SalutationListResponse) String() string
func (*SalutationListResponse) XXX_DiscardUnknown ¶
func (m *SalutationListResponse) XXX_DiscardUnknown()
func (*SalutationListResponse) XXX_Marshal ¶
func (m *SalutationListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SalutationListResponse) XXX_Merge ¶
func (m *SalutationListResponse) XXX_Merge(src proto.Message)
func (*SalutationListResponse) XXX_Size ¶
func (m *SalutationListResponse) XXX_Size() int
func (*SalutationListResponse) XXX_Unmarshal ¶
func (m *SalutationListResponse) XXX_Unmarshal(b []byte) error
type SaveMailRequest ¶
type SaveMailRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` MailFrom string `protobuf:"bytes,2,opt,name=mail_from,json=mailFrom,proto3" json:"mail_from,omitempty"` MailTo string `protobuf:"bytes,3,opt,name=mail_to,json=mailTo,proto3" json:"mail_to,omitempty"` MailSubject string `protobuf:"bytes,4,opt,name=mail_subject,json=mailSubject,proto3" json:"mail_subject,omitempty"` MailBody string `protobuf:"bytes,5,opt,name=mail_body,json=mailBody,proto3" json:"mail_body,omitempty"` ExternalStatus string `protobuf:"bytes,6,opt,name=external_status,json=externalStatus,proto3" json:"external_status,omitempty"` ExternalStatusId string `protobuf:"bytes,7,opt,name=external_status_id,json=externalStatusId,proto3" json:"external_status_id,omitempty"` InternalStatus int64 `protobuf:"varint,8,opt,name=internal_status,json=internalStatus,proto3" json:"internal_status,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SaveMailRequest) Descriptor ¶
func (*SaveMailRequest) Descriptor() ([]byte, []int)
func (*SaveMailRequest) GetBase ¶
func (m *SaveMailRequest) GetBase() *BaseRequest
func (*SaveMailRequest) GetExternalStatus ¶
func (m *SaveMailRequest) GetExternalStatus() string
func (*SaveMailRequest) GetExternalStatusId ¶
func (m *SaveMailRequest) GetExternalStatusId() string
func (*SaveMailRequest) GetInternalStatus ¶
func (m *SaveMailRequest) GetInternalStatus() int64
func (*SaveMailRequest) GetMailBody ¶
func (m *SaveMailRequest) GetMailBody() string
func (*SaveMailRequest) GetMailFrom ¶
func (m *SaveMailRequest) GetMailFrom() string
func (*SaveMailRequest) GetMailSubject ¶
func (m *SaveMailRequest) GetMailSubject() string
func (*SaveMailRequest) GetMailTo ¶
func (m *SaveMailRequest) GetMailTo() string
func (*SaveMailRequest) ProtoMessage ¶
func (*SaveMailRequest) ProtoMessage()
func (*SaveMailRequest) Reset ¶
func (m *SaveMailRequest) Reset()
func (*SaveMailRequest) String ¶
func (m *SaveMailRequest) String() string
func (*SaveMailRequest) XXX_DiscardUnknown ¶
func (m *SaveMailRequest) XXX_DiscardUnknown()
func (*SaveMailRequest) XXX_Marshal ¶
func (m *SaveMailRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SaveMailRequest) XXX_Merge ¶
func (m *SaveMailRequest) XXX_Merge(src proto.Message)
func (*SaveMailRequest) XXX_Size ¶
func (m *SaveMailRequest) XXX_Size() int
func (*SaveMailRequest) XXX_Unmarshal ¶
func (m *SaveMailRequest) XXX_Unmarshal(b []byte) error
type SendMailRequest ¶
type SendMailRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` From string `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"` To string `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"` ToMultiple []string `protobuf:"bytes,4,rep,name=to_multiple,json=toMultiple,proto3" json:"to_multiple,omitempty"` Subject string `protobuf:"bytes,5,opt,name=subject,proto3" json:"subject,omitempty"` Body string `protobuf:"bytes,6,opt,name=body,proto3" json:"body,omitempty"` IsHtml bool `protobuf:"varint,7,opt,name=is_html,json=isHtml,proto3" json:"is_html,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SendMailRequest) Descriptor ¶
func (*SendMailRequest) Descriptor() ([]byte, []int)
func (*SendMailRequest) GetBase ¶
func (m *SendMailRequest) GetBase() *BaseRequest
func (*SendMailRequest) GetBody ¶
func (m *SendMailRequest) GetBody() string
func (*SendMailRequest) GetFrom ¶
func (m *SendMailRequest) GetFrom() string
func (*SendMailRequest) GetIsHtml ¶
func (m *SendMailRequest) GetIsHtml() bool
func (*SendMailRequest) GetSubject ¶
func (m *SendMailRequest) GetSubject() string
func (*SendMailRequest) GetTo ¶
func (m *SendMailRequest) GetTo() string
func (*SendMailRequest) GetToMultiple ¶
func (m *SendMailRequest) GetToMultiple() []string
func (*SendMailRequest) ProtoMessage ¶
func (*SendMailRequest) ProtoMessage()
func (*SendMailRequest) Reset ¶
func (m *SendMailRequest) Reset()
func (*SendMailRequest) String ¶
func (m *SendMailRequest) String() string
func (*SendMailRequest) XXX_DiscardUnknown ¶
func (m *SendMailRequest) XXX_DiscardUnknown()
func (*SendMailRequest) XXX_Marshal ¶
func (m *SendMailRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SendMailRequest) XXX_Merge ¶
func (m *SendMailRequest) XXX_Merge(src proto.Message)
func (*SendMailRequest) XXX_Size ¶
func (m *SendMailRequest) XXX_Size() int
func (*SendMailRequest) XXX_Unmarshal ¶
func (m *SendMailRequest) XXX_Unmarshal(b []byte) error
type SetMailTokenRequest ¶
type SetMailTokenRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` MailConfirmationKey string `protobuf:"bytes,3,opt,name=mail_confirmation_key,json=mailConfirmationKey,proto3" json:"mail_confirmation_key,omitempty"` MailConfirmationExpiry int64 `` /* 130-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SetMailTokenRequest) Descriptor ¶
func (*SetMailTokenRequest) Descriptor() ([]byte, []int)
func (*SetMailTokenRequest) GetBase ¶
func (m *SetMailTokenRequest) GetBase() *BaseRequest
func (*SetMailTokenRequest) GetMailConfirmationExpiry ¶
func (m *SetMailTokenRequest) GetMailConfirmationExpiry() int64
func (*SetMailTokenRequest) GetMailConfirmationKey ¶
func (m *SetMailTokenRequest) GetMailConfirmationKey() string
func (*SetMailTokenRequest) GetUserId ¶
func (m *SetMailTokenRequest) GetUserId() int64
func (*SetMailTokenRequest) ProtoMessage ¶
func (*SetMailTokenRequest) ProtoMessage()
func (*SetMailTokenRequest) Reset ¶
func (m *SetMailTokenRequest) Reset()
func (*SetMailTokenRequest) String ¶
func (m *SetMailTokenRequest) String() string
func (*SetMailTokenRequest) XXX_DiscardUnknown ¶
func (m *SetMailTokenRequest) XXX_DiscardUnknown()
func (*SetMailTokenRequest) XXX_Marshal ¶
func (m *SetMailTokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SetMailTokenRequest) XXX_Merge ¶
func (m *SetMailTokenRequest) XXX_Merge(src proto.Message)
func (*SetMailTokenRequest) XXX_Size ¶
func (m *SetMailTokenRequest) XXX_Size() int
func (*SetMailTokenRequest) XXX_Unmarshal ¶
func (m *SetMailTokenRequest) XXX_Unmarshal(b []byte) error
type SetTempTfaSecretRequest ¶
type SetTempTfaSecretRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` TfaSecret string `protobuf:"bytes,3,opt,name=tfa_secret,json=tfaSecret,proto3" json:"tfa_secret,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SetTempTfaSecretRequest) Descriptor ¶
func (*SetTempTfaSecretRequest) Descriptor() ([]byte, []int)
func (*SetTempTfaSecretRequest) GetBase ¶
func (m *SetTempTfaSecretRequest) GetBase() *BaseRequest
func (*SetTempTfaSecretRequest) GetTfaSecret ¶
func (m *SetTempTfaSecretRequest) GetTfaSecret() string
func (*SetTempTfaSecretRequest) GetUserId ¶
func (m *SetTempTfaSecretRequest) GetUserId() int64
func (*SetTempTfaSecretRequest) ProtoMessage ¶
func (*SetTempTfaSecretRequest) ProtoMessage()
func (*SetTempTfaSecretRequest) Reset ¶
func (m *SetTempTfaSecretRequest) Reset()
func (*SetTempTfaSecretRequest) String ¶
func (m *SetTempTfaSecretRequest) String() string
func (*SetTempTfaSecretRequest) XXX_DiscardUnknown ¶
func (m *SetTempTfaSecretRequest) XXX_DiscardUnknown()
func (*SetTempTfaSecretRequest) XXX_Marshal ¶
func (m *SetTempTfaSecretRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SetTempTfaSecretRequest) XXX_Merge ¶
func (m *SetTempTfaSecretRequest) XXX_Merge(src proto.Message)
func (*SetTempTfaSecretRequest) XXX_Size ¶
func (m *SetTempTfaSecretRequest) XXX_Size() int
func (*SetTempTfaSecretRequest) XXX_Unmarshal ¶
func (m *SetTempTfaSecretRequest) XXX_Unmarshal(b []byte) error
type SetUserTfaConfirmedRequest ¶
type SetUserTfaConfirmedRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` TfaSecret string `protobuf:"bytes,3,opt,name=tfa_secret,json=tfaSecret,proto3" json:"tfa_secret,omitempty"` TfaQrcode []byte `protobuf:"bytes,4,opt,name=tfa_qrcode,json=tfaQrcode,proto3" json:"tfa_qrcode,omitempty"` TfaUrl string `protobuf:"bytes,5,opt,name=tfa_url,json=tfaUrl,proto3" json:"tfa_url,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SetUserTfaConfirmedRequest) Descriptor ¶
func (*SetUserTfaConfirmedRequest) Descriptor() ([]byte, []int)
func (*SetUserTfaConfirmedRequest) GetBase ¶
func (m *SetUserTfaConfirmedRequest) GetBase() *BaseRequest
func (*SetUserTfaConfirmedRequest) GetTfaQrcode ¶
func (m *SetUserTfaConfirmedRequest) GetTfaQrcode() []byte
func (*SetUserTfaConfirmedRequest) GetTfaSecret ¶
func (m *SetUserTfaConfirmedRequest) GetTfaSecret() string
func (*SetUserTfaConfirmedRequest) GetTfaUrl ¶
func (m *SetUserTfaConfirmedRequest) GetTfaUrl() string
func (*SetUserTfaConfirmedRequest) GetUserId ¶
func (m *SetUserTfaConfirmedRequest) GetUserId() int64
func (*SetUserTfaConfirmedRequest) ProtoMessage ¶
func (*SetUserTfaConfirmedRequest) ProtoMessage()
func (*SetUserTfaConfirmedRequest) Reset ¶
func (m *SetUserTfaConfirmedRequest) Reset()
func (*SetUserTfaConfirmedRequest) String ¶
func (m *SetUserTfaConfirmedRequest) String() string
func (*SetUserTfaConfirmedRequest) XXX_DiscardUnknown ¶
func (m *SetUserTfaConfirmedRequest) XXX_DiscardUnknown()
func (*SetUserTfaConfirmedRequest) XXX_Marshal ¶
func (m *SetUserTfaConfirmedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SetUserTfaConfirmedRequest) XXX_Merge ¶
func (m *SetUserTfaConfirmedRequest) XXX_Merge(src proto.Message)
func (*SetUserTfaConfirmedRequest) XXX_Size ¶
func (m *SetUserTfaConfirmedRequest) XXX_Size() int
func (*SetUserTfaConfirmedRequest) XXX_Unmarshal ¶
func (m *SetUserTfaConfirmedRequest) XXX_Unmarshal(b []byte) error
type StellarOperation ¶
type StellarOperation struct { TxTransactionHash string `protobuf:"bytes,1,opt,name=tx_transaction_hash,json=txTransactionHash,proto3" json:"tx_transaction_hash,omitempty"` TxCreatedAt int64 `protobuf:"varint,2,opt,name=tx_created_at,json=txCreatedAt,proto3" json:"tx_created_at,omitempty"` TxMemoType string `protobuf:"bytes,3,opt,name=tx_memo_type,json=txMemoType,proto3" json:"tx_memo_type,omitempty"` TxMemo string `protobuf:"bytes,4,opt,name=tx_memo,json=txMemo,proto3" json:"tx_memo,omitempty"` OpId int64 `protobuf:"varint,5,opt,name=op_id,json=opId,proto3" json:"op_id,omitempty"` OpApplicationOrder int64 `protobuf:"varint,6,opt,name=op_application_order,json=opApplicationOrder,proto3" json:"op_application_order,omitempty"` OpType int64 `protobuf:"varint,7,opt,name=op_type,json=opType,proto3" json:"op_type,omitempty"` OpDetails string `protobuf:"bytes,8,opt,name=op_details,json=opDetails,proto3" json:"op_details,omitempty"` TxOperationCount int64 `protobuf:"varint,9,opt,name=tx_operation_count,json=txOperationCount,proto3" json:"tx_operation_count,omitempty"` TxFeePaid int64 `protobuf:"varint,10,opt,name=tx_fee_paid,json=txFeePaid,proto3" json:"tx_fee_paid,omitempty"` TxAccount string `protobuf:"bytes,11,opt,name=tx_account,json=txAccount,proto3" json:"tx_account,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StellarOperation) Descriptor ¶
func (*StellarOperation) Descriptor() ([]byte, []int)
func (*StellarOperation) GetOpApplicationOrder ¶
func (m *StellarOperation) GetOpApplicationOrder() int64
func (*StellarOperation) GetOpDetails ¶
func (m *StellarOperation) GetOpDetails() string
func (*StellarOperation) GetOpId ¶
func (m *StellarOperation) GetOpId() int64
func (*StellarOperation) GetOpType ¶
func (m *StellarOperation) GetOpType() int64
func (*StellarOperation) GetTxAccount ¶
func (m *StellarOperation) GetTxAccount() string
func (*StellarOperation) GetTxCreatedAt ¶
func (m *StellarOperation) GetTxCreatedAt() int64
func (*StellarOperation) GetTxFeePaid ¶
func (m *StellarOperation) GetTxFeePaid() int64
func (*StellarOperation) GetTxMemo ¶
func (m *StellarOperation) GetTxMemo() string
func (*StellarOperation) GetTxMemoType ¶
func (m *StellarOperation) GetTxMemoType() string
func (*StellarOperation) GetTxOperationCount ¶
func (m *StellarOperation) GetTxOperationCount() int64
func (*StellarOperation) GetTxTransactionHash ¶
func (m *StellarOperation) GetTxTransactionHash() string
func (*StellarOperation) ProtoMessage ¶
func (*StellarOperation) ProtoMessage()
func (*StellarOperation) Reset ¶
func (m *StellarOperation) Reset()
func (*StellarOperation) String ¶
func (m *StellarOperation) String() string
func (*StellarOperation) XXX_DiscardUnknown ¶
func (m *StellarOperation) XXX_DiscardUnknown()
func (*StellarOperation) XXX_Marshal ¶
func (m *StellarOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StellarOperation) XXX_Merge ¶
func (m *StellarOperation) XXX_Merge(src proto.Message)
func (*StellarOperation) XXX_Size ¶
func (m *StellarOperation) XXX_Size() int
func (*StellarOperation) XXX_Unmarshal ¶
func (m *StellarOperation) XXX_Unmarshal(b []byte) error
type StellarOperations ¶
type StellarOperations struct { Operations []*StellarOperation `protobuf:"bytes,1,rep,name=operations,proto3" json:"operations,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StellarOperations) Descriptor ¶
func (*StellarOperations) Descriptor() ([]byte, []int)
func (*StellarOperations) GetOperations ¶
func (m *StellarOperations) GetOperations() []*StellarOperation
func (*StellarOperations) ProtoMessage ¶
func (*StellarOperations) ProtoMessage()
func (*StellarOperations) Reset ¶
func (m *StellarOperations) Reset()
func (*StellarOperations) String ¶
func (m *StellarOperations) String() string
func (*StellarOperations) XXX_DiscardUnknown ¶
func (m *StellarOperations) XXX_DiscardUnknown()
func (*StellarOperations) XXX_Marshal ¶
func (m *StellarOperations) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StellarOperations) XXX_Merge ¶
func (m *StellarOperations) XXX_Merge(src proto.Message)
func (*StellarOperations) XXX_Size ¶
func (m *StellarOperations) XXX_Size() int
func (*StellarOperations) XXX_Unmarshal ¶
func (m *StellarOperations) XXX_Unmarshal(b []byte) error
type StringResponse ¶
type StringResponse struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StringResponse) Descriptor ¶
func (*StringResponse) Descriptor() ([]byte, []int)
func (*StringResponse) GetValue ¶
func (m *StringResponse) GetValue() string
func (*StringResponse) ProtoMessage ¶
func (*StringResponse) ProtoMessage()
func (*StringResponse) Reset ¶
func (m *StringResponse) Reset()
func (*StringResponse) String ¶
func (m *StringResponse) String() string
func (*StringResponse) XXX_DiscardUnknown ¶
func (m *StringResponse) XXX_DiscardUnknown()
func (*StringResponse) XXX_Marshal ¶
func (m *StringResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StringResponse) XXX_Merge ¶
func (m *StringResponse) XXX_Merge(src proto.Message)
func (*StringResponse) XXX_Size ¶
func (m *StringResponse) XXX_Size() int
func (*StringResponse) XXX_Unmarshal ¶
func (m *StringResponse) XXX_Unmarshal(b []byte) error
type TestTransaction ¶
type TestTransaction struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` PaymentChannel string `protobuf:"bytes,2,opt,name=payment_channel,json=paymentChannel,proto3" json:"payment_channel,omitempty"` TxHash string `protobuf:"bytes,3,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"` RecipientAddress string `protobuf:"bytes,4,opt,name=recipient_address,json=recipientAddress,proto3" json:"recipient_address,omitempty"` DenomAmount int64 `protobuf:"varint,5,opt,name=denom_amount,json=denomAmount,proto3" json:"denom_amount,omitempty"` PaymentUsage string `protobuf:"bytes,6,opt,name=payment_usage,json=paymentUsage,proto3" json:"payment_usage,omitempty"` SenderAddress string `protobuf:"bytes,7,opt,name=sender_address,json=senderAddress,proto3" json:"sender_address,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TestTransaction) Descriptor ¶
func (*TestTransaction) Descriptor() ([]byte, []int)
func (*TestTransaction) GetBase ¶
func (m *TestTransaction) GetBase() *BaseRequest
func (*TestTransaction) GetDenomAmount ¶
func (m *TestTransaction) GetDenomAmount() int64
func (*TestTransaction) GetPaymentChannel ¶
func (m *TestTransaction) GetPaymentChannel() string
func (*TestTransaction) GetPaymentUsage ¶
func (m *TestTransaction) GetPaymentUsage() string
func (*TestTransaction) GetRecipientAddress ¶
func (m *TestTransaction) GetRecipientAddress() string
func (*TestTransaction) GetSenderAddress ¶
func (m *TestTransaction) GetSenderAddress() string
func (*TestTransaction) GetTxHash ¶
func (m *TestTransaction) GetTxHash() string
func (*TestTransaction) ProtoMessage ¶
func (*TestTransaction) ProtoMessage()
func (*TestTransaction) Reset ¶
func (m *TestTransaction) Reset()
func (*TestTransaction) String ¶
func (m *TestTransaction) String() string
func (*TestTransaction) XXX_DiscardUnknown ¶
func (m *TestTransaction) XXX_DiscardUnknown()
func (*TestTransaction) XXX_Marshal ¶
func (m *TestTransaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TestTransaction) XXX_Merge ¶
func (m *TestTransaction) XXX_Merge(src proto.Message)
func (*TestTransaction) XXX_Size ¶
func (m *TestTransaction) XXX_Size() int
func (*TestTransaction) XXX_Unmarshal ¶
func (m *TestTransaction) XXX_Unmarshal(b []byte) error
type TwoFactorAuthServiceClient ¶
type TwoFactorAuthServiceClient interface { NewSecret(ctx context.Context, in *NewSecretRequest, opts ...grpc.CallOption) (*QrCodeResponse, error) FromSecret(ctx context.Context, in *FromSecretRequest, opts ...grpc.CallOption) (*QrCodeResponse, error) Authenticate(ctx context.Context, in *AuthenticateRequest, opts ...grpc.CallOption) (*AuthenticateResponse, error) }
TwoFactorAuthServiceClient is the client API for TwoFactorAuthService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewTwoFactorAuthServiceClient ¶
func NewTwoFactorAuthServiceClient(cc *grpc.ClientConn) TwoFactorAuthServiceClient
type TwoFactorAuthServiceServer ¶
type TwoFactorAuthServiceServer interface { NewSecret(context.Context, *NewSecretRequest) (*QrCodeResponse, error) FromSecret(context.Context, *FromSecretRequest) (*QrCodeResponse, error) Authenticate(context.Context, *AuthenticateRequest) (*AuthenticateResponse, error) }
TwoFactorAuthServiceServer is the server API for TwoFactorAuthService service.
type UpdateNotificationsStatusRequest ¶
type UpdateNotificationsStatusRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` Notifications []*NotificationArchive `protobuf:"bytes,2,rep,name=notifications,proto3" json:"notifications,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UpdateNotificationsStatusRequest) Descriptor ¶
func (*UpdateNotificationsStatusRequest) Descriptor() ([]byte, []int)
func (*UpdateNotificationsStatusRequest) GetBase ¶
func (m *UpdateNotificationsStatusRequest) GetBase() *BaseRequest
func (*UpdateNotificationsStatusRequest) GetNotifications ¶
func (m *UpdateNotificationsStatusRequest) GetNotifications() []*NotificationArchive
func (*UpdateNotificationsStatusRequest) ProtoMessage ¶
func (*UpdateNotificationsStatusRequest) ProtoMessage()
func (*UpdateNotificationsStatusRequest) Reset ¶
func (m *UpdateNotificationsStatusRequest) Reset()
func (*UpdateNotificationsStatusRequest) String ¶
func (m *UpdateNotificationsStatusRequest) String() string
func (*UpdateNotificationsStatusRequest) XXX_DiscardUnknown ¶
func (m *UpdateNotificationsStatusRequest) XXX_DiscardUnknown()
func (*UpdateNotificationsStatusRequest) XXX_Marshal ¶
func (m *UpdateNotificationsStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateNotificationsStatusRequest) XXX_Merge ¶
func (m *UpdateNotificationsStatusRequest) XXX_Merge(src proto.Message)
func (*UpdateNotificationsStatusRequest) XXX_Size ¶
func (m *UpdateNotificationsStatusRequest) XXX_Size() int
func (*UpdateNotificationsStatusRequest) XXX_Unmarshal ¶
func (m *UpdateNotificationsStatusRequest) XXX_Unmarshal(b []byte) error
type UpdateProfileShowMemoRequest ¶
type UpdateProfileShowMemoRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Value bool `protobuf:"varint,3,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UpdateProfileShowMemoRequest) Descriptor ¶
func (*UpdateProfileShowMemoRequest) Descriptor() ([]byte, []int)
func (*UpdateProfileShowMemoRequest) GetBase ¶
func (m *UpdateProfileShowMemoRequest) GetBase() *BaseRequest
func (*UpdateProfileShowMemoRequest) GetUserId ¶
func (m *UpdateProfileShowMemoRequest) GetUserId() int64
func (*UpdateProfileShowMemoRequest) GetValue ¶
func (m *UpdateProfileShowMemoRequest) GetValue() bool
func (*UpdateProfileShowMemoRequest) ProtoMessage ¶
func (*UpdateProfileShowMemoRequest) ProtoMessage()
func (*UpdateProfileShowMemoRequest) Reset ¶
func (m *UpdateProfileShowMemoRequest) Reset()
func (*UpdateProfileShowMemoRequest) String ¶
func (m *UpdateProfileShowMemoRequest) String() string
func (*UpdateProfileShowMemoRequest) XXX_DiscardUnknown ¶
func (m *UpdateProfileShowMemoRequest) XXX_DiscardUnknown()
func (*UpdateProfileShowMemoRequest) XXX_Marshal ¶
func (m *UpdateProfileShowMemoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateProfileShowMemoRequest) XXX_Merge ¶
func (m *UpdateProfileShowMemoRequest) XXX_Merge(src proto.Message)
func (*UpdateProfileShowMemoRequest) XXX_Size ¶
func (m *UpdateProfileShowMemoRequest) XXX_Size() int
func (*UpdateProfileShowMemoRequest) XXX_Unmarshal ¶
func (m *UpdateProfileShowMemoRequest) XXX_Unmarshal(b []byte) error
type UpdatePushTokenRequest ¶
type UpdatePushTokenRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` DeviceType DeviceType `protobuf:"varint,3,opt,name=device_type,json=deviceType,proto3,enum=pb.DeviceType" json:"device_type,omitempty"` OldPushToken string `protobuf:"bytes,4,opt,name=old_push_token,json=oldPushToken,proto3" json:"old_push_token,omitempty"` NewPushToken string `protobuf:"bytes,5,opt,name=new_push_token,json=newPushToken,proto3" json:"new_push_token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UpdatePushTokenRequest) Descriptor ¶
func (*UpdatePushTokenRequest) Descriptor() ([]byte, []int)
func (*UpdatePushTokenRequest) GetBase ¶
func (m *UpdatePushTokenRequest) GetBase() *BaseRequest
func (*UpdatePushTokenRequest) GetDeviceType ¶
func (m *UpdatePushTokenRequest) GetDeviceType() DeviceType
func (*UpdatePushTokenRequest) GetNewPushToken ¶
func (m *UpdatePushTokenRequest) GetNewPushToken() string
func (*UpdatePushTokenRequest) GetOldPushToken ¶
func (m *UpdatePushTokenRequest) GetOldPushToken() string
func (*UpdatePushTokenRequest) GetUserId ¶
func (m *UpdatePushTokenRequest) GetUserId() int64
func (*UpdatePushTokenRequest) ProtoMessage ¶
func (*UpdatePushTokenRequest) ProtoMessage()
func (*UpdatePushTokenRequest) Reset ¶
func (m *UpdatePushTokenRequest) Reset()
func (*UpdatePushTokenRequest) String ¶
func (m *UpdatePushTokenRequest) String() string
func (*UpdatePushTokenRequest) XXX_DiscardUnknown ¶
func (m *UpdatePushTokenRequest) XXX_DiscardUnknown()
func (*UpdatePushTokenRequest) XXX_Marshal ¶
func (m *UpdatePushTokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdatePushTokenRequest) XXX_Merge ¶
func (m *UpdatePushTokenRequest) XXX_Merge(src proto.Message)
func (*UpdatePushTokenRequest) XXX_Size ¶
func (m *UpdatePushTokenRequest) XXX_Size() int
func (*UpdatePushTokenRequest) XXX_Unmarshal ¶
func (m *UpdatePushTokenRequest) XXX_Unmarshal(b []byte) error
type UpdateUserContactRequest ¶
type UpdateUserContactRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` ContactName string `protobuf:"bytes,3,opt,name=contact_name,json=contactName,proto3" json:"contact_name,omitempty"` StellarAddress string `protobuf:"bytes,4,opt,name=stellar_address,json=stellarAddress,proto3" json:"stellar_address,omitempty"` PublicKey string `protobuf:"bytes,5,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UpdateUserContactRequest) Descriptor ¶
func (*UpdateUserContactRequest) Descriptor() ([]byte, []int)
func (*UpdateUserContactRequest) GetBase ¶
func (m *UpdateUserContactRequest) GetBase() *BaseRequest
func (*UpdateUserContactRequest) GetContactName ¶
func (m *UpdateUserContactRequest) GetContactName() string
func (*UpdateUserContactRequest) GetId ¶
func (m *UpdateUserContactRequest) GetId() int64
func (*UpdateUserContactRequest) GetPublicKey ¶
func (m *UpdateUserContactRequest) GetPublicKey() string
func (*UpdateUserContactRequest) GetStellarAddress ¶
func (m *UpdateUserContactRequest) GetStellarAddress() string
func (*UpdateUserContactRequest) ProtoMessage ¶
func (*UpdateUserContactRequest) ProtoMessage()
func (*UpdateUserContactRequest) Reset ¶
func (m *UpdateUserContactRequest) Reset()
func (*UpdateUserContactRequest) String ¶
func (m *UpdateUserContactRequest) String() string
func (*UpdateUserContactRequest) XXX_DiscardUnknown ¶
func (m *UpdateUserContactRequest) XXX_DiscardUnknown()
func (*UpdateUserContactRequest) XXX_Marshal ¶
func (m *UpdateUserContactRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateUserContactRequest) XXX_Merge ¶
func (m *UpdateUserContactRequest) XXX_Merge(src proto.Message)
func (*UpdateUserContactRequest) XXX_Size ¶
func (m *UpdateUserContactRequest) XXX_Size() int
func (*UpdateUserContactRequest) XXX_Unmarshal ¶
func (m *UpdateUserContactRequest) XXX_Unmarshal(b []byte) error
type UpdateUserProfileRequest ¶
type UpdateUserProfileRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` Forename string `protobuf:"bytes,3,opt,name=forename,proto3" json:"forename,omitempty"` Lastname string `protobuf:"bytes,4,opt,name=lastname,proto3" json:"lastname,omitempty"` Salutation string `protobuf:"bytes,5,opt,name=salutation,proto3" json:"salutation,omitempty"` Address string `protobuf:"bytes,6,opt,name=address,proto3" json:"address,omitempty"` ZipCode string `protobuf:"bytes,7,opt,name=zip_code,json=zipCode,proto3" json:"zip_code,omitempty"` City string `protobuf:"bytes,8,opt,name=city,proto3" json:"city,omitempty"` State string `protobuf:"bytes,9,opt,name=state,proto3" json:"state,omitempty"` CountryCode string `protobuf:"bytes,10,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"` Nationality string `protobuf:"bytes,11,opt,name=nationality,proto3" json:"nationality,omitempty"` MobileNr string `protobuf:"bytes,12,opt,name=mobile_nr,json=mobileNr,proto3" json:"mobile_nr,omitempty"` BirthDay int64 `protobuf:"varint,13,opt,name=birth_day,json=birthDay,proto3" json:"birth_day,omitempty"` BirthPlace string `protobuf:"bytes,14,opt,name=birth_place,json=birthPlace,proto3" json:"birth_place,omitempty"` AdditionalName string `protobuf:"bytes,15,opt,name=additional_name,json=additionalName,proto3" json:"additional_name,omitempty"` BirthCountryCode string `protobuf:"bytes,16,opt,name=birth_country_code,json=birthCountryCode,proto3" json:"birth_country_code,omitempty"` BankAccountNumber string `protobuf:"bytes,17,opt,name=bank_account_number,json=bankAccountNumber,proto3" json:"bank_account_number,omitempty"` BankNumber string `protobuf:"bytes,18,opt,name=bank_number,json=bankNumber,proto3" json:"bank_number,omitempty"` BankPhoneNumber string `protobuf:"bytes,19,opt,name=bank_phone_number,json=bankPhoneNumber,proto3" json:"bank_phone_number,omitempty"` TaxId string `protobuf:"bytes,20,opt,name=tax_id,json=taxId,proto3" json:"tax_id,omitempty"` TaxIdName string `protobuf:"bytes,21,opt,name=tax_id_name,json=taxIdName,proto3" json:"tax_id_name,omitempty"` OccupationName string `protobuf:"bytes,22,opt,name=occupation_name,json=occupationName,proto3" json:"occupation_name,omitempty"` OccupationCode08 string `protobuf:"bytes,23,opt,name=occupation_code08,json=occupationCode08,proto3" json:"occupation_code08,omitempty"` OccupationCode88 string `protobuf:"bytes,24,opt,name=occupation_code88,json=occupationCode88,proto3" json:"occupation_code88,omitempty"` EmployerName string `protobuf:"bytes,25,opt,name=employer_name,json=employerName,proto3" json:"employer_name,omitempty"` EmployerAddress string `protobuf:"bytes,26,opt,name=employer_address,json=employerAddress,proto3" json:"employer_address,omitempty"` LanguageCode string `protobuf:"bytes,27,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UpdateUserProfileRequest) Descriptor ¶
func (*UpdateUserProfileRequest) Descriptor() ([]byte, []int)
func (*UpdateUserProfileRequest) GetAdditionalName ¶
func (m *UpdateUserProfileRequest) GetAdditionalName() string
func (*UpdateUserProfileRequest) GetAddress ¶
func (m *UpdateUserProfileRequest) GetAddress() string
func (*UpdateUserProfileRequest) GetBankAccountNumber ¶
func (m *UpdateUserProfileRequest) GetBankAccountNumber() string
func (*UpdateUserProfileRequest) GetBankNumber ¶
func (m *UpdateUserProfileRequest) GetBankNumber() string
func (*UpdateUserProfileRequest) GetBankPhoneNumber ¶
func (m *UpdateUserProfileRequest) GetBankPhoneNumber() string
func (*UpdateUserProfileRequest) GetBase ¶
func (m *UpdateUserProfileRequest) GetBase() *BaseRequest
func (*UpdateUserProfileRequest) GetBirthCountryCode ¶
func (m *UpdateUserProfileRequest) GetBirthCountryCode() string
func (*UpdateUserProfileRequest) GetBirthDay ¶
func (m *UpdateUserProfileRequest) GetBirthDay() int64
func (*UpdateUserProfileRequest) GetBirthPlace ¶
func (m *UpdateUserProfileRequest) GetBirthPlace() string
func (*UpdateUserProfileRequest) GetCity ¶
func (m *UpdateUserProfileRequest) GetCity() string
func (*UpdateUserProfileRequest) GetCountryCode ¶
func (m *UpdateUserProfileRequest) GetCountryCode() string
func (*UpdateUserProfileRequest) GetEmployerAddress ¶
func (m *UpdateUserProfileRequest) GetEmployerAddress() string
func (*UpdateUserProfileRequest) GetEmployerName ¶
func (m *UpdateUserProfileRequest) GetEmployerName() string
func (*UpdateUserProfileRequest) GetForename ¶
func (m *UpdateUserProfileRequest) GetForename() string
func (*UpdateUserProfileRequest) GetId ¶
func (m *UpdateUserProfileRequest) GetId() int64
func (*UpdateUserProfileRequest) GetLanguageCode ¶
func (m *UpdateUserProfileRequest) GetLanguageCode() string
func (*UpdateUserProfileRequest) GetLastname ¶
func (m *UpdateUserProfileRequest) GetLastname() string
func (*UpdateUserProfileRequest) GetMobileNr ¶
func (m *UpdateUserProfileRequest) GetMobileNr() string
func (*UpdateUserProfileRequest) GetNationality ¶
func (m *UpdateUserProfileRequest) GetNationality() string
func (*UpdateUserProfileRequest) GetOccupationCode08 ¶
func (m *UpdateUserProfileRequest) GetOccupationCode08() string
func (*UpdateUserProfileRequest) GetOccupationCode88 ¶
func (m *UpdateUserProfileRequest) GetOccupationCode88() string
func (*UpdateUserProfileRequest) GetOccupationName ¶
func (m *UpdateUserProfileRequest) GetOccupationName() string
func (*UpdateUserProfileRequest) GetSalutation ¶
func (m *UpdateUserProfileRequest) GetSalutation() string
func (*UpdateUserProfileRequest) GetState ¶
func (m *UpdateUserProfileRequest) GetState() string
func (*UpdateUserProfileRequest) GetTaxId ¶
func (m *UpdateUserProfileRequest) GetTaxId() string
func (*UpdateUserProfileRequest) GetTaxIdName ¶
func (m *UpdateUserProfileRequest) GetTaxIdName() string
func (*UpdateUserProfileRequest) GetZipCode ¶
func (m *UpdateUserProfileRequest) GetZipCode() string
func (*UpdateUserProfileRequest) ProtoMessage ¶
func (*UpdateUserProfileRequest) ProtoMessage()
func (*UpdateUserProfileRequest) Reset ¶
func (m *UpdateUserProfileRequest) Reset()
func (*UpdateUserProfileRequest) String ¶
func (m *UpdateUserProfileRequest) String() string
func (*UpdateUserProfileRequest) XXX_DiscardUnknown ¶
func (m *UpdateUserProfileRequest) XXX_DiscardUnknown()
func (*UpdateUserProfileRequest) XXX_Marshal ¶
func (m *UpdateUserProfileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateUserProfileRequest) XXX_Merge ¶
func (m *UpdateUserProfileRequest) XXX_Merge(src proto.Message)
func (*UpdateUserProfileRequest) XXX_Size ¶
func (m *UpdateUserProfileRequest) XXX_Size() int
func (*UpdateUserProfileRequest) XXX_Unmarshal ¶
func (m *UpdateUserProfileRequest) XXX_Unmarshal(b []byte) error
type UserContact ¶
type UserContact struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` ContactName string `protobuf:"bytes,2,opt,name=contact_name,json=contactName,proto3" json:"contact_name,omitempty"` StellarAddress string `protobuf:"bytes,3,opt,name=stellar_address,json=stellarAddress,proto3" json:"stellar_address,omitempty"` PublicKey string `protobuf:"bytes,4,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UserContact) Descriptor ¶
func (*UserContact) Descriptor() ([]byte, []int)
func (*UserContact) GetContactName ¶
func (m *UserContact) GetContactName() string
func (*UserContact) GetId ¶
func (m *UserContact) GetId() int64
func (*UserContact) GetPublicKey ¶
func (m *UserContact) GetPublicKey() string
func (*UserContact) GetStellarAddress ¶
func (m *UserContact) GetStellarAddress() string
func (*UserContact) ProtoMessage ¶
func (*UserContact) ProtoMessage()
func (*UserContact) Reset ¶
func (m *UserContact) Reset()
func (*UserContact) String ¶
func (m *UserContact) String() string
func (*UserContact) XXX_DiscardUnknown ¶
func (m *UserContact) XXX_DiscardUnknown()
func (*UserContact) XXX_Marshal ¶
func (m *UserContact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UserContact) XXX_Merge ¶
func (m *UserContact) XXX_Merge(src proto.Message)
func (*UserContact) XXX_Size ¶
func (m *UserContact) XXX_Size() int
func (*UserContact) XXX_Unmarshal ¶
func (m *UserContact) XXX_Unmarshal(b []byte) error
type UserDetailsResponse ¶
type UserDetailsResponse struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` MailConfirmed bool `protobuf:"varint,2,opt,name=mail_confirmed,json=mailConfirmed,proto3" json:"mail_confirmed,omitempty"` MailConfirmationKey string `protobuf:"bytes,3,opt,name=mail_confirmation_key,json=mailConfirmationKey,proto3" json:"mail_confirmation_key,omitempty"` MailConfirmationExpiry int64 `` /* 130-byte string literal not displayed */ TfaSecret string `protobuf:"bytes,5,opt,name=tfa_secret,json=tfaSecret,proto3" json:"tfa_secret,omitempty"` TfaConfirmed bool `protobuf:"varint,6,opt,name=tfa_confirmed,json=tfaConfirmed,proto3" json:"tfa_confirmed,omitempty"` MnemonicConfirmed bool `protobuf:"varint,7,opt,name=mnemonic_confirmed,json=mnemonicConfirmed,proto3" json:"mnemonic_confirmed,omitempty"` Email string `protobuf:"bytes,9,opt,name=email,proto3" json:"email,omitempty"` MessageCount int64 `protobuf:"varint,10,opt,name=message_count,json=messageCount,proto3" json:"message_count,omitempty"` UserNotFound bool `protobuf:"varint,11,opt,name=user_not_found,json=userNotFound,proto3" json:"user_not_found,omitempty"` TfaTempSecret string `protobuf:"bytes,12,opt,name=tfa_temp_secret,json=tfaTempSecret,proto3" json:"tfa_temp_secret,omitempty"` Reset2FaByAdmin bool `protobuf:"varint,13,opt,name=reset2fa_by_admin,json=reset2faByAdmin,proto3" json:"reset2fa_by_admin,omitempty"` PublicKey_0 string `protobuf:"bytes,14,opt,name=public_key_0,json=publicKey0,proto3" json:"public_key_0,omitempty"` PaymentState string `protobuf:"bytes,15,opt,name=payment_state,json=paymentState,proto3" json:"payment_state,omitempty"` MailNotifications bool `protobuf:"varint,16,opt,name=mail_notifications,json=mailNotifications,proto3" json:"mail_notifications,omitempty"` IsSuspended bool `protobuf:"varint,17,opt,name=is_suspended,json=isSuspended,proto3" json:"is_suspended,omitempty"` IsClosed bool `protobuf:"varint,18,opt,name=is_closed,json=isClosed,proto3" json:"is_closed,omitempty"` ShowMemos bool `protobuf:"varint,19,opt,name=show_memos,json=showMemos,proto3" json:"show_memos,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UserDetailsResponse) Descriptor ¶
func (*UserDetailsResponse) Descriptor() ([]byte, []int)
func (*UserDetailsResponse) GetEmail ¶
func (m *UserDetailsResponse) GetEmail() string
func (*UserDetailsResponse) GetId ¶
func (m *UserDetailsResponse) GetId() int64
func (*UserDetailsResponse) GetIsClosed ¶
func (m *UserDetailsResponse) GetIsClosed() bool
func (*UserDetailsResponse) GetIsSuspended ¶
func (m *UserDetailsResponse) GetIsSuspended() bool
func (*UserDetailsResponse) GetMailConfirmationExpiry ¶
func (m *UserDetailsResponse) GetMailConfirmationExpiry() int64
func (*UserDetailsResponse) GetMailConfirmationKey ¶
func (m *UserDetailsResponse) GetMailConfirmationKey() string
func (*UserDetailsResponse) GetMailConfirmed ¶
func (m *UserDetailsResponse) GetMailConfirmed() bool
func (*UserDetailsResponse) GetMailNotifications ¶
func (m *UserDetailsResponse) GetMailNotifications() bool
func (*UserDetailsResponse) GetMessageCount ¶
func (m *UserDetailsResponse) GetMessageCount() int64
func (*UserDetailsResponse) GetMnemonicConfirmed ¶
func (m *UserDetailsResponse) GetMnemonicConfirmed() bool
func (*UserDetailsResponse) GetPaymentState ¶
func (m *UserDetailsResponse) GetPaymentState() string
func (*UserDetailsResponse) GetPublicKey_0 ¶
func (m *UserDetailsResponse) GetPublicKey_0() string
func (*UserDetailsResponse) GetReset2FaByAdmin ¶
func (m *UserDetailsResponse) GetReset2FaByAdmin() bool
func (*UserDetailsResponse) GetShowMemos ¶
func (m *UserDetailsResponse) GetShowMemos() bool
func (*UserDetailsResponse) GetTfaConfirmed ¶
func (m *UserDetailsResponse) GetTfaConfirmed() bool
func (*UserDetailsResponse) GetTfaSecret ¶
func (m *UserDetailsResponse) GetTfaSecret() string
func (*UserDetailsResponse) GetTfaTempSecret ¶
func (m *UserDetailsResponse) GetTfaTempSecret() string
func (*UserDetailsResponse) GetUserNotFound ¶
func (m *UserDetailsResponse) GetUserNotFound() bool
func (*UserDetailsResponse) ProtoMessage ¶
func (*UserDetailsResponse) ProtoMessage()
func (*UserDetailsResponse) Reset ¶
func (m *UserDetailsResponse) Reset()
func (*UserDetailsResponse) String ¶
func (m *UserDetailsResponse) String() string
func (*UserDetailsResponse) XXX_DiscardUnknown ¶
func (m *UserDetailsResponse) XXX_DiscardUnknown()
func (*UserDetailsResponse) XXX_Marshal ¶
func (m *UserDetailsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UserDetailsResponse) XXX_Merge ¶
func (m *UserDetailsResponse) XXX_Merge(src proto.Message)
func (*UserDetailsResponse) XXX_Size ¶
func (m *UserDetailsResponse) XXX_Size() int
func (*UserDetailsResponse) XXX_Unmarshal ¶
func (m *UserDetailsResponse) XXX_Unmarshal(b []byte) error
type UserLockinRequest ¶
type UserLockinRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UserLockinRequest) Descriptor ¶
func (*UserLockinRequest) Descriptor() ([]byte, []int)
func (*UserLockinRequest) GetBase ¶
func (m *UserLockinRequest) GetBase() *BaseRequest
func (*UserLockinRequest) GetUserId ¶
func (m *UserLockinRequest) GetUserId() int64
func (*UserLockinRequest) ProtoMessage ¶
func (*UserLockinRequest) ProtoMessage()
func (*UserLockinRequest) Reset ¶
func (m *UserLockinRequest) Reset()
func (*UserLockinRequest) String ¶
func (m *UserLockinRequest) String() string
func (*UserLockinRequest) XXX_DiscardUnknown ¶
func (m *UserLockinRequest) XXX_DiscardUnknown()
func (*UserLockinRequest) XXX_Marshal ¶
func (m *UserLockinRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UserLockinRequest) XXX_Merge ¶
func (m *UserLockinRequest) XXX_Merge(src proto.Message)
func (*UserLockinRequest) XXX_Size ¶
func (m *UserLockinRequest) XXX_Size() int
func (*UserLockinRequest) XXX_Unmarshal ¶
func (m *UserLockinRequest) XXX_Unmarshal(b []byte) error
type UserLockoutRequest ¶
type UserLockoutRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UserLockoutRequest) Descriptor ¶
func (*UserLockoutRequest) Descriptor() ([]byte, []int)
func (*UserLockoutRequest) GetBase ¶
func (m *UserLockoutRequest) GetBase() *BaseRequest
func (*UserLockoutRequest) GetUserId ¶
func (m *UserLockoutRequest) GetUserId() int64
func (*UserLockoutRequest) ProtoMessage ¶
func (*UserLockoutRequest) ProtoMessage()
func (*UserLockoutRequest) Reset ¶
func (m *UserLockoutRequest) Reset()
func (*UserLockoutRequest) String ¶
func (m *UserLockoutRequest) String() string
func (*UserLockoutRequest) XXX_DiscardUnknown ¶
func (m *UserLockoutRequest) XXX_DiscardUnknown()
func (*UserLockoutRequest) XXX_Marshal ¶
func (m *UserLockoutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UserLockoutRequest) XXX_Merge ¶
func (m *UserLockoutRequest) XXX_Merge(src proto.Message)
func (*UserLockoutRequest) XXX_Size ¶
func (m *UserLockoutRequest) XXX_Size() int
func (*UserLockoutRequest) XXX_Unmarshal ¶
func (m *UserLockoutRequest) XXX_Unmarshal(b []byte) error
type UserLockoutResponse ¶
type UserLockoutResponse struct { LockoutMinutes int64 `protobuf:"varint,1,opt,name=lockout_minutes,json=lockoutMinutes,proto3" json:"lockout_minutes,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UserLockoutResponse) Descriptor ¶
func (*UserLockoutResponse) Descriptor() ([]byte, []int)
func (*UserLockoutResponse) GetLockoutMinutes ¶
func (m *UserLockoutResponse) GetLockoutMinutes() int64
func (*UserLockoutResponse) ProtoMessage ¶
func (*UserLockoutResponse) ProtoMessage()
func (*UserLockoutResponse) Reset ¶
func (m *UserLockoutResponse) Reset()
func (*UserLockoutResponse) String ¶
func (m *UserLockoutResponse) String() string
func (*UserLockoutResponse) XXX_DiscardUnknown ¶
func (m *UserLockoutResponse) XXX_DiscardUnknown()
func (*UserLockoutResponse) XXX_Marshal ¶
func (m *UserLockoutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UserLockoutResponse) XXX_Merge ¶
func (m *UserLockoutResponse) XXX_Merge(src proto.Message)
func (*UserLockoutResponse) XXX_Size ¶
func (m *UserLockoutResponse) XXX_Size() int
func (*UserLockoutResponse) XXX_Unmarshal ¶
func (m *UserLockoutResponse) XXX_Unmarshal(b []byte) error
type UserMailTokenRequest ¶
type UserMailTokenRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UserMailTokenRequest) Descriptor ¶
func (*UserMailTokenRequest) Descriptor() ([]byte, []int)
func (*UserMailTokenRequest) GetBase ¶
func (m *UserMailTokenRequest) GetBase() *BaseRequest
func (*UserMailTokenRequest) GetToken ¶
func (m *UserMailTokenRequest) GetToken() string
func (*UserMailTokenRequest) ProtoMessage ¶
func (*UserMailTokenRequest) ProtoMessage()
func (*UserMailTokenRequest) Reset ¶
func (m *UserMailTokenRequest) Reset()
func (*UserMailTokenRequest) String ¶
func (m *UserMailTokenRequest) String() string
func (*UserMailTokenRequest) XXX_DiscardUnknown ¶
func (m *UserMailTokenRequest) XXX_DiscardUnknown()
func (*UserMailTokenRequest) XXX_Marshal ¶
func (m *UserMailTokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UserMailTokenRequest) XXX_Merge ¶
func (m *UserMailTokenRequest) XXX_Merge(src proto.Message)
func (*UserMailTokenRequest) XXX_Size ¶
func (m *UserMailTokenRequest) XXX_Size() int
func (*UserMailTokenRequest) XXX_Unmarshal ¶
func (m *UserMailTokenRequest) XXX_Unmarshal(b []byte) error
type UserMailTokenResponse ¶
type UserMailTokenResponse struct { UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` MailConfirmationExpiry int64 `` /* 130-byte string literal not displayed */ Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"` TokenNotFound bool `protobuf:"varint,4,opt,name=token_not_found,json=tokenNotFound,proto3" json:"token_not_found,omitempty"` TokenAlreadyConfirmed bool `` /* 127-byte string literal not displayed */ MailConfirmed bool `protobuf:"varint,6,opt,name=mail_confirmed,json=mailConfirmed,proto3" json:"mail_confirmed,omitempty"` ConfirmedDate int64 `protobuf:"varint,7,opt,name=confirmed_date,json=confirmedDate,proto3" json:"confirmed_date,omitempty"` PublicKey_0 string `protobuf:"bytes,8,opt,name=public_key_0,json=publicKey0,proto3" json:"public_key_0,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UserMailTokenResponse) Descriptor ¶
func (*UserMailTokenResponse) Descriptor() ([]byte, []int)
func (*UserMailTokenResponse) GetConfirmedDate ¶
func (m *UserMailTokenResponse) GetConfirmedDate() int64
func (*UserMailTokenResponse) GetEmail ¶
func (m *UserMailTokenResponse) GetEmail() string
func (*UserMailTokenResponse) GetMailConfirmationExpiry ¶
func (m *UserMailTokenResponse) GetMailConfirmationExpiry() int64
func (*UserMailTokenResponse) GetMailConfirmed ¶
func (m *UserMailTokenResponse) GetMailConfirmed() bool
func (*UserMailTokenResponse) GetPublicKey_0 ¶
func (m *UserMailTokenResponse) GetPublicKey_0() string
func (*UserMailTokenResponse) GetTokenAlreadyConfirmed ¶
func (m *UserMailTokenResponse) GetTokenAlreadyConfirmed() bool
func (*UserMailTokenResponse) GetTokenNotFound ¶
func (m *UserMailTokenResponse) GetTokenNotFound() bool
func (*UserMailTokenResponse) GetUserId ¶
func (m *UserMailTokenResponse) GetUserId() int64
func (*UserMailTokenResponse) ProtoMessage ¶
func (*UserMailTokenResponse) ProtoMessage()
func (*UserMailTokenResponse) Reset ¶
func (m *UserMailTokenResponse) Reset()
func (*UserMailTokenResponse) String ¶
func (m *UserMailTokenResponse) String() string
func (*UserMailTokenResponse) XXX_DiscardUnknown ¶
func (m *UserMailTokenResponse) XXX_DiscardUnknown()
func (*UserMailTokenResponse) XXX_Marshal ¶
func (m *UserMailTokenResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UserMailTokenResponse) XXX_Merge ¶
func (m *UserMailTokenResponse) XXX_Merge(src proto.Message)
func (*UserMailTokenResponse) XXX_Size ¶
func (m *UserMailTokenResponse) XXX_Size() int
func (*UserMailTokenResponse) XXX_Unmarshal ¶
func (m *UserMailTokenResponse) XXX_Unmarshal(b []byte) error
type UserMessageItem ¶
type UserMessageItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"` Message string `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"` DateCreated int64 `protobuf:"varint,5,opt,name=date_created,json=dateCreated,proto3" json:"date_created,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UserMessageItem) Descriptor ¶
func (*UserMessageItem) Descriptor() ([]byte, []int)
func (*UserMessageItem) GetDateCreated ¶
func (m *UserMessageItem) GetDateCreated() int64
func (*UserMessageItem) GetId ¶
func (m *UserMessageItem) GetId() int64
func (*UserMessageItem) GetMessage ¶
func (m *UserMessageItem) GetMessage() string
func (*UserMessageItem) GetTitle ¶
func (m *UserMessageItem) GetTitle() string
func (*UserMessageItem) GetUserId ¶
func (m *UserMessageItem) GetUserId() int64
func (*UserMessageItem) ProtoMessage ¶
func (*UserMessageItem) ProtoMessage()
func (*UserMessageItem) Reset ¶
func (m *UserMessageItem) Reset()
func (*UserMessageItem) String ¶
func (m *UserMessageItem) String() string
func (*UserMessageItem) XXX_DiscardUnknown ¶
func (m *UserMessageItem) XXX_DiscardUnknown()
func (*UserMessageItem) XXX_Marshal ¶
func (m *UserMessageItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UserMessageItem) XXX_Merge ¶
func (m *UserMessageItem) XXX_Merge(src proto.Message)
func (*UserMessageItem) XXX_Size ¶
func (m *UserMessageItem) XXX_Size() int
func (*UserMessageItem) XXX_Unmarshal ¶
func (m *UserMessageItem) XXX_Unmarshal(b []byte) error
type UserMessageListRequest ¶
type UserMessageListRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Archive bool `protobuf:"varint,3,opt,name=archive,proto3" json:"archive,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UserMessageListRequest) Descriptor ¶
func (*UserMessageListRequest) Descriptor() ([]byte, []int)
func (*UserMessageListRequest) GetArchive ¶
func (m *UserMessageListRequest) GetArchive() bool
func (*UserMessageListRequest) GetBase ¶
func (m *UserMessageListRequest) GetBase() *BaseRequest
func (*UserMessageListRequest) GetUserId ¶
func (m *UserMessageListRequest) GetUserId() int64
func (*UserMessageListRequest) ProtoMessage ¶
func (*UserMessageListRequest) ProtoMessage()
func (*UserMessageListRequest) Reset ¶
func (m *UserMessageListRequest) Reset()
func (*UserMessageListRequest) String ¶
func (m *UserMessageListRequest) String() string
func (*UserMessageListRequest) XXX_DiscardUnknown ¶
func (m *UserMessageListRequest) XXX_DiscardUnknown()
func (*UserMessageListRequest) XXX_Marshal ¶
func (m *UserMessageListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UserMessageListRequest) XXX_Merge ¶
func (m *UserMessageListRequest) XXX_Merge(src proto.Message)
func (*UserMessageListRequest) XXX_Size ¶
func (m *UserMessageListRequest) XXX_Size() int
func (*UserMessageListRequest) XXX_Unmarshal ¶
func (m *UserMessageListRequest) XXX_Unmarshal(b []byte) error
type UserMessageListResponse ¶
type UserMessageListResponse struct { MessageListItems []*UserMessageItem `protobuf:"bytes,1,rep,name=message_list_items,json=messageListItems,proto3" json:"message_list_items,omitempty"` CurrentCount int64 `protobuf:"varint,2,opt,name=current_count,json=currentCount,proto3" json:"current_count,omitempty"` ArchiveCount int64 `protobuf:"varint,3,opt,name=archive_count,json=archiveCount,proto3" json:"archive_count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UserMessageListResponse) Descriptor ¶
func (*UserMessageListResponse) Descriptor() ([]byte, []int)
func (*UserMessageListResponse) GetArchiveCount ¶
func (m *UserMessageListResponse) GetArchiveCount() int64
func (*UserMessageListResponse) GetCurrentCount ¶
func (m *UserMessageListResponse) GetCurrentCount() int64
func (*UserMessageListResponse) GetMessageListItems ¶
func (m *UserMessageListResponse) GetMessageListItems() []*UserMessageItem
func (*UserMessageListResponse) ProtoMessage ¶
func (*UserMessageListResponse) ProtoMessage()
func (*UserMessageListResponse) Reset ¶
func (m *UserMessageListResponse) Reset()
func (*UserMessageListResponse) String ¶
func (m *UserMessageListResponse) String() string
func (*UserMessageListResponse) XXX_DiscardUnknown ¶
func (m *UserMessageListResponse) XXX_DiscardUnknown()
func (*UserMessageListResponse) XXX_Marshal ¶
func (m *UserMessageListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UserMessageListResponse) XXX_Merge ¶
func (m *UserMessageListResponse) XXX_Merge(src proto.Message)
func (*UserMessageListResponse) XXX_Size ¶
func (m *UserMessageListResponse) XXX_Size() int
func (*UserMessageListResponse) XXX_Unmarshal ¶
func (m *UserMessageListResponse) XXX_Unmarshal(b []byte) error
type UserMessageRequest ¶
type UserMessageRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` MessageId int64 `protobuf:"varint,3,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"` Archive bool `protobuf:"varint,4,opt,name=archive,proto3" json:"archive,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UserMessageRequest) Descriptor ¶
func (*UserMessageRequest) Descriptor() ([]byte, []int)
func (*UserMessageRequest) GetArchive ¶
func (m *UserMessageRequest) GetArchive() bool
func (*UserMessageRequest) GetBase ¶
func (m *UserMessageRequest) GetBase() *BaseRequest
func (*UserMessageRequest) GetMessageId ¶
func (m *UserMessageRequest) GetMessageId() int64
func (*UserMessageRequest) ProtoMessage ¶
func (*UserMessageRequest) ProtoMessage()
func (*UserMessageRequest) Reset ¶
func (m *UserMessageRequest) Reset()
func (*UserMessageRequest) String ¶
func (m *UserMessageRequest) String() string
func (*UserMessageRequest) XXX_DiscardUnknown ¶
func (m *UserMessageRequest) XXX_DiscardUnknown()
func (*UserMessageRequest) XXX_Marshal ¶
func (m *UserMessageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UserMessageRequest) XXX_Merge ¶
func (m *UserMessageRequest) XXX_Merge(src proto.Message)
func (*UserMessageRequest) XXX_Size ¶
func (m *UserMessageRequest) XXX_Size() int
func (*UserMessageRequest) XXX_Unmarshal ¶
func (m *UserMessageRequest) XXX_Unmarshal(b []byte) error
type UserOrder ¶
type UserOrder struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` OrderStatus string `protobuf:"bytes,2,opt,name=order_status,json=orderStatus,proto3" json:"order_status,omitempty"` IcoPhaseId int64 `protobuf:"varint,3,opt,name=ico_phase_id,json=icoPhaseId,proto3" json:"ico_phase_id,omitempty"` TokenAmount int64 `protobuf:"varint,4,opt,name=token_amount,json=tokenAmount,proto3" json:"token_amount,omitempty"` StellarUserPublicKey string `protobuf:"bytes,5,opt,name=stellar_user_public_key,json=stellarUserPublicKey,proto3" json:"stellar_user_public_key,omitempty"` ExchangeCurrencyId int64 `protobuf:"varint,6,opt,name=exchange_currency_id,json=exchangeCurrencyId,proto3" json:"exchange_currency_id,omitempty"` ExchangeCurrencyDenominationAmount string `` /* 167-byte string literal not displayed */ PaymentNetwork string `protobuf:"bytes,8,opt,name=payment_network,json=paymentNetwork,proto3" json:"payment_network,omitempty"` PaymentAddress string `protobuf:"bytes,9,opt,name=payment_address,json=paymentAddress,proto3" json:"payment_address,omitempty"` StellarTransactionId string `protobuf:"bytes,10,opt,name=stellar_transaction_id,json=stellarTransactionId,proto3" json:"stellar_transaction_id,omitempty"` PaymentRefundTxId string `protobuf:"bytes,11,opt,name=payment_refund_tx_id,json=paymentRefundTxId,proto3" json:"payment_refund_tx_id,omitempty"` PaymentQrImage []byte `protobuf:"bytes,12,opt,name=payment_qr_image,json=paymentQrImage,proto3" json:"payment_qr_image,omitempty"` ExchangeAmount string `protobuf:"bytes,13,opt,name=exchange_amount,json=exchangeAmount,proto3" json:"exchange_amount,omitempty"` ExchangeAssetCode string `protobuf:"bytes,14,opt,name=exchange_asset_code,json=exchangeAssetCode,proto3" json:"exchange_asset_code,omitempty"` ExchangeDenomAssetCode string `` /* 132-byte string literal not displayed */ FiatBic string `protobuf:"bytes,16,opt,name=fiat_bic,json=fiatBic,proto3" json:"fiat_bic,omitempty"` FiatIban string `protobuf:"bytes,17,opt,name=fiat_iban,json=fiatIban,proto3" json:"fiat_iban,omitempty"` FiatRecepientName string `protobuf:"bytes,18,opt,name=fiat_recepient_name,json=fiatRecepientName,proto3" json:"fiat_recepient_name,omitempty"` FiatBankName string `protobuf:"bytes,19,opt,name=fiat_bank_name,json=fiatBankName,proto3" json:"fiat_bank_name,omitempty"` PaymentUsage string `protobuf:"bytes,20,opt,name=payment_usage,json=paymentUsage,proto3" json:"payment_usage,omitempty"` ExchangeCurrencyType string `protobuf:"bytes,21,opt,name=exchange_currency_type,json=exchangeCurrencyType,proto3" json:"exchange_currency_type,omitempty"` AmountReceived string `protobuf:"bytes,22,opt,name=amount_received,json=amountReceived,proto3" json:"amount_received,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UserOrder) Descriptor ¶
func (*UserOrder) GetAmountReceived ¶
func (*UserOrder) GetExchangeAmount ¶
func (*UserOrder) GetExchangeAssetCode ¶
func (*UserOrder) GetExchangeCurrencyDenominationAmount ¶
func (*UserOrder) GetExchangeCurrencyId ¶
func (*UserOrder) GetExchangeCurrencyType ¶
func (*UserOrder) GetExchangeDenomAssetCode ¶
func (*UserOrder) GetFiatBankName ¶
func (*UserOrder) GetFiatBic ¶
func (*UserOrder) GetFiatIban ¶
func (*UserOrder) GetFiatRecepientName ¶
func (*UserOrder) GetIcoPhaseId ¶
func (*UserOrder) GetOrderStatus ¶
func (*UserOrder) GetPaymentAddress ¶
func (*UserOrder) GetPaymentNetwork ¶
func (*UserOrder) GetPaymentQrImage ¶
func (*UserOrder) GetPaymentRefundTxId ¶
func (*UserOrder) GetPaymentUsage ¶
func (*UserOrder) GetStellarTransactionId ¶
func (*UserOrder) GetStellarUserPublicKey ¶
func (*UserOrder) GetTokenAmount ¶
func (*UserOrder) ProtoMessage ¶
func (*UserOrder) ProtoMessage()
func (*UserOrder) XXX_DiscardUnknown ¶
func (m *UserOrder) XXX_DiscardUnknown()
func (*UserOrder) XXX_Marshal ¶
func (*UserOrder) XXX_Unmarshal ¶
type UserOrdersCountRequest ¶
type UserOrdersCountRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` PhaseId int64 `protobuf:"varint,3,opt,name=phase_id,json=phaseId,proto3" json:"phase_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UserOrdersCountRequest) Descriptor ¶
func (*UserOrdersCountRequest) Descriptor() ([]byte, []int)
func (*UserOrdersCountRequest) GetBase ¶
func (m *UserOrdersCountRequest) GetBase() *BaseRequest
func (*UserOrdersCountRequest) GetPhaseId ¶
func (m *UserOrdersCountRequest) GetPhaseId() int64
func (*UserOrdersCountRequest) GetUserId ¶
func (m *UserOrdersCountRequest) GetUserId() int64
func (*UserOrdersCountRequest) ProtoMessage ¶
func (*UserOrdersCountRequest) ProtoMessage()
func (*UserOrdersCountRequest) Reset ¶
func (m *UserOrdersCountRequest) Reset()
func (*UserOrdersCountRequest) String ¶
func (m *UserOrdersCountRequest) String() string
func (*UserOrdersCountRequest) XXX_DiscardUnknown ¶
func (m *UserOrdersCountRequest) XXX_DiscardUnknown()
func (*UserOrdersCountRequest) XXX_Marshal ¶
func (m *UserOrdersCountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UserOrdersCountRequest) XXX_Merge ¶
func (m *UserOrdersCountRequest) XXX_Merge(src proto.Message)
func (*UserOrdersCountRequest) XXX_Size ¶
func (m *UserOrdersCountRequest) XXX_Size() int
func (*UserOrdersCountRequest) XXX_Unmarshal ¶
func (m *UserOrdersCountRequest) XXX_Unmarshal(b []byte) error
type UserOrdersRequest ¶
type UserOrdersRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` OrderStatus string `protobuf:"bytes,3,opt,name=order_status,json=orderStatus,proto3" json:"order_status,omitempty"` OrderId int64 `protobuf:"varint,4,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"` IcoPhaseId int64 `protobuf:"varint,5,opt,name=ico_phase_id,json=icoPhaseId,proto3" json:"ico_phase_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UserOrdersRequest) Descriptor ¶
func (*UserOrdersRequest) Descriptor() ([]byte, []int)
func (*UserOrdersRequest) GetBase ¶
func (m *UserOrdersRequest) GetBase() *BaseRequest
func (*UserOrdersRequest) GetIcoPhaseId ¶
func (m *UserOrdersRequest) GetIcoPhaseId() int64
func (*UserOrdersRequest) GetOrderId ¶
func (m *UserOrdersRequest) GetOrderId() int64
func (*UserOrdersRequest) GetOrderStatus ¶
func (m *UserOrdersRequest) GetOrderStatus() string
func (*UserOrdersRequest) GetUserId ¶
func (m *UserOrdersRequest) GetUserId() int64
func (*UserOrdersRequest) ProtoMessage ¶
func (*UserOrdersRequest) ProtoMessage()
func (*UserOrdersRequest) Reset ¶
func (m *UserOrdersRequest) Reset()
func (*UserOrdersRequest) String ¶
func (m *UserOrdersRequest) String() string
func (*UserOrdersRequest) XXX_DiscardUnknown ¶
func (m *UserOrdersRequest) XXX_DiscardUnknown()
func (*UserOrdersRequest) XXX_Marshal ¶
func (m *UserOrdersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UserOrdersRequest) XXX_Merge ¶
func (m *UserOrdersRequest) XXX_Merge(src proto.Message)
func (*UserOrdersRequest) XXX_Size ¶
func (m *UserOrdersRequest) XXX_Size() int
func (*UserOrdersRequest) XXX_Unmarshal ¶
func (m *UserOrdersRequest) XXX_Unmarshal(b []byte) error
type UserOrdersResponse ¶
type UserOrdersResponse struct { UserOrders []*UserOrder `protobuf:"bytes,1,rep,name=UserOrders,proto3" json:"UserOrders,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UserOrdersResponse) Descriptor ¶
func (*UserOrdersResponse) Descriptor() ([]byte, []int)
func (*UserOrdersResponse) GetUserOrders ¶
func (m *UserOrdersResponse) GetUserOrders() []*UserOrder
func (*UserOrdersResponse) ProtoMessage ¶
func (*UserOrdersResponse) ProtoMessage()
func (*UserOrdersResponse) Reset ¶
func (m *UserOrdersResponse) Reset()
func (*UserOrdersResponse) String ¶
func (m *UserOrdersResponse) String() string
func (*UserOrdersResponse) XXX_DiscardUnknown ¶
func (m *UserOrdersResponse) XXX_DiscardUnknown()
func (*UserOrdersResponse) XXX_Marshal ¶
func (m *UserOrdersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UserOrdersResponse) XXX_Merge ¶
func (m *UserOrdersResponse) XXX_Merge(src proto.Message)
func (*UserOrdersResponse) XXX_Size ¶
func (m *UserOrdersResponse) XXX_Size() int
func (*UserOrdersResponse) XXX_Unmarshal ¶
func (m *UserOrdersResponse) XXX_Unmarshal(b []byte) error
type UserProfileResponse ¶
type UserProfileResponse struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` Salutation string `protobuf:"bytes,3,opt,name=salutation,proto3" json:"salutation,omitempty"` Forename string `protobuf:"bytes,4,opt,name=forename,proto3" json:"forename,omitempty"` Lastname string `protobuf:"bytes,5,opt,name=lastname,proto3" json:"lastname,omitempty"` Address string `protobuf:"bytes,6,opt,name=address,proto3" json:"address,omitempty"` ZipCode string `protobuf:"bytes,7,opt,name=zip_code,json=zipCode,proto3" json:"zip_code,omitempty"` City string `protobuf:"bytes,8,opt,name=city,proto3" json:"city,omitempty"` State string `protobuf:"bytes,9,opt,name=state,proto3" json:"state,omitempty"` CountryCode string `protobuf:"bytes,10,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"` Nationality string `protobuf:"bytes,11,opt,name=nationality,proto3" json:"nationality,omitempty"` MobileNr string `protobuf:"bytes,12,opt,name=mobile_nr,json=mobileNr,proto3" json:"mobile_nr,omitempty"` BirthDay int64 `protobuf:"varint,13,opt,name=birth_day,json=birthDay,proto3" json:"birth_day,omitempty"` BirthPlace string `protobuf:"bytes,14,opt,name=birth_place,json=birthPlace,proto3" json:"birth_place,omitempty"` AdditionalName string `protobuf:"bytes,16,opt,name=additional_name,json=additionalName,proto3" json:"additional_name,omitempty"` BirthCountryCode string `protobuf:"bytes,17,opt,name=birth_country_code,json=birthCountryCode,proto3" json:"birth_country_code,omitempty"` BankAccountNumber string `protobuf:"bytes,18,opt,name=bank_account_number,json=bankAccountNumber,proto3" json:"bank_account_number,omitempty"` BankNumber string `protobuf:"bytes,19,opt,name=bank_number,json=bankNumber,proto3" json:"bank_number,omitempty"` BankPhoneNumber string `protobuf:"bytes,20,opt,name=bank_phone_number,json=bankPhoneNumber,proto3" json:"bank_phone_number,omitempty"` TaxId string `protobuf:"bytes,21,opt,name=tax_id,json=taxId,proto3" json:"tax_id,omitempty"` TaxIdName string `protobuf:"bytes,22,opt,name=tax_id_name,json=taxIdName,proto3" json:"tax_id_name,omitempty"` OccupationName string `protobuf:"bytes,23,opt,name=occupation_name,json=occupationName,proto3" json:"occupation_name,omitempty"` OccupationCode08 string `protobuf:"bytes,24,opt,name=occupation_code08,json=occupationCode08,proto3" json:"occupation_code08,omitempty"` OccupationCode88 string `protobuf:"bytes,25,opt,name=occupation_code88,json=occupationCode88,proto3" json:"occupation_code88,omitempty"` EmployerName string `protobuf:"bytes,26,opt,name=employer_name,json=employerName,proto3" json:"employer_name,omitempty"` EmployerAddress string `protobuf:"bytes,27,opt,name=employer_address,json=employerAddress,proto3" json:"employer_address,omitempty"` LanguageCode string `protobuf:"bytes,28,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` CreatedAt int64 `protobuf:"varint,29,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UserNotFound bool `protobuf:"varint,30,opt,name=user_not_found,json=userNotFound,proto3" json:"user_not_found,omitempty"` PublicKey_0 string `protobuf:"bytes,31,opt,name=public_key_0,json=publicKey0,proto3" json:"public_key_0,omitempty"` MailNotifications bool `protobuf:"varint,32,opt,name=mail_notifications,json=mailNotifications,proto3" json:"mail_notifications,omitempty"` ShowMemos bool `protobuf:"varint,33,opt,name=show_memos,json=showMemos,proto3" json:"show_memos,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UserProfileResponse) Descriptor ¶
func (*UserProfileResponse) Descriptor() ([]byte, []int)
func (*UserProfileResponse) GetAdditionalName ¶
func (m *UserProfileResponse) GetAdditionalName() string
func (*UserProfileResponse) GetAddress ¶
func (m *UserProfileResponse) GetAddress() string
func (*UserProfileResponse) GetBankAccountNumber ¶
func (m *UserProfileResponse) GetBankAccountNumber() string
func (*UserProfileResponse) GetBankNumber ¶
func (m *UserProfileResponse) GetBankNumber() string
func (*UserProfileResponse) GetBankPhoneNumber ¶
func (m *UserProfileResponse) GetBankPhoneNumber() string
func (*UserProfileResponse) GetBirthCountryCode ¶
func (m *UserProfileResponse) GetBirthCountryCode() string
func (*UserProfileResponse) GetBirthDay ¶
func (m *UserProfileResponse) GetBirthDay() int64
func (*UserProfileResponse) GetBirthPlace ¶
func (m *UserProfileResponse) GetBirthPlace() string
func (*UserProfileResponse) GetCity ¶
func (m *UserProfileResponse) GetCity() string
func (*UserProfileResponse) GetCountryCode ¶
func (m *UserProfileResponse) GetCountryCode() string
func (*UserProfileResponse) GetCreatedAt ¶
func (m *UserProfileResponse) GetCreatedAt() int64
func (*UserProfileResponse) GetEmail ¶
func (m *UserProfileResponse) GetEmail() string
func (*UserProfileResponse) GetEmployerAddress ¶
func (m *UserProfileResponse) GetEmployerAddress() string
func (*UserProfileResponse) GetEmployerName ¶
func (m *UserProfileResponse) GetEmployerName() string
func (*UserProfileResponse) GetForename ¶
func (m *UserProfileResponse) GetForename() string
func (*UserProfileResponse) GetId ¶
func (m *UserProfileResponse) GetId() int64
func (*UserProfileResponse) GetLanguageCode ¶
func (m *UserProfileResponse) GetLanguageCode() string
func (*UserProfileResponse) GetLastname ¶
func (m *UserProfileResponse) GetLastname() string
func (*UserProfileResponse) GetMailNotifications ¶
func (m *UserProfileResponse) GetMailNotifications() bool
func (*UserProfileResponse) GetMobileNr ¶
func (m *UserProfileResponse) GetMobileNr() string
func (*UserProfileResponse) GetNationality ¶
func (m *UserProfileResponse) GetNationality() string
func (*UserProfileResponse) GetOccupationCode08 ¶
func (m *UserProfileResponse) GetOccupationCode08() string
func (*UserProfileResponse) GetOccupationCode88 ¶
func (m *UserProfileResponse) GetOccupationCode88() string
func (*UserProfileResponse) GetOccupationName ¶
func (m *UserProfileResponse) GetOccupationName() string
func (*UserProfileResponse) GetPublicKey_0 ¶
func (m *UserProfileResponse) GetPublicKey_0() string
func (*UserProfileResponse) GetSalutation ¶
func (m *UserProfileResponse) GetSalutation() string
func (*UserProfileResponse) GetShowMemos ¶
func (m *UserProfileResponse) GetShowMemos() bool
func (*UserProfileResponse) GetState ¶
func (m *UserProfileResponse) GetState() string
func (*UserProfileResponse) GetTaxId ¶
func (m *UserProfileResponse) GetTaxId() string
func (*UserProfileResponse) GetTaxIdName ¶
func (m *UserProfileResponse) GetTaxIdName() string
func (*UserProfileResponse) GetUserNotFound ¶
func (m *UserProfileResponse) GetUserNotFound() bool
func (*UserProfileResponse) GetZipCode ¶
func (m *UserProfileResponse) GetZipCode() string
func (*UserProfileResponse) ProtoMessage ¶
func (*UserProfileResponse) ProtoMessage()
func (*UserProfileResponse) Reset ¶
func (m *UserProfileResponse) Reset()
func (*UserProfileResponse) String ¶
func (m *UserProfileResponse) String() string
func (*UserProfileResponse) XXX_DiscardUnknown ¶
func (m *UserProfileResponse) XXX_DiscardUnknown()
func (*UserProfileResponse) XXX_Marshal ¶
func (m *UserProfileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UserProfileResponse) XXX_Merge ¶
func (m *UserProfileResponse) XXX_Merge(src proto.Message)
func (*UserProfileResponse) XXX_Size ¶
func (m *UserProfileResponse) XXX_Size() int
func (*UserProfileResponse) XXX_Unmarshal ¶
func (m *UserProfileResponse) XXX_Unmarshal(b []byte) error
type UserSecurityRequest ¶
type UserSecurityRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` UserId int64 `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` KdfSalt string `protobuf:"bytes,4,opt,name=kdf_salt,json=kdfSalt,proto3" json:"kdf_salt,omitempty"` MnemonicMasterKey string `protobuf:"bytes,5,opt,name=mnemonic_master_key,json=mnemonicMasterKey,proto3" json:"mnemonic_master_key,omitempty"` MnemonicMasterIv string `protobuf:"bytes,6,opt,name=mnemonic_master_iv,json=mnemonicMasterIv,proto3" json:"mnemonic_master_iv,omitempty"` WordlistMasterKey string `protobuf:"bytes,7,opt,name=wordlist_master_key,json=wordlistMasterKey,proto3" json:"wordlist_master_key,omitempty"` WordlistMasterIv string `protobuf:"bytes,8,opt,name=wordlist_master_iv,json=wordlistMasterIv,proto3" json:"wordlist_master_iv,omitempty"` Mnemonic string `protobuf:"bytes,9,opt,name=mnemonic,proto3" json:"mnemonic,omitempty"` MnemonicIv string `protobuf:"bytes,10,opt,name=mnemonic_iv,json=mnemonicIv,proto3" json:"mnemonic_iv,omitempty"` Wordlist string `protobuf:"bytes,11,opt,name=wordlist,proto3" json:"wordlist,omitempty"` WordlistIv string `protobuf:"bytes,12,opt,name=wordlist_iv,json=wordlistIv,proto3" json:"wordlist_iv,omitempty"` PublicKey_0 string `protobuf:"bytes,13,opt,name=public_key_0,json=publicKey0,proto3" json:"public_key_0,omitempty"` UserNotFound bool `protobuf:"varint,15,opt,name=user_not_found,json=userNotFound,proto3" json:"user_not_found,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UserSecurityRequest) Descriptor ¶
func (*UserSecurityRequest) Descriptor() ([]byte, []int)
func (*UserSecurityRequest) GetBase ¶
func (m *UserSecurityRequest) GetBase() *BaseRequest
func (*UserSecurityRequest) GetId ¶
func (m *UserSecurityRequest) GetId() int64
func (*UserSecurityRequest) GetKdfSalt ¶
func (m *UserSecurityRequest) GetKdfSalt() string
func (*UserSecurityRequest) GetMnemonic ¶
func (m *UserSecurityRequest) GetMnemonic() string
func (*UserSecurityRequest) GetMnemonicIv ¶
func (m *UserSecurityRequest) GetMnemonicIv() string
func (*UserSecurityRequest) GetMnemonicMasterIv ¶
func (m *UserSecurityRequest) GetMnemonicMasterIv() string
func (*UserSecurityRequest) GetMnemonicMasterKey ¶
func (m *UserSecurityRequest) GetMnemonicMasterKey() string
func (*UserSecurityRequest) GetPublicKey_0 ¶
func (m *UserSecurityRequest) GetPublicKey_0() string
func (*UserSecurityRequest) GetUserId ¶
func (m *UserSecurityRequest) GetUserId() int64
func (*UserSecurityRequest) GetUserNotFound ¶
func (m *UserSecurityRequest) GetUserNotFound() bool
func (*UserSecurityRequest) GetWordlist ¶
func (m *UserSecurityRequest) GetWordlist() string
func (*UserSecurityRequest) GetWordlistIv ¶
func (m *UserSecurityRequest) GetWordlistIv() string
func (*UserSecurityRequest) GetWordlistMasterIv ¶
func (m *UserSecurityRequest) GetWordlistMasterIv() string
func (*UserSecurityRequest) GetWordlistMasterKey ¶
func (m *UserSecurityRequest) GetWordlistMasterKey() string
func (*UserSecurityRequest) ProtoMessage ¶
func (*UserSecurityRequest) ProtoMessage()
func (*UserSecurityRequest) Reset ¶
func (m *UserSecurityRequest) Reset()
func (*UserSecurityRequest) String ¶
func (m *UserSecurityRequest) String() string
func (*UserSecurityRequest) XXX_DiscardUnknown ¶
func (m *UserSecurityRequest) XXX_DiscardUnknown()
func (*UserSecurityRequest) XXX_Marshal ¶
func (m *UserSecurityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UserSecurityRequest) XXX_Merge ¶
func (m *UserSecurityRequest) XXX_Merge(src proto.Message)
func (*UserSecurityRequest) XXX_Size ¶
func (m *UserSecurityRequest) XXX_Size() int
func (*UserSecurityRequest) XXX_Unmarshal ¶
func (m *UserSecurityRequest) XXX_Unmarshal(b []byte) error
type UserSecurityResponse ¶
type UserSecurityResponse struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` KdfSalt string `protobuf:"bytes,3,opt,name=kdf_salt,json=kdfSalt,proto3" json:"kdf_salt,omitempty"` MnemonicMasterKey string `protobuf:"bytes,4,opt,name=mnemonic_master_key,json=mnemonicMasterKey,proto3" json:"mnemonic_master_key,omitempty"` MnemonicMasterIv string `protobuf:"bytes,5,opt,name=mnemonic_master_iv,json=mnemonicMasterIv,proto3" json:"mnemonic_master_iv,omitempty"` WordlistMasterKey string `protobuf:"bytes,6,opt,name=wordlist_master_key,json=wordlistMasterKey,proto3" json:"wordlist_master_key,omitempty"` WordlistMasterIv string `protobuf:"bytes,7,opt,name=wordlist_master_iv,json=wordlistMasterIv,proto3" json:"wordlist_master_iv,omitempty"` Mnemonic string `protobuf:"bytes,8,opt,name=mnemonic,proto3" json:"mnemonic,omitempty"` MnemonicIv string `protobuf:"bytes,9,opt,name=mnemonic_iv,json=mnemonicIv,proto3" json:"mnemonic_iv,omitempty"` Wordlist string `protobuf:"bytes,10,opt,name=wordlist,proto3" json:"wordlist,omitempty"` WordlistIv string `protobuf:"bytes,11,opt,name=wordlist_iv,json=wordlistIv,proto3" json:"wordlist_iv,omitempty"` PublicKey_0 string `protobuf:"bytes,12,opt,name=public_key_0,json=publicKey0,proto3" json:"public_key_0,omitempty"` UserNotFound bool `protobuf:"varint,14,opt,name=user_not_found,json=userNotFound,proto3" json:"user_not_found,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UserSecurityResponse) Descriptor ¶
func (*UserSecurityResponse) Descriptor() ([]byte, []int)
func (*UserSecurityResponse) GetId ¶
func (m *UserSecurityResponse) GetId() int64
func (*UserSecurityResponse) GetKdfSalt ¶
func (m *UserSecurityResponse) GetKdfSalt() string
func (*UserSecurityResponse) GetMnemonic ¶
func (m *UserSecurityResponse) GetMnemonic() string
func (*UserSecurityResponse) GetMnemonicIv ¶
func (m *UserSecurityResponse) GetMnemonicIv() string
func (*UserSecurityResponse) GetMnemonicMasterIv ¶
func (m *UserSecurityResponse) GetMnemonicMasterIv() string
func (*UserSecurityResponse) GetMnemonicMasterKey ¶
func (m *UserSecurityResponse) GetMnemonicMasterKey() string
func (*UserSecurityResponse) GetPublicKey_0 ¶
func (m *UserSecurityResponse) GetPublicKey_0() string
func (*UserSecurityResponse) GetUserId ¶
func (m *UserSecurityResponse) GetUserId() int64
func (*UserSecurityResponse) GetUserNotFound ¶
func (m *UserSecurityResponse) GetUserNotFound() bool
func (*UserSecurityResponse) GetWordlist ¶
func (m *UserSecurityResponse) GetWordlist() string
func (*UserSecurityResponse) GetWordlistIv ¶
func (m *UserSecurityResponse) GetWordlistIv() string
func (*UserSecurityResponse) GetWordlistMasterIv ¶
func (m *UserSecurityResponse) GetWordlistMasterIv() string
func (*UserSecurityResponse) GetWordlistMasterKey ¶
func (m *UserSecurityResponse) GetWordlistMasterKey() string
func (*UserSecurityResponse) ProtoMessage ¶
func (*UserSecurityResponse) ProtoMessage()
func (*UserSecurityResponse) Reset ¶
func (m *UserSecurityResponse) Reset()
func (*UserSecurityResponse) String ¶
func (m *UserSecurityResponse) String() string
func (*UserSecurityResponse) XXX_DiscardUnknown ¶
func (m *UserSecurityResponse) XXX_DiscardUnknown()
func (*UserSecurityResponse) XXX_Marshal ¶
func (m *UserSecurityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UserSecurityResponse) XXX_Merge ¶
func (m *UserSecurityResponse) XXX_Merge(src proto.Message)
func (*UserSecurityResponse) XXX_Size ¶
func (m *UserSecurityResponse) XXX_Size() int
func (*UserSecurityResponse) XXX_Unmarshal ¶
func (m *UserSecurityResponse) XXX_Unmarshal(b []byte) error
type Wallet ¶
type Wallet struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` PublicKey string `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` WalletName string `protobuf:"bytes,4,opt,name=wallet_name,json=walletName,proto3" json:"wallet_name,omitempty"` FriendlyId string `protobuf:"bytes,5,opt,name=friendly_id,json=friendlyId,proto3" json:"friendly_id,omitempty"` Domain string `protobuf:"bytes,6,opt,name=domain,proto3" json:"domain,omitempty"` ShowOnHomescreen bool `protobuf:"varint,7,opt,name=show_on_homescreen,json=showOnHomescreen,proto3" json:"show_on_homescreen,omitempty"` WalletType WalletType `protobuf:"varint,8,opt,name=wallet_type,json=walletType,proto3,enum=pb.WalletType" json:"wallet_type,omitempty"` OrderNr int64 `protobuf:"varint,9,opt,name=order_nr,json=orderNr,proto3" json:"order_nr,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Wallet) Descriptor ¶
func (*Wallet) GetFriendlyId ¶
func (*Wallet) GetOrderNr ¶
func (*Wallet) GetPublicKey ¶
func (*Wallet) GetShowOnHomescreen ¶
func (*Wallet) GetWalletName ¶
func (*Wallet) GetWalletType ¶
func (m *Wallet) GetWalletType() WalletType
func (*Wallet) ProtoMessage ¶
func (*Wallet) ProtoMessage()
func (*Wallet) XXX_DiscardUnknown ¶
func (m *Wallet) XXX_DiscardUnknown()
func (*Wallet) XXX_Marshal ¶
func (*Wallet) XXX_Unmarshal ¶
type WalletChangeFederationAddressRequest ¶
type WalletChangeFederationAddressRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` UserId int64 `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` FriendlyId string `protobuf:"bytes,4,opt,name=friendly_id,json=friendlyId,proto3" json:"friendly_id,omitempty"` Domain string `protobuf:"bytes,5,opt,name=domain,proto3" json:"domain,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*WalletChangeFederationAddressRequest) Descriptor ¶
func (*WalletChangeFederationAddressRequest) Descriptor() ([]byte, []int)
func (*WalletChangeFederationAddressRequest) GetBase ¶
func (m *WalletChangeFederationAddressRequest) GetBase() *BaseRequest
func (*WalletChangeFederationAddressRequest) GetDomain ¶
func (m *WalletChangeFederationAddressRequest) GetDomain() string
func (*WalletChangeFederationAddressRequest) GetFriendlyId ¶
func (m *WalletChangeFederationAddressRequest) GetFriendlyId() string
func (*WalletChangeFederationAddressRequest) GetId ¶
func (m *WalletChangeFederationAddressRequest) GetId() int64
func (*WalletChangeFederationAddressRequest) GetUserId ¶
func (m *WalletChangeFederationAddressRequest) GetUserId() int64
func (*WalletChangeFederationAddressRequest) ProtoMessage ¶
func (*WalletChangeFederationAddressRequest) ProtoMessage()
func (*WalletChangeFederationAddressRequest) Reset ¶
func (m *WalletChangeFederationAddressRequest) Reset()
func (*WalletChangeFederationAddressRequest) String ¶
func (m *WalletChangeFederationAddressRequest) String() string
func (*WalletChangeFederationAddressRequest) XXX_DiscardUnknown ¶
func (m *WalletChangeFederationAddressRequest) XXX_DiscardUnknown()
func (*WalletChangeFederationAddressRequest) XXX_Marshal ¶
func (m *WalletChangeFederationAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WalletChangeFederationAddressRequest) XXX_Merge ¶
func (m *WalletChangeFederationAddressRequest) XXX_Merge(src proto.Message)
func (*WalletChangeFederationAddressRequest) XXX_Size ¶
func (m *WalletChangeFederationAddressRequest) XXX_Size() int
func (*WalletChangeFederationAddressRequest) XXX_Unmarshal ¶
func (m *WalletChangeFederationAddressRequest) XXX_Unmarshal(b []byte) error
type WalletChangeNameRequest ¶
type WalletChangeNameRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` UserId int64 `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*WalletChangeNameRequest) Descriptor ¶
func (*WalletChangeNameRequest) Descriptor() ([]byte, []int)
func (*WalletChangeNameRequest) GetBase ¶
func (m *WalletChangeNameRequest) GetBase() *BaseRequest
func (*WalletChangeNameRequest) GetId ¶
func (m *WalletChangeNameRequest) GetId() int64
func (*WalletChangeNameRequest) GetName ¶
func (m *WalletChangeNameRequest) GetName() string
func (*WalletChangeNameRequest) GetUserId ¶
func (m *WalletChangeNameRequest) GetUserId() int64
func (*WalletChangeNameRequest) ProtoMessage ¶
func (*WalletChangeNameRequest) ProtoMessage()
func (*WalletChangeNameRequest) Reset ¶
func (m *WalletChangeNameRequest) Reset()
func (*WalletChangeNameRequest) String ¶
func (m *WalletChangeNameRequest) String() string
func (*WalletChangeNameRequest) XXX_DiscardUnknown ¶
func (m *WalletChangeNameRequest) XXX_DiscardUnknown()
func (*WalletChangeNameRequest) XXX_Marshal ¶
func (m *WalletChangeNameRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WalletChangeNameRequest) XXX_Merge ¶
func (m *WalletChangeNameRequest) XXX_Merge(src proto.Message)
func (*WalletChangeNameRequest) XXX_Size ¶
func (m *WalletChangeNameRequest) XXX_Size() int
func (*WalletChangeNameRequest) XXX_Unmarshal ¶
func (m *WalletChangeNameRequest) XXX_Unmarshal(b []byte) error
type WalletChangeOrderRequest ¶
type WalletChangeOrderRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` PublicKey string `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` OrderNr int64 `protobuf:"varint,3,opt,name=order_nr,json=orderNr,proto3" json:"order_nr,omitempty"` UserId int64 `protobuf:"varint,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*WalletChangeOrderRequest) Descriptor ¶
func (*WalletChangeOrderRequest) Descriptor() ([]byte, []int)
func (*WalletChangeOrderRequest) GetBase ¶
func (m *WalletChangeOrderRequest) GetBase() *BaseRequest
func (*WalletChangeOrderRequest) GetOrderNr ¶
func (m *WalletChangeOrderRequest) GetOrderNr() int64
func (*WalletChangeOrderRequest) GetPublicKey ¶
func (m *WalletChangeOrderRequest) GetPublicKey() string
func (*WalletChangeOrderRequest) GetUserId ¶
func (m *WalletChangeOrderRequest) GetUserId() int64
func (*WalletChangeOrderRequest) ProtoMessage ¶
func (*WalletChangeOrderRequest) ProtoMessage()
func (*WalletChangeOrderRequest) Reset ¶
func (m *WalletChangeOrderRequest) Reset()
func (*WalletChangeOrderRequest) String ¶
func (m *WalletChangeOrderRequest) String() string
func (*WalletChangeOrderRequest) XXX_DiscardUnknown ¶
func (m *WalletChangeOrderRequest) XXX_DiscardUnknown()
func (*WalletChangeOrderRequest) XXX_Marshal ¶
func (m *WalletChangeOrderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WalletChangeOrderRequest) XXX_Merge ¶
func (m *WalletChangeOrderRequest) XXX_Merge(src proto.Message)
func (*WalletChangeOrderRequest) XXX_Size ¶
func (m *WalletChangeOrderRequest) XXX_Size() int
func (*WalletChangeOrderRequest) XXX_Unmarshal ¶
func (m *WalletChangeOrderRequest) XXX_Unmarshal(b []byte) error
type WalletIsLastRequest ¶
type WalletIsLastRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` UserId int64 `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*WalletIsLastRequest) Descriptor ¶
func (*WalletIsLastRequest) Descriptor() ([]byte, []int)
func (*WalletIsLastRequest) GetBase ¶
func (m *WalletIsLastRequest) GetBase() *BaseRequest
func (*WalletIsLastRequest) GetId ¶
func (m *WalletIsLastRequest) GetId() int64
func (*WalletIsLastRequest) GetUserId ¶
func (m *WalletIsLastRequest) GetUserId() int64
func (*WalletIsLastRequest) ProtoMessage ¶
func (*WalletIsLastRequest) ProtoMessage()
func (*WalletIsLastRequest) Reset ¶
func (m *WalletIsLastRequest) Reset()
func (*WalletIsLastRequest) String ¶
func (m *WalletIsLastRequest) String() string
func (*WalletIsLastRequest) XXX_DiscardUnknown ¶
func (m *WalletIsLastRequest) XXX_DiscardUnknown()
func (*WalletIsLastRequest) XXX_Marshal ¶
func (m *WalletIsLastRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WalletIsLastRequest) XXX_Merge ¶
func (m *WalletIsLastRequest) XXX_Merge(src proto.Message)
func (*WalletIsLastRequest) XXX_Size ¶
func (m *WalletIsLastRequest) XXX_Size() int
func (*WalletIsLastRequest) XXX_Unmarshal ¶
func (m *WalletIsLastRequest) XXX_Unmarshal(b []byte) error
type WalletSetHomescreenRequest ¶
type WalletSetHomescreenRequest struct { Base *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Id int64 `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"` Visible bool `protobuf:"varint,4,opt,name=visible,proto3" json:"visible,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*WalletSetHomescreenRequest) Descriptor ¶
func (*WalletSetHomescreenRequest) Descriptor() ([]byte, []int)
func (*WalletSetHomescreenRequest) GetBase ¶
func (m *WalletSetHomescreenRequest) GetBase() *BaseRequest
func (*WalletSetHomescreenRequest) GetId ¶
func (m *WalletSetHomescreenRequest) GetId() int64
func (*WalletSetHomescreenRequest) GetUserId ¶
func (m *WalletSetHomescreenRequest) GetUserId() int64
func (*WalletSetHomescreenRequest) GetVisible ¶
func (m *WalletSetHomescreenRequest) GetVisible() bool
func (*WalletSetHomescreenRequest) ProtoMessage ¶
func (*WalletSetHomescreenRequest) ProtoMessage()
func (*WalletSetHomescreenRequest) Reset ¶
func (m *WalletSetHomescreenRequest) Reset()
func (*WalletSetHomescreenRequest) String ¶
func (m *WalletSetHomescreenRequest) String() string
func (*WalletSetHomescreenRequest) XXX_DiscardUnknown ¶
func (m *WalletSetHomescreenRequest) XXX_DiscardUnknown()
func (*WalletSetHomescreenRequest) XXX_Marshal ¶
func (m *WalletSetHomescreenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WalletSetHomescreenRequest) XXX_Merge ¶
func (m *WalletSetHomescreenRequest) XXX_Merge(src proto.Message)
func (*WalletSetHomescreenRequest) XXX_Size ¶
func (m *WalletSetHomescreenRequest) XXX_Size() int
func (*WalletSetHomescreenRequest) XXX_Unmarshal ¶
func (m *WalletSetHomescreenRequest) XXX_Unmarshal(b []byte) error
type WalletType ¶
type WalletType int32
const ( WalletType_internal WalletType = 0 WalletType_external WalletType = 1 )
func (WalletType) EnumDescriptor ¶
func (WalletType) EnumDescriptor() ([]byte, []int)
func (WalletType) String ¶
func (x WalletType) String() string