Versions in this module Expand all Collapse all v0 v0.1.0 Nov 27, 2025 Changes in this version + var File_common_v1_common_proto protoreflect.FileDescriptor + var Platform_name = map[int32]string + var Platform_value = map[string]int32 + var QueryOptions_Order_name = map[int32]string + var QueryOptions_Order_value = map[string]int32 + var Response_Result_name = map[int32]string + var Response_Result_value = map[string]int32 + type AppInstallId struct + Value string + func (*AppInstallId) Descriptor() ([]byte, []int) + func (*AppInstallId) ProtoMessage() + func (m *AppInstallId) Validate() error + func (m *AppInstallId) ValidateAll() error + func (x *AppInstallId) GetValue() string + func (x *AppInstallId) ProtoReflect() protoreflect.Message + func (x *AppInstallId) Reset() + func (x *AppInstallId) String() string + type AppInstallIdMultiError []error + func (m AppInstallIdMultiError) AllErrors() []error + func (m AppInstallIdMultiError) Error() string + type AppInstallIdValidationError struct + func (e AppInstallIdValidationError) Cause() error + func (e AppInstallIdValidationError) Error() string + func (e AppInstallIdValidationError) ErrorName() string + func (e AppInstallIdValidationError) Field() string + func (e AppInstallIdValidationError) Key() bool + func (e AppInstallIdValidationError) Reason() string + type Auth struct + Kind isAuth_Kind + func (*Auth) Descriptor() ([]byte, []int) + func (*Auth) ProtoMessage() + func (m *Auth) GetKind() isAuth_Kind + func (m *Auth) Validate() error + func (m *Auth) ValidateAll() error + func (x *Auth) GetKeyPair() *Auth_KeyPair + func (x *Auth) ProtoReflect() protoreflect.Message + func (x *Auth) Reset() + func (x *Auth) String() string + type AuthMultiError []error + func (m AuthMultiError) AllErrors() []error + func (m AuthMultiError) Error() string + type AuthValidationError struct + func (e AuthValidationError) Cause() error + func (e AuthValidationError) Error() string + func (e AuthValidationError) ErrorName() string + func (e AuthValidationError) Field() string + func (e AuthValidationError) Key() bool + func (e AuthValidationError) Reason() string + type Auth_KeyPair struct + PubKey *PublicKey + Signature *Signature + func (*Auth_KeyPair) Descriptor() ([]byte, []int) + func (*Auth_KeyPair) ProtoMessage() + func (m *Auth_KeyPair) Validate() error + func (m *Auth_KeyPair) ValidateAll() error + func (x *Auth_KeyPair) GetPubKey() *PublicKey + func (x *Auth_KeyPair) GetSignature() *Signature + func (x *Auth_KeyPair) ProtoReflect() protoreflect.Message + func (x *Auth_KeyPair) Reset() + func (x *Auth_KeyPair) String() string + type Auth_KeyPairMultiError []error + func (m Auth_KeyPairMultiError) AllErrors() []error + func (m Auth_KeyPairMultiError) Error() string + type Auth_KeyPairValidationError struct + func (e Auth_KeyPairValidationError) Cause() error + func (e Auth_KeyPairValidationError) Error() string + func (e Auth_KeyPairValidationError) ErrorName() string + func (e Auth_KeyPairValidationError) Field() string + func (e Auth_KeyPairValidationError) Key() bool + func (e Auth_KeyPairValidationError) Reason() string + type Auth_KeyPair_ struct + KeyPair *Auth_KeyPair + type CountryCode struct + Value string + func (*CountryCode) Descriptor() ([]byte, []int) + func (*CountryCode) ProtoMessage() + func (m *CountryCode) Validate() error + func (m *CountryCode) ValidateAll() error + func (x *CountryCode) GetValue() string + func (x *CountryCode) ProtoReflect() protoreflect.Message + func (x *CountryCode) Reset() + func (x *CountryCode) String() string + type CountryCodeMultiError []error + func (m CountryCodeMultiError) AllErrors() []error + func (m CountryCodeMultiError) Error() string + type CountryCodeValidationError struct + func (e CountryCodeValidationError) Cause() error + func (e CountryCodeValidationError) Error() string + func (e CountryCodeValidationError) ErrorName() string + func (e CountryCodeValidationError) Field() string + func (e CountryCodeValidationError) Key() bool + func (e CountryCodeValidationError) Reason() string + type CryptoPaymentAmount struct + Currency string + Mint *PublicKey + NativeAmount float64 + Quarks uint64 + func (*CryptoPaymentAmount) Descriptor() ([]byte, []int) + func (*CryptoPaymentAmount) ProtoMessage() + func (m *CryptoPaymentAmount) Validate() error + func (m *CryptoPaymentAmount) ValidateAll() error + func (x *CryptoPaymentAmount) GetCurrency() string + func (x *CryptoPaymentAmount) GetMint() *PublicKey + func (x *CryptoPaymentAmount) GetNativeAmount() float64 + func (x *CryptoPaymentAmount) GetQuarks() uint64 + func (x *CryptoPaymentAmount) ProtoReflect() protoreflect.Message + func (x *CryptoPaymentAmount) Reset() + func (x *CryptoPaymentAmount) String() string + type CryptoPaymentAmountMultiError []error + func (m CryptoPaymentAmountMultiError) AllErrors() []error + func (m CryptoPaymentAmountMultiError) Error() string + type CryptoPaymentAmountValidationError struct + func (e CryptoPaymentAmountValidationError) Cause() error + func (e CryptoPaymentAmountValidationError) Error() string + func (e CryptoPaymentAmountValidationError) ErrorName() string + func (e CryptoPaymentAmountValidationError) Field() string + func (e CryptoPaymentAmountValidationError) Key() bool + func (e CryptoPaymentAmountValidationError) Reason() string + type FiatPaymentAmount struct + Currency string + NativeAmount float64 + func (*FiatPaymentAmount) Descriptor() ([]byte, []int) + func (*FiatPaymentAmount) ProtoMessage() + func (m *FiatPaymentAmount) Validate() error + func (m *FiatPaymentAmount) ValidateAll() error + func (x *FiatPaymentAmount) GetCurrency() string + func (x *FiatPaymentAmount) GetNativeAmount() float64 + func (x *FiatPaymentAmount) ProtoReflect() protoreflect.Message + func (x *FiatPaymentAmount) Reset() + func (x *FiatPaymentAmount) String() string + type FiatPaymentAmountMultiError []error + func (m FiatPaymentAmountMultiError) AllErrors() []error + func (m FiatPaymentAmountMultiError) Error() string + type FiatPaymentAmountValidationError struct + func (e FiatPaymentAmountValidationError) Cause() error + func (e FiatPaymentAmountValidationError) Error() string + func (e FiatPaymentAmountValidationError) ErrorName() string + func (e FiatPaymentAmountValidationError) Field() string + func (e FiatPaymentAmountValidationError) Key() bool + func (e FiatPaymentAmountValidationError) Reason() string + type PagingToken struct + Value []byte + func (*PagingToken) Descriptor() ([]byte, []int) + func (*PagingToken) ProtoMessage() + func (m *PagingToken) Validate() error + func (m *PagingToken) ValidateAll() error + func (x *PagingToken) GetValue() []byte + func (x *PagingToken) ProtoReflect() protoreflect.Message + func (x *PagingToken) Reset() + func (x *PagingToken) String() string + type PagingTokenMultiError []error + func (m PagingTokenMultiError) AllErrors() []error + func (m PagingTokenMultiError) Error() string + type PagingTokenValidationError struct + func (e PagingTokenValidationError) Cause() error + func (e PagingTokenValidationError) Error() string + func (e PagingTokenValidationError) ErrorName() string + func (e PagingTokenValidationError) Field() string + func (e PagingTokenValidationError) Key() bool + func (e PagingTokenValidationError) Reason() string + type Platform int32 + const Platform_APPLE + const Platform_GOOGLE + const Platform_UNKNOWN + func (Platform) Descriptor() protoreflect.EnumDescriptor + func (Platform) EnumDescriptor() ([]byte, []int) + func (Platform) Type() protoreflect.EnumType + func (x Platform) Enum() *Platform + func (x Platform) Number() protoreflect.EnumNumber + func (x Platform) String() string + type PublicKey struct + Value []byte + func (*PublicKey) Descriptor() ([]byte, []int) + func (*PublicKey) ProtoMessage() + func (m *PublicKey) Validate() error + func (m *PublicKey) ValidateAll() error + func (x *PublicKey) GetValue() []byte + func (x *PublicKey) ProtoReflect() protoreflect.Message + func (x *PublicKey) Reset() + func (x *PublicKey) String() string + type PublicKeyMultiError []error + func (m PublicKeyMultiError) AllErrors() []error + func (m PublicKeyMultiError) Error() string + type PublicKeyValidationError struct + func (e PublicKeyValidationError) Cause() error + func (e PublicKeyValidationError) Error() string + func (e PublicKeyValidationError) ErrorName() string + func (e PublicKeyValidationError) Field() string + func (e PublicKeyValidationError) Key() bool + func (e PublicKeyValidationError) Reason() string + type QueryOptions struct + Order QueryOptions_Order + PageSize int32 + PagingToken *PagingToken + func (*QueryOptions) Descriptor() ([]byte, []int) + func (*QueryOptions) ProtoMessage() + func (m *QueryOptions) Validate() error + func (m *QueryOptions) ValidateAll() error + func (x *QueryOptions) GetOrder() QueryOptions_Order + func (x *QueryOptions) GetPageSize() int32 + func (x *QueryOptions) GetPagingToken() *PagingToken + func (x *QueryOptions) ProtoReflect() protoreflect.Message + func (x *QueryOptions) Reset() + func (x *QueryOptions) String() string + type QueryOptionsMultiError []error + func (m QueryOptionsMultiError) AllErrors() []error + func (m QueryOptionsMultiError) Error() string + type QueryOptionsValidationError struct + func (e QueryOptionsValidationError) Cause() error + func (e QueryOptionsValidationError) Error() string + func (e QueryOptionsValidationError) ErrorName() string + func (e QueryOptionsValidationError) Field() string + func (e QueryOptionsValidationError) Key() bool + func (e QueryOptionsValidationError) Reason() string + type QueryOptions_Order int32 + const QueryOptions_ASC + const QueryOptions_DESC + func (QueryOptions_Order) Descriptor() protoreflect.EnumDescriptor + func (QueryOptions_Order) EnumDescriptor() ([]byte, []int) + func (QueryOptions_Order) Type() protoreflect.EnumType + func (x QueryOptions_Order) Enum() *QueryOptions_Order + func (x QueryOptions_Order) Number() protoreflect.EnumNumber + func (x QueryOptions_Order) String() string + type Request struct + Body []byte + Method string + Service string + Version string + func (*Request) Descriptor() ([]byte, []int) + func (*Request) ProtoMessage() + func (m *Request) Validate() error + func (m *Request) ValidateAll() error + func (x *Request) GetBody() []byte + func (x *Request) GetMethod() string + func (x *Request) GetService() string + func (x *Request) GetVersion() string + func (x *Request) ProtoReflect() protoreflect.Message + func (x *Request) Reset() + func (x *Request) String() string + type RequestMultiError []error + func (m RequestMultiError) AllErrors() []error + func (m RequestMultiError) Error() string + type RequestValidationError struct + func (e RequestValidationError) Cause() error + func (e RequestValidationError) Error() string + func (e RequestValidationError) ErrorName() string + func (e RequestValidationError) Field() string + func (e RequestValidationError) Key() bool + func (e RequestValidationError) Reason() string + type Response struct + Body []byte + Message string + Result Response_Result + func (*Response) Descriptor() ([]byte, []int) + func (*Response) ProtoMessage() + func (m *Response) Validate() error + func (m *Response) ValidateAll() error + func (x *Response) GetBody() []byte + func (x *Response) GetMessage() string + func (x *Response) GetResult() Response_Result + func (x *Response) ProtoReflect() protoreflect.Message + func (x *Response) Reset() + func (x *Response) String() string + type ResponseMultiError []error + func (m ResponseMultiError) AllErrors() []error + func (m ResponseMultiError) Error() string + type ResponseValidationError struct + func (e ResponseValidationError) Cause() error + func (e ResponseValidationError) Error() string + func (e ResponseValidationError) ErrorName() string + func (e ResponseValidationError) Field() string + func (e ResponseValidationError) Key() bool + func (e ResponseValidationError) Reason() string + type Response_Result int32 + const Response_ERROR + const Response_OK + func (Response_Result) Descriptor() protoreflect.EnumDescriptor + func (Response_Result) EnumDescriptor() ([]byte, []int) + func (Response_Result) Type() protoreflect.EnumType + func (x Response_Result) Enum() *Response_Result + func (x Response_Result) Number() protoreflect.EnumNumber + func (x Response_Result) String() string + type Signature struct + Value []byte + func (*Signature) Descriptor() ([]byte, []int) + func (*Signature) ProtoMessage() + func (m *Signature) Validate() error + func (m *Signature) ValidateAll() error + func (x *Signature) GetValue() []byte + func (x *Signature) ProtoReflect() protoreflect.Message + func (x *Signature) Reset() + func (x *Signature) String() string + type SignatureMultiError []error + func (m SignatureMultiError) AllErrors() []error + func (m SignatureMultiError) Error() string + type SignatureValidationError struct + func (e SignatureValidationError) Cause() error + func (e SignatureValidationError) Error() string + func (e SignatureValidationError) ErrorName() string + func (e SignatureValidationError) Field() string + func (e SignatureValidationError) Key() bool + func (e SignatureValidationError) Reason() string + type UserId struct + Value []byte + func (*UserId) Descriptor() ([]byte, []int) + func (*UserId) ProtoMessage() + func (m *UserId) Validate() error + func (m *UserId) ValidateAll() error + func (x *UserId) GetValue() []byte + func (x *UserId) ProtoReflect() protoreflect.Message + func (x *UserId) Reset() + func (x *UserId) String() string + type UserIdMultiError []error + func (m UserIdMultiError) AllErrors() []error + func (m UserIdMultiError) Error() string + type UserIdValidationError struct + func (e UserIdValidationError) Cause() error + func (e UserIdValidationError) Error() string + func (e UserIdValidationError) ErrorName() string + func (e UserIdValidationError) Field() string + func (e UserIdValidationError) Key() bool + func (e UserIdValidationError) Reason() string