Versions in this module Expand all Collapse all v1 v1.9.1 Jul 25, 2025 Changes in this version type GetJwtRequest + Host string + Method string + Path string + func (x *GetJwtRequest) GetHost() string + func (x *GetJwtRequest) GetMethod() string + func (x *GetJwtRequest) GetPath() string v1.9.0 Jul 25, 2025 Changes in this version + const Ramp_GetJwt_FullMethodName + var File_ramp_v1_model_proto protoreflect.FileDescriptor + var File_ramp_v1_ramp_service_proto protoreflect.FileDescriptor + var GetJwtResponse_Result_name = map[int32]string + var GetJwtResponse_Result_value = map[string]int32 + var Provider_name = map[int32]string + var Provider_value = map[string]int32 + var Ramp_ServiceDesc = grpc.ServiceDesc + func RegisterRampServer(s grpc.ServiceRegistrar, srv RampServer) + type ApiKey struct + Provider Provider + Value string + func (*ApiKey) Descriptor() ([]byte, []int) + func (*ApiKey) ProtoMessage() + func (m *ApiKey) Validate() error + func (m *ApiKey) ValidateAll() error + func (x *ApiKey) GetProvider() Provider + func (x *ApiKey) GetValue() string + func (x *ApiKey) ProtoReflect() protoreflect.Message + func (x *ApiKey) Reset() + func (x *ApiKey) String() string + type ApiKeyMultiError []error + func (m ApiKeyMultiError) AllErrors() []error + func (m ApiKeyMultiError) Error() string + type ApiKeyValidationError struct + func (e ApiKeyValidationError) Cause() error + func (e ApiKeyValidationError) Error() string + func (e ApiKeyValidationError) ErrorName() string + func (e ApiKeyValidationError) Field() string + func (e ApiKeyValidationError) Key() bool + func (e ApiKeyValidationError) Reason() string + type GetJwtRequest struct + ApiKey *ApiKey + Auth *v1.Auth + func (*GetJwtRequest) Descriptor() ([]byte, []int) + func (*GetJwtRequest) ProtoMessage() + func (m *GetJwtRequest) Validate() error + func (m *GetJwtRequest) ValidateAll() error + func (x *GetJwtRequest) GetApiKey() *ApiKey + func (x *GetJwtRequest) GetAuth() *v1.Auth + func (x *GetJwtRequest) ProtoReflect() protoreflect.Message + func (x *GetJwtRequest) Reset() + func (x *GetJwtRequest) String() string + type GetJwtRequestMultiError []error + func (m GetJwtRequestMultiError) AllErrors() []error + func (m GetJwtRequestMultiError) Error() string + type GetJwtRequestValidationError struct + func (e GetJwtRequestValidationError) Cause() error + func (e GetJwtRequestValidationError) Error() string + func (e GetJwtRequestValidationError) ErrorName() string + func (e GetJwtRequestValidationError) Field() string + func (e GetJwtRequestValidationError) Key() bool + func (e GetJwtRequestValidationError) Reason() string + type GetJwtResponse struct + Jwt *Jwt + Result GetJwtResponse_Result + func (*GetJwtResponse) Descriptor() ([]byte, []int) + func (*GetJwtResponse) ProtoMessage() + func (m *GetJwtResponse) Validate() error + func (m *GetJwtResponse) ValidateAll() error + func (x *GetJwtResponse) GetJwt() *Jwt + func (x *GetJwtResponse) GetResult() GetJwtResponse_Result + func (x *GetJwtResponse) ProtoReflect() protoreflect.Message + func (x *GetJwtResponse) Reset() + func (x *GetJwtResponse) String() string + type GetJwtResponseMultiError []error + func (m GetJwtResponseMultiError) AllErrors() []error + func (m GetJwtResponseMultiError) Error() string + type GetJwtResponseValidationError struct + func (e GetJwtResponseValidationError) Cause() error + func (e GetJwtResponseValidationError) Error() string + func (e GetJwtResponseValidationError) ErrorName() string + func (e GetJwtResponseValidationError) Field() string + func (e GetJwtResponseValidationError) Key() bool + func (e GetJwtResponseValidationError) Reason() string + type GetJwtResponse_Result int32 + const GetJwtResponse_DENIED + const GetJwtResponse_EMAIL_VERIFICATION_REQUIRED + const GetJwtResponse_INVALID_API_KEY + const GetJwtResponse_OK + const GetJwtResponse_PHONE_VERIFICATION_REQUIRED + const GetJwtResponse_UNSUPPORTED_PROVIDER + func (GetJwtResponse_Result) Descriptor() protoreflect.EnumDescriptor + func (GetJwtResponse_Result) EnumDescriptor() ([]byte, []int) + func (GetJwtResponse_Result) Type() protoreflect.EnumType + func (x GetJwtResponse_Result) Enum() *GetJwtResponse_Result + func (x GetJwtResponse_Result) Number() protoreflect.EnumNumber + func (x GetJwtResponse_Result) String() string + type Jwt struct + Value string + func (*Jwt) Descriptor() ([]byte, []int) + func (*Jwt) ProtoMessage() + func (m *Jwt) Validate() error + func (m *Jwt) ValidateAll() error + func (x *Jwt) GetValue() string + func (x *Jwt) ProtoReflect() protoreflect.Message + func (x *Jwt) Reset() + func (x *Jwt) String() string + type JwtMultiError []error + func (m JwtMultiError) AllErrors() []error + func (m JwtMultiError) Error() string + type JwtValidationError struct + func (e JwtValidationError) Cause() error + func (e JwtValidationError) Error() string + func (e JwtValidationError) ErrorName() string + func (e JwtValidationError) Field() string + func (e JwtValidationError) Key() bool + func (e JwtValidationError) Reason() string + type Provider int32 + const Provider_COINBASE + const Provider_UNKNOWN + func (Provider) Descriptor() protoreflect.EnumDescriptor + func (Provider) EnumDescriptor() ([]byte, []int) + func (Provider) Type() protoreflect.EnumType + func (x Provider) Enum() *Provider + func (x Provider) Number() protoreflect.EnumNumber + func (x Provider) String() string + type RampClient interface + GetJwt func(ctx context.Context, in *GetJwtRequest, opts ...grpc.CallOption) (*GetJwtResponse, error) + func NewRampClient(cc grpc.ClientConnInterface) RampClient + type RampServer interface + GetJwt func(context.Context, *GetJwtRequest) (*GetJwtResponse, error) + type UnimplementedRampServer struct + func (UnimplementedRampServer) GetJwt(context.Context, *GetJwtRequest) (*GetJwtResponse, error) + type UnsafeRampServer interface