Documentation ¶
Index ¶
- type CredentialMaterials
- func (*CredentialMaterials) Descriptor() ([]byte, []int)
- func (m *CredentialMaterials) GetSecret() []byte
- func (m *CredentialMaterials) GetSequence() []byte
- func (m *CredentialMaterials) GetValue() int64
- func (*CredentialMaterials) ProtoMessage()
- func (m *CredentialMaterials) Reset()
- func (m *CredentialMaterials) String() string
- func (m *CredentialMaterials) XXX_DiscardUnknown()
- func (m *CredentialMaterials) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CredentialMaterials) XXX_Merge(src proto.Message)
- func (m *CredentialMaterials) XXX_Size() int
- func (m *CredentialMaterials) XXX_Unmarshal(b []byte) error
- type Request
- func (*Request) Descriptor() ([]byte, []int)
- func (m *Request) GetFlush() *RequestFlush
- func (m *Request) GetGetCredential() *RequestGetCredential
- func (m *Request) GetGetProviders() *RequestGetServiceProviders
- func (m *Request) GetRerandomize() *RequestRerandomize
- func (m *Request) GetSpendCredential() *RequestSpendCredential
- func (m *Request) GetValue() isRequest_Value
- func (*Request) ProtoMessage()
- func (m *Request) Reset()
- func (m *Request) String() string
- func (m *Request) XXX_DiscardUnknown()
- func (m *Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Request) XXX_Merge(src proto.Message)
- func (*Request) XXX_OneofWrappers() []interface{}
- func (m *Request) XXX_Size() int
- func (m *Request) XXX_Unmarshal(b []byte) error
- type RequestFlush
- func (*RequestFlush) Descriptor() ([]byte, []int)
- func (*RequestFlush) ProtoMessage()
- func (m *RequestFlush) Reset()
- func (m *RequestFlush) String() string
- func (m *RequestFlush) XXX_DiscardUnknown()
- func (m *RequestFlush) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RequestFlush) XXX_Merge(src proto.Message)
- func (m *RequestFlush) XXX_Size() int
- func (m *RequestFlush) XXX_Unmarshal(b []byte) error
- type RequestGetCredential
- func (*RequestGetCredential) Descriptor() ([]byte, []int)
- func (m *RequestGetCredential) GetValue() int64
- func (*RequestGetCredential) ProtoMessage()
- func (m *RequestGetCredential) Reset()
- func (m *RequestGetCredential) String() string
- func (m *RequestGetCredential) XXX_DiscardUnknown()
- func (m *RequestGetCredential) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RequestGetCredential) XXX_Merge(src proto.Message)
- func (m *RequestGetCredential) XXX_Size() int
- func (m *RequestGetCredential) XXX_Unmarshal(b []byte) error
- type RequestGetServiceProviders
- func (*RequestGetServiceProviders) Descriptor() ([]byte, []int)
- func (*RequestGetServiceProviders) ProtoMessage()
- func (m *RequestGetServiceProviders) Reset()
- func (m *RequestGetServiceProviders) String() string
- func (m *RequestGetServiceProviders) XXX_DiscardUnknown()
- func (m *RequestGetServiceProviders) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RequestGetServiceProviders) XXX_Merge(src proto.Message)
- func (m *RequestGetServiceProviders) XXX_Size() int
- func (m *RequestGetServiceProviders) XXX_Unmarshal(b []byte) error
- type RequestRerandomize
- func (*RequestRerandomize) Descriptor() ([]byte, []int)
- func (m *RequestRerandomize) GetCredential() *scheme.ProtoSignature
- func (*RequestRerandomize) ProtoMessage()
- func (m *RequestRerandomize) Reset()
- func (m *RequestRerandomize) String() string
- func (m *RequestRerandomize) XXX_DiscardUnknown()
- func (m *RequestRerandomize) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RequestRerandomize) XXX_Merge(src proto.Message)
- func (m *RequestRerandomize) XXX_Size() int
- func (m *RequestRerandomize) XXX_Unmarshal(b []byte) error
- type RequestSpendCredential
- func (*RequestSpendCredential) Descriptor() ([]byte, []int)
- func (m *RequestSpendCredential) GetCredential() *scheme.ProtoSignature
- func (m *RequestSpendCredential) GetMaterials() *CredentialMaterials
- func (m *RequestSpendCredential) GetProvider() *ServiceProvider
- func (*RequestSpendCredential) ProtoMessage()
- func (m *RequestSpendCredential) Reset()
- func (m *RequestSpendCredential) String() string
- func (m *RequestSpendCredential) XXX_DiscardUnknown()
- func (m *RequestSpendCredential) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RequestSpendCredential) XXX_Merge(src proto.Message)
- func (m *RequestSpendCredential) XXX_Size() int
- func (m *RequestSpendCredential) XXX_Unmarshal(b []byte) error
- type Request_Flush
- type Request_GetCredential
- type Request_GetProviders
- type Request_Rerandomize
- type Request_SpendCredential
- type Response
- func (*Response) Descriptor() ([]byte, []int)
- func (m *Response) GetException() *ResponseException
- func (m *Response) GetFlush() *ResponseFlush
- func (m *Response) GetGetCredential() *ResponseGetCredential
- func (m *Response) GetGetProviders() *ResponseGetServiceProviders
- func (m *Response) GetRerandomize() *ResponseRerandomize
- func (m *Response) GetSpendCredential() *ResponseSpendCredential
- func (m *Response) GetValue() isResponse_Value
- func (*Response) ProtoMessage()
- func (m *Response) Reset()
- func (m *Response) String() string
- func (m *Response) XXX_DiscardUnknown()
- func (m *Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Response) XXX_Merge(src proto.Message)
- func (*Response) XXX_OneofWrappers() []interface{}
- func (m *Response) XXX_Size() int
- func (m *Response) XXX_Unmarshal(b []byte) error
- type ResponseException
- func (*ResponseException) Descriptor() ([]byte, []int)
- func (m *ResponseException) GetError() string
- func (*ResponseException) ProtoMessage()
- func (m *ResponseException) Reset()
- func (m *ResponseException) String() string
- func (m *ResponseException) XXX_DiscardUnknown()
- func (m *ResponseException) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResponseException) XXX_Merge(src proto.Message)
- func (m *ResponseException) XXX_Size() int
- func (m *ResponseException) XXX_Unmarshal(b []byte) error
- type ResponseFlush
- func (*ResponseFlush) Descriptor() ([]byte, []int)
- func (*ResponseFlush) ProtoMessage()
- func (m *ResponseFlush) Reset()
- func (m *ResponseFlush) String() string
- func (m *ResponseFlush) XXX_DiscardUnknown()
- func (m *ResponseFlush) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResponseFlush) XXX_Merge(src proto.Message)
- func (m *ResponseFlush) XXX_Size() int
- func (m *ResponseFlush) XXX_Unmarshal(b []byte) error
- type ResponseGetCredential
- func (*ResponseGetCredential) Descriptor() ([]byte, []int)
- func (m *ResponseGetCredential) GetCredential() *scheme.ProtoSignature
- func (m *ResponseGetCredential) GetMaterials() *CredentialMaterials
- func (*ResponseGetCredential) ProtoMessage()
- func (m *ResponseGetCredential) Reset()
- func (m *ResponseGetCredential) String() string
- func (m *ResponseGetCredential) XXX_DiscardUnknown()
- func (m *ResponseGetCredential) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResponseGetCredential) XXX_Merge(src proto.Message)
- func (m *ResponseGetCredential) XXX_Size() int
- func (m *ResponseGetCredential) XXX_Unmarshal(b []byte) error
- type ResponseGetServiceProviders
- func (*ResponseGetServiceProviders) Descriptor() ([]byte, []int)
- func (m *ResponseGetServiceProviders) GetProviders() []*ServiceProvider
- func (*ResponseGetServiceProviders) ProtoMessage()
- func (m *ResponseGetServiceProviders) Reset()
- func (m *ResponseGetServiceProviders) String() string
- func (m *ResponseGetServiceProviders) XXX_DiscardUnknown()
- func (m *ResponseGetServiceProviders) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResponseGetServiceProviders) XXX_Merge(src proto.Message)
- func (m *ResponseGetServiceProviders) XXX_Size() int
- func (m *ResponseGetServiceProviders) XXX_Unmarshal(b []byte) error
- type ResponseRerandomize
- func (*ResponseRerandomize) Descriptor() ([]byte, []int)
- func (m *ResponseRerandomize) GetCredential() *scheme.ProtoSignature
- func (*ResponseRerandomize) ProtoMessage()
- func (m *ResponseRerandomize) Reset()
- func (m *ResponseRerandomize) String() string
- func (m *ResponseRerandomize) XXX_DiscardUnknown()
- func (m *ResponseRerandomize) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResponseRerandomize) XXX_Merge(src proto.Message)
- func (m *ResponseRerandomize) XXX_Size() int
- func (m *ResponseRerandomize) XXX_Unmarshal(b []byte) error
- type ResponseSpendCredential
- func (*ResponseSpendCredential) Descriptor() ([]byte, []int)
- func (*ResponseSpendCredential) ProtoMessage()
- func (m *ResponseSpendCredential) Reset()
- func (m *ResponseSpendCredential) String() string
- func (m *ResponseSpendCredential) XXX_DiscardUnknown()
- func (m *ResponseSpendCredential) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResponseSpendCredential) XXX_Merge(src proto.Message)
- func (m *ResponseSpendCredential) XXX_Size() int
- func (m *ResponseSpendCredential) XXX_Unmarshal(b []byte) error
- type Response_Exception
- type Response_Flush
- type Response_GetCredential
- type Response_GetProviders
- type Response_Rerandomize
- type Response_SpendCredential
- type ServiceProvider
- func (*ServiceProvider) Descriptor() ([]byte, []int)
- func (m *ServiceProvider) GetAddress() string
- func (m *ServiceProvider) GetIp() string
- func (m *ServiceProvider) GetName() string
- func (*ServiceProvider) ProtoMessage()
- func (m *ServiceProvider) Reset()
- func (m *ServiceProvider) String() string
- func (m *ServiceProvider) XXX_DiscardUnknown()
- func (m *ServiceProvider) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ServiceProvider) XXX_Merge(src proto.Message)
- func (m *ServiceProvider) XXX_Size() int
- func (m *ServiceProvider) XXX_Unmarshal(b []byte) error
- type SocketListener
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CredentialMaterials ¶
type CredentialMaterials struct { Value int64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` Secret []byte `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty"` Sequence []byte `protobuf:"bytes,3,opt,name=sequence,proto3" json:"sequence,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CredentialMaterials) Descriptor ¶
func (*CredentialMaterials) Descriptor() ([]byte, []int)
func (*CredentialMaterials) GetSecret ¶
func (m *CredentialMaterials) GetSecret() []byte
func (*CredentialMaterials) GetSequence ¶
func (m *CredentialMaterials) GetSequence() []byte
func (*CredentialMaterials) GetValue ¶
func (m *CredentialMaterials) GetValue() int64
func (*CredentialMaterials) ProtoMessage ¶
func (*CredentialMaterials) ProtoMessage()
func (*CredentialMaterials) Reset ¶
func (m *CredentialMaterials) Reset()
func (*CredentialMaterials) String ¶
func (m *CredentialMaterials) String() string
func (*CredentialMaterials) XXX_DiscardUnknown ¶
func (m *CredentialMaterials) XXX_DiscardUnknown()
func (*CredentialMaterials) XXX_Marshal ¶
func (m *CredentialMaterials) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CredentialMaterials) XXX_Merge ¶
func (m *CredentialMaterials) XXX_Merge(src proto.Message)
func (*CredentialMaterials) XXX_Size ¶
func (m *CredentialMaterials) XXX_Size() int
func (*CredentialMaterials) XXX_Unmarshal ¶
func (m *CredentialMaterials) XXX_Unmarshal(b []byte) error
type Request ¶
type Request struct { // Types that are valid to be assigned to Value: // *Request_GetCredential // *Request_SpendCredential // *Request_GetProviders // *Request_Rerandomize // *Request_Flush Value isRequest_Value `protobuf_oneof:"value"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Request) Descriptor ¶
func (*Request) GetFlush ¶
func (m *Request) GetFlush() *RequestFlush
func (*Request) GetGetCredential ¶
func (m *Request) GetGetCredential() *RequestGetCredential
func (*Request) GetGetProviders ¶
func (m *Request) GetGetProviders() *RequestGetServiceProviders
func (*Request) GetRerandomize ¶
func (m *Request) GetRerandomize() *RequestRerandomize
func (*Request) GetSpendCredential ¶
func (m *Request) GetSpendCredential() *RequestSpendCredential
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
func (*Request) XXX_DiscardUnknown ¶
func (m *Request) XXX_DiscardUnknown()
func (*Request) XXX_Marshal ¶
func (*Request) XXX_OneofWrappers ¶
func (*Request) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*Request) XXX_Unmarshal ¶
type RequestFlush ¶
type RequestFlush struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RequestFlush) Descriptor ¶
func (*RequestFlush) Descriptor() ([]byte, []int)
func (*RequestFlush) ProtoMessage ¶
func (*RequestFlush) ProtoMessage()
func (*RequestFlush) Reset ¶
func (m *RequestFlush) Reset()
func (*RequestFlush) String ¶
func (m *RequestFlush) String() string
func (*RequestFlush) XXX_DiscardUnknown ¶
func (m *RequestFlush) XXX_DiscardUnknown()
func (*RequestFlush) XXX_Marshal ¶
func (m *RequestFlush) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RequestFlush) XXX_Merge ¶
func (m *RequestFlush) XXX_Merge(src proto.Message)
func (*RequestFlush) XXX_Size ¶
func (m *RequestFlush) XXX_Size() int
func (*RequestFlush) XXX_Unmarshal ¶
func (m *RequestFlush) XXX_Unmarshal(b []byte) error
type RequestGetCredential ¶
type RequestGetCredential 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 (*RequestGetCredential) Descriptor ¶
func (*RequestGetCredential) Descriptor() ([]byte, []int)
func (*RequestGetCredential) GetValue ¶
func (m *RequestGetCredential) GetValue() int64
func (*RequestGetCredential) ProtoMessage ¶
func (*RequestGetCredential) ProtoMessage()
func (*RequestGetCredential) Reset ¶
func (m *RequestGetCredential) Reset()
func (*RequestGetCredential) String ¶
func (m *RequestGetCredential) String() string
func (*RequestGetCredential) XXX_DiscardUnknown ¶
func (m *RequestGetCredential) XXX_DiscardUnknown()
func (*RequestGetCredential) XXX_Marshal ¶
func (m *RequestGetCredential) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RequestGetCredential) XXX_Merge ¶
func (m *RequestGetCredential) XXX_Merge(src proto.Message)
func (*RequestGetCredential) XXX_Size ¶
func (m *RequestGetCredential) XXX_Size() int
func (*RequestGetCredential) XXX_Unmarshal ¶
func (m *RequestGetCredential) XXX_Unmarshal(b []byte) error
type RequestGetServiceProviders ¶
type RequestGetServiceProviders struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RequestGetServiceProviders) Descriptor ¶
func (*RequestGetServiceProviders) Descriptor() ([]byte, []int)
func (*RequestGetServiceProviders) ProtoMessage ¶
func (*RequestGetServiceProviders) ProtoMessage()
func (*RequestGetServiceProviders) Reset ¶
func (m *RequestGetServiceProviders) Reset()
func (*RequestGetServiceProviders) String ¶
func (m *RequestGetServiceProviders) String() string
func (*RequestGetServiceProviders) XXX_DiscardUnknown ¶
func (m *RequestGetServiceProviders) XXX_DiscardUnknown()
func (*RequestGetServiceProviders) XXX_Marshal ¶
func (m *RequestGetServiceProviders) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RequestGetServiceProviders) XXX_Merge ¶
func (m *RequestGetServiceProviders) XXX_Merge(src proto.Message)
func (*RequestGetServiceProviders) XXX_Size ¶
func (m *RequestGetServiceProviders) XXX_Size() int
func (*RequestGetServiceProviders) XXX_Unmarshal ¶
func (m *RequestGetServiceProviders) XXX_Unmarshal(b []byte) error
type RequestRerandomize ¶
type RequestRerandomize struct { Credential *scheme.ProtoSignature `protobuf:"bytes,1,opt,name=credential,proto3" json:"credential,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RequestRerandomize) Descriptor ¶
func (*RequestRerandomize) Descriptor() ([]byte, []int)
func (*RequestRerandomize) GetCredential ¶
func (m *RequestRerandomize) GetCredential() *scheme.ProtoSignature
func (*RequestRerandomize) ProtoMessage ¶
func (*RequestRerandomize) ProtoMessage()
func (*RequestRerandomize) Reset ¶
func (m *RequestRerandomize) Reset()
func (*RequestRerandomize) String ¶
func (m *RequestRerandomize) String() string
func (*RequestRerandomize) XXX_DiscardUnknown ¶
func (m *RequestRerandomize) XXX_DiscardUnknown()
func (*RequestRerandomize) XXX_Marshal ¶
func (m *RequestRerandomize) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RequestRerandomize) XXX_Merge ¶
func (m *RequestRerandomize) XXX_Merge(src proto.Message)
func (*RequestRerandomize) XXX_Size ¶
func (m *RequestRerandomize) XXX_Size() int
func (*RequestRerandomize) XXX_Unmarshal ¶
func (m *RequestRerandomize) XXX_Unmarshal(b []byte) error
type RequestSpendCredential ¶
type RequestSpendCredential struct { Credential *scheme.ProtoSignature `protobuf:"bytes,1,opt,name=credential,proto3" json:"credential,omitempty"` Materials *CredentialMaterials `protobuf:"bytes,2,opt,name=materials,proto3" json:"materials,omitempty"` Provider *ServiceProvider `protobuf:"bytes,3,opt,name=provider,proto3" json:"provider,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RequestSpendCredential) Descriptor ¶
func (*RequestSpendCredential) Descriptor() ([]byte, []int)
func (*RequestSpendCredential) GetCredential ¶
func (m *RequestSpendCredential) GetCredential() *scheme.ProtoSignature
func (*RequestSpendCredential) GetMaterials ¶
func (m *RequestSpendCredential) GetMaterials() *CredentialMaterials
func (*RequestSpendCredential) GetProvider ¶
func (m *RequestSpendCredential) GetProvider() *ServiceProvider
func (*RequestSpendCredential) ProtoMessage ¶
func (*RequestSpendCredential) ProtoMessage()
func (*RequestSpendCredential) Reset ¶
func (m *RequestSpendCredential) Reset()
func (*RequestSpendCredential) String ¶
func (m *RequestSpendCredential) String() string
func (*RequestSpendCredential) XXX_DiscardUnknown ¶
func (m *RequestSpendCredential) XXX_DiscardUnknown()
func (*RequestSpendCredential) XXX_Marshal ¶
func (m *RequestSpendCredential) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RequestSpendCredential) XXX_Merge ¶
func (m *RequestSpendCredential) XXX_Merge(src proto.Message)
func (*RequestSpendCredential) XXX_Size ¶
func (m *RequestSpendCredential) XXX_Size() int
func (*RequestSpendCredential) XXX_Unmarshal ¶
func (m *RequestSpendCredential) XXX_Unmarshal(b []byte) error
type Request_Flush ¶
type Request_Flush struct {
Flush *RequestFlush `protobuf:"bytes,6,opt,name=flush,proto3,oneof"`
}
type Request_GetCredential ¶
type Request_GetCredential struct {
GetCredential *RequestGetCredential `protobuf:"bytes,2,opt,name=getCredential,proto3,oneof"`
}
type Request_GetProviders ¶
type Request_GetProviders struct {
GetProviders *RequestGetServiceProviders `protobuf:"bytes,4,opt,name=getProviders,proto3,oneof"`
}
type Request_Rerandomize ¶
type Request_Rerandomize struct {
Rerandomize *RequestRerandomize `protobuf:"bytes,5,opt,name=rerandomize,proto3,oneof"`
}
type Request_SpendCredential ¶
type Request_SpendCredential struct {
SpendCredential *RequestSpendCredential `protobuf:"bytes,3,opt,name=spendCredential,proto3,oneof"`
}
type Response ¶
type Response struct { // Types that are valid to be assigned to Value: // *Response_Exception // *Response_GetCredential // *Response_SpendCredential // *Response_GetProviders // *Response_Rerandomize // *Response_Flush Value isResponse_Value `protobuf_oneof:"value"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Response) Descriptor ¶
func (*Response) GetException ¶
func (m *Response) GetException() *ResponseException
func (*Response) GetFlush ¶
func (m *Response) GetFlush() *ResponseFlush
func (*Response) GetGetCredential ¶
func (m *Response) GetGetCredential() *ResponseGetCredential
func (*Response) GetGetProviders ¶
func (m *Response) GetGetProviders() *ResponseGetServiceProviders
func (*Response) GetRerandomize ¶
func (m *Response) GetRerandomize() *ResponseRerandomize
func (*Response) GetSpendCredential ¶
func (m *Response) GetSpendCredential() *ResponseSpendCredential
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
func (*Response) XXX_DiscardUnknown ¶
func (m *Response) XXX_DiscardUnknown()
func (*Response) XXX_Marshal ¶
func (*Response) XXX_OneofWrappers ¶
func (*Response) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*Response) XXX_Unmarshal ¶
type ResponseException ¶
type ResponseException struct { Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ResponseException) Descriptor ¶
func (*ResponseException) Descriptor() ([]byte, []int)
func (*ResponseException) GetError ¶
func (m *ResponseException) GetError() string
func (*ResponseException) ProtoMessage ¶
func (*ResponseException) ProtoMessage()
func (*ResponseException) Reset ¶
func (m *ResponseException) Reset()
func (*ResponseException) String ¶
func (m *ResponseException) String() string
func (*ResponseException) XXX_DiscardUnknown ¶
func (m *ResponseException) XXX_DiscardUnknown()
func (*ResponseException) XXX_Marshal ¶
func (m *ResponseException) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResponseException) XXX_Merge ¶
func (m *ResponseException) XXX_Merge(src proto.Message)
func (*ResponseException) XXX_Size ¶
func (m *ResponseException) XXX_Size() int
func (*ResponseException) XXX_Unmarshal ¶
func (m *ResponseException) XXX_Unmarshal(b []byte) error
type ResponseFlush ¶
type ResponseFlush struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ResponseFlush) Descriptor ¶
func (*ResponseFlush) Descriptor() ([]byte, []int)
func (*ResponseFlush) ProtoMessage ¶
func (*ResponseFlush) ProtoMessage()
func (*ResponseFlush) Reset ¶
func (m *ResponseFlush) Reset()
func (*ResponseFlush) String ¶
func (m *ResponseFlush) String() string
func (*ResponseFlush) XXX_DiscardUnknown ¶
func (m *ResponseFlush) XXX_DiscardUnknown()
func (*ResponseFlush) XXX_Marshal ¶
func (m *ResponseFlush) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResponseFlush) XXX_Merge ¶
func (m *ResponseFlush) XXX_Merge(src proto.Message)
func (*ResponseFlush) XXX_Size ¶
func (m *ResponseFlush) XXX_Size() int
func (*ResponseFlush) XXX_Unmarshal ¶
func (m *ResponseFlush) XXX_Unmarshal(b []byte) error
type ResponseGetCredential ¶
type ResponseGetCredential struct { Credential *scheme.ProtoSignature `protobuf:"bytes,1,opt,name=credential,proto3" json:"credential,omitempty"` Materials *CredentialMaterials `protobuf:"bytes,2,opt,name=materials,proto3" json:"materials,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ResponseGetCredential) Descriptor ¶
func (*ResponseGetCredential) Descriptor() ([]byte, []int)
func (*ResponseGetCredential) GetCredential ¶
func (m *ResponseGetCredential) GetCredential() *scheme.ProtoSignature
func (*ResponseGetCredential) GetMaterials ¶
func (m *ResponseGetCredential) GetMaterials() *CredentialMaterials
func (*ResponseGetCredential) ProtoMessage ¶
func (*ResponseGetCredential) ProtoMessage()
func (*ResponseGetCredential) Reset ¶
func (m *ResponseGetCredential) Reset()
func (*ResponseGetCredential) String ¶
func (m *ResponseGetCredential) String() string
func (*ResponseGetCredential) XXX_DiscardUnknown ¶
func (m *ResponseGetCredential) XXX_DiscardUnknown()
func (*ResponseGetCredential) XXX_Marshal ¶
func (m *ResponseGetCredential) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResponseGetCredential) XXX_Merge ¶
func (m *ResponseGetCredential) XXX_Merge(src proto.Message)
func (*ResponseGetCredential) XXX_Size ¶
func (m *ResponseGetCredential) XXX_Size() int
func (*ResponseGetCredential) XXX_Unmarshal ¶
func (m *ResponseGetCredential) XXX_Unmarshal(b []byte) error
type ResponseGetServiceProviders ¶
type ResponseGetServiceProviders struct { Providers []*ServiceProvider `protobuf:"bytes,1,rep,name=providers,proto3" json:"providers,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ResponseGetServiceProviders) Descriptor ¶
func (*ResponseGetServiceProviders) Descriptor() ([]byte, []int)
func (*ResponseGetServiceProviders) GetProviders ¶
func (m *ResponseGetServiceProviders) GetProviders() []*ServiceProvider
func (*ResponseGetServiceProviders) ProtoMessage ¶
func (*ResponseGetServiceProviders) ProtoMessage()
func (*ResponseGetServiceProviders) Reset ¶
func (m *ResponseGetServiceProviders) Reset()
func (*ResponseGetServiceProviders) String ¶
func (m *ResponseGetServiceProviders) String() string
func (*ResponseGetServiceProviders) XXX_DiscardUnknown ¶
func (m *ResponseGetServiceProviders) XXX_DiscardUnknown()
func (*ResponseGetServiceProviders) XXX_Marshal ¶
func (m *ResponseGetServiceProviders) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResponseGetServiceProviders) XXX_Merge ¶
func (m *ResponseGetServiceProviders) XXX_Merge(src proto.Message)
func (*ResponseGetServiceProviders) XXX_Size ¶
func (m *ResponseGetServiceProviders) XXX_Size() int
func (*ResponseGetServiceProviders) XXX_Unmarshal ¶
func (m *ResponseGetServiceProviders) XXX_Unmarshal(b []byte) error
type ResponseRerandomize ¶
type ResponseRerandomize struct { Credential *scheme.ProtoSignature `protobuf:"bytes,1,opt,name=credential,proto3" json:"credential,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ResponseRerandomize) Descriptor ¶
func (*ResponseRerandomize) Descriptor() ([]byte, []int)
func (*ResponseRerandomize) GetCredential ¶
func (m *ResponseRerandomize) GetCredential() *scheme.ProtoSignature
func (*ResponseRerandomize) ProtoMessage ¶
func (*ResponseRerandomize) ProtoMessage()
func (*ResponseRerandomize) Reset ¶
func (m *ResponseRerandomize) Reset()
func (*ResponseRerandomize) String ¶
func (m *ResponseRerandomize) String() string
func (*ResponseRerandomize) XXX_DiscardUnknown ¶
func (m *ResponseRerandomize) XXX_DiscardUnknown()
func (*ResponseRerandomize) XXX_Marshal ¶
func (m *ResponseRerandomize) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResponseRerandomize) XXX_Merge ¶
func (m *ResponseRerandomize) XXX_Merge(src proto.Message)
func (*ResponseRerandomize) XXX_Size ¶
func (m *ResponseRerandomize) XXX_Size() int
func (*ResponseRerandomize) XXX_Unmarshal ¶
func (m *ResponseRerandomize) XXX_Unmarshal(b []byte) error
type ResponseSpendCredential ¶
type ResponseSpendCredential struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ResponseSpendCredential) Descriptor ¶
func (*ResponseSpendCredential) Descriptor() ([]byte, []int)
func (*ResponseSpendCredential) ProtoMessage ¶
func (*ResponseSpendCredential) ProtoMessage()
func (*ResponseSpendCredential) Reset ¶
func (m *ResponseSpendCredential) Reset()
func (*ResponseSpendCredential) String ¶
func (m *ResponseSpendCredential) String() string
func (*ResponseSpendCredential) XXX_DiscardUnknown ¶
func (m *ResponseSpendCredential) XXX_DiscardUnknown()
func (*ResponseSpendCredential) XXX_Marshal ¶
func (m *ResponseSpendCredential) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResponseSpendCredential) XXX_Merge ¶
func (m *ResponseSpendCredential) XXX_Merge(src proto.Message)
func (*ResponseSpendCredential) XXX_Size ¶
func (m *ResponseSpendCredential) XXX_Size() int
func (*ResponseSpendCredential) XXX_Unmarshal ¶
func (m *ResponseSpendCredential) XXX_Unmarshal(b []byte) error
type Response_Exception ¶
type Response_Exception struct {
Exception *ResponseException `protobuf:"bytes,1,opt,name=exception,proto3,oneof"`
}
type Response_Flush ¶
type Response_Flush struct {
Flush *ResponseFlush `protobuf:"bytes,6,opt,name=flush,proto3,oneof"`
}
type Response_GetCredential ¶
type Response_GetCredential struct {
GetCredential *ResponseGetCredential `protobuf:"bytes,2,opt,name=getCredential,proto3,oneof"`
}
type Response_GetProviders ¶
type Response_GetProviders struct {
GetProviders *ResponseGetServiceProviders `protobuf:"bytes,4,opt,name=getProviders,proto3,oneof"`
}
type Response_Rerandomize ¶
type Response_Rerandomize struct {
Rerandomize *ResponseRerandomize `protobuf:"bytes,5,opt,name=rerandomize,proto3,oneof"`
}
type Response_SpendCredential ¶
type Response_SpendCredential struct {
SpendCredential *ResponseSpendCredential `protobuf:"bytes,3,opt,name=spendCredential,proto3,oneof"`
}
type ServiceProvider ¶
type ServiceProvider struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` Ip string `protobuf:"bytes,3,opt,name=Ip,json=ip,proto3" json:"Ip,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
TODO: this is really a placeholder which will change once the system is properly rewritten
func (*ServiceProvider) Descriptor ¶
func (*ServiceProvider) Descriptor() ([]byte, []int)
func (*ServiceProvider) GetAddress ¶
func (m *ServiceProvider) GetAddress() string
func (*ServiceProvider) GetIp ¶
func (m *ServiceProvider) GetIp() string
func (*ServiceProvider) GetName ¶
func (m *ServiceProvider) GetName() string
func (*ServiceProvider) ProtoMessage ¶
func (*ServiceProvider) ProtoMessage()
func (*ServiceProvider) Reset ¶
func (m *ServiceProvider) Reset()
func (*ServiceProvider) String ¶
func (m *ServiceProvider) String() string
func (*ServiceProvider) XXX_DiscardUnknown ¶
func (m *ServiceProvider) XXX_DiscardUnknown()
func (*ServiceProvider) XXX_Marshal ¶
func (m *ServiceProvider) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ServiceProvider) XXX_Merge ¶
func (m *ServiceProvider) XXX_Merge(src proto.Message)
func (*ServiceProvider) XXX_Size ¶
func (m *ServiceProvider) XXX_Size() int
func (*ServiceProvider) XXX_Unmarshal ¶
func (m *ServiceProvider) XXX_Unmarshal(b []byte) error
type SocketListener ¶
type SocketListener interface { Start() error Shutdown() Wait() }
Click to show internal directories.
Click to hide internal directories.