Documentation ¶
Index ¶
- Variables
- func Request(stream p2pnetwork.Stream, ownAccountID p2pcrypto.PrivKey, ...) error
- func Response(stream p2pnetwork.Stream, ownAccountID p2pcrypto.PrivKey) (p2pcrypto.PubKey, error)
- type BoxEnvelope
- func (*BoxEnvelope) Descriptor() ([]byte, []int)
- func (m *BoxEnvelope) GetBox() []byte
- func (m *BoxEnvelope) Marshal() (dAtA []byte, err error)
- func (m *BoxEnvelope) MarshalTo(dAtA []byte) (int, error)
- func (m *BoxEnvelope) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BoxEnvelope) ProtoMessage()
- func (m *BoxEnvelope) Reset()
- func (m *BoxEnvelope) Size() (n int)
- func (m *BoxEnvelope) String() string
- func (m *BoxEnvelope) Unmarshal(dAtA []byte) error
- func (m *BoxEnvelope) XXX_DiscardUnknown()
- func (m *BoxEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BoxEnvelope) XXX_Merge(src proto.Message)
- func (m *BoxEnvelope) XXX_Size() int
- func (m *BoxEnvelope) XXX_Unmarshal(b []byte) error
- type HelloPayload
- func (*HelloPayload) Descriptor() ([]byte, []int)
- func (m *HelloPayload) GetEphemeralPubKey() []byte
- func (m *HelloPayload) Marshal() (dAtA []byte, err error)
- func (m *HelloPayload) MarshalTo(dAtA []byte) (int, error)
- func (m *HelloPayload) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HelloPayload) ProtoMessage()
- func (m *HelloPayload) Reset()
- func (m *HelloPayload) Size() (n int)
- func (m *HelloPayload) String() string
- func (m *HelloPayload) Unmarshal(dAtA []byte) error
- func (m *HelloPayload) XXX_DiscardUnknown()
- func (m *HelloPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HelloPayload) XXX_Merge(src proto.Message)
- func (m *HelloPayload) XXX_Size() int
- func (m *HelloPayload) XXX_Unmarshal(b []byte) error
- type RequesterAcknowledgePayload
- func (*RequesterAcknowledgePayload) Descriptor() ([]byte, []int)
- func (m *RequesterAcknowledgePayload) GetSuccess() bool
- func (m *RequesterAcknowledgePayload) Marshal() (dAtA []byte, err error)
- func (m *RequesterAcknowledgePayload) MarshalTo(dAtA []byte) (int, error)
- func (m *RequesterAcknowledgePayload) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RequesterAcknowledgePayload) ProtoMessage()
- func (m *RequesterAcknowledgePayload) Reset()
- func (m *RequesterAcknowledgePayload) Size() (n int)
- func (m *RequesterAcknowledgePayload) String() string
- func (m *RequesterAcknowledgePayload) Unmarshal(dAtA []byte) error
- func (m *RequesterAcknowledgePayload) XXX_DiscardUnknown()
- func (m *RequesterAcknowledgePayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RequesterAcknowledgePayload) XXX_Merge(src proto.Message)
- func (m *RequesterAcknowledgePayload) XXX_Size() int
- func (m *RequesterAcknowledgePayload) XXX_Unmarshal(b []byte) error
- type RequesterAuthenticatePayload
- func (*RequesterAuthenticatePayload) Descriptor() ([]byte, []int)
- func (m *RequesterAuthenticatePayload) GetRequesterAccountId() []byte
- func (m *RequesterAuthenticatePayload) GetRequesterAccountSig() []byte
- func (m *RequesterAuthenticatePayload) Marshal() (dAtA []byte, err error)
- func (m *RequesterAuthenticatePayload) MarshalTo(dAtA []byte) (int, error)
- func (m *RequesterAuthenticatePayload) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RequesterAuthenticatePayload) ProtoMessage()
- func (m *RequesterAuthenticatePayload) Reset()
- func (m *RequesterAuthenticatePayload) Size() (n int)
- func (m *RequesterAuthenticatePayload) String() string
- func (m *RequesterAuthenticatePayload) Unmarshal(dAtA []byte) error
- func (m *RequesterAuthenticatePayload) XXX_DiscardUnknown()
- func (m *RequesterAuthenticatePayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RequesterAuthenticatePayload) XXX_Merge(src proto.Message)
- func (m *RequesterAuthenticatePayload) XXX_Size() int
- func (m *RequesterAuthenticatePayload) XXX_Unmarshal(b []byte) error
- type ResponderAcceptPayload
- func (*ResponderAcceptPayload) Descriptor() ([]byte, []int)
- func (m *ResponderAcceptPayload) GetResponderAccountSig() []byte
- func (m *ResponderAcceptPayload) Marshal() (dAtA []byte, err error)
- func (m *ResponderAcceptPayload) MarshalTo(dAtA []byte) (int, error)
- func (m *ResponderAcceptPayload) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResponderAcceptPayload) ProtoMessage()
- func (m *ResponderAcceptPayload) Reset()
- func (m *ResponderAcceptPayload) Size() (n int)
- func (m *ResponderAcceptPayload) String() string
- func (m *ResponderAcceptPayload) Unmarshal(dAtA []byte) error
- func (m *ResponderAcceptPayload) XXX_DiscardUnknown()
- func (m *ResponderAcceptPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResponderAcceptPayload) XXX_Merge(src proto.Message)
- func (m *ResponderAcceptPayload) XXX_Size() int
- func (m *ResponderAcceptPayload) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type BoxEnvelope ¶ added in v2.40.0
type BoxEnvelope struct { Box []byte `protobuf:"bytes,1,opt,name=box,proto3" json:"box,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BoxEnvelope) Descriptor ¶ added in v2.40.0
func (*BoxEnvelope) Descriptor() ([]byte, []int)
func (*BoxEnvelope) GetBox ¶ added in v2.40.0
func (m *BoxEnvelope) GetBox() []byte
func (*BoxEnvelope) Marshal ¶ added in v2.40.0
func (m *BoxEnvelope) Marshal() (dAtA []byte, err error)
func (*BoxEnvelope) MarshalTo ¶ added in v2.40.0
func (m *BoxEnvelope) MarshalTo(dAtA []byte) (int, error)
func (*BoxEnvelope) MarshalToSizedBuffer ¶ added in v2.40.0
func (m *BoxEnvelope) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BoxEnvelope) ProtoMessage ¶ added in v2.40.0
func (*BoxEnvelope) ProtoMessage()
func (*BoxEnvelope) Reset ¶ added in v2.40.0
func (m *BoxEnvelope) Reset()
func (*BoxEnvelope) Size ¶ added in v2.40.0
func (m *BoxEnvelope) Size() (n int)
func (*BoxEnvelope) String ¶ added in v2.40.0
func (m *BoxEnvelope) String() string
func (*BoxEnvelope) Unmarshal ¶ added in v2.40.0
func (m *BoxEnvelope) Unmarshal(dAtA []byte) error
func (*BoxEnvelope) XXX_DiscardUnknown ¶ added in v2.40.0
func (m *BoxEnvelope) XXX_DiscardUnknown()
func (*BoxEnvelope) XXX_Marshal ¶ added in v2.40.0
func (m *BoxEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BoxEnvelope) XXX_Merge ¶ added in v2.40.0
func (m *BoxEnvelope) XXX_Merge(src proto.Message)
func (*BoxEnvelope) XXX_Size ¶ added in v2.40.0
func (m *BoxEnvelope) XXX_Size() int
func (*BoxEnvelope) XXX_Unmarshal ¶ added in v2.40.0
func (m *BoxEnvelope) XXX_Unmarshal(b []byte) error
type HelloPayload ¶ added in v2.40.0
type HelloPayload struct { EphemeralPubKey []byte `protobuf:"bytes,1,opt,name=ephemeral_pub_key,json=ephemeralPubKey,proto3" json:"ephemeral_pub_key,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*HelloPayload) Descriptor ¶ added in v2.40.0
func (*HelloPayload) Descriptor() ([]byte, []int)
func (*HelloPayload) GetEphemeralPubKey ¶ added in v2.40.0
func (m *HelloPayload) GetEphemeralPubKey() []byte
func (*HelloPayload) Marshal ¶ added in v2.40.0
func (m *HelloPayload) Marshal() (dAtA []byte, err error)
func (*HelloPayload) MarshalTo ¶ added in v2.40.0
func (m *HelloPayload) MarshalTo(dAtA []byte) (int, error)
func (*HelloPayload) MarshalToSizedBuffer ¶ added in v2.40.0
func (m *HelloPayload) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*HelloPayload) ProtoMessage ¶ added in v2.40.0
func (*HelloPayload) ProtoMessage()
func (*HelloPayload) Reset ¶ added in v2.40.0
func (m *HelloPayload) Reset()
func (*HelloPayload) Size ¶ added in v2.40.0
func (m *HelloPayload) Size() (n int)
func (*HelloPayload) String ¶ added in v2.40.0
func (m *HelloPayload) String() string
func (*HelloPayload) Unmarshal ¶ added in v2.40.0
func (m *HelloPayload) Unmarshal(dAtA []byte) error
func (*HelloPayload) XXX_DiscardUnknown ¶ added in v2.40.0
func (m *HelloPayload) XXX_DiscardUnknown()
func (*HelloPayload) XXX_Marshal ¶ added in v2.40.0
func (m *HelloPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*HelloPayload) XXX_Merge ¶ added in v2.40.0
func (m *HelloPayload) XXX_Merge(src proto.Message)
func (*HelloPayload) XXX_Size ¶ added in v2.40.0
func (m *HelloPayload) XXX_Size() int
func (*HelloPayload) XXX_Unmarshal ¶ added in v2.40.0
func (m *HelloPayload) XXX_Unmarshal(b []byte) error
type RequesterAcknowledgePayload ¶ added in v2.40.0
type RequesterAcknowledgePayload struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RequesterAcknowledgePayload) Descriptor ¶ added in v2.40.0
func (*RequesterAcknowledgePayload) Descriptor() ([]byte, []int)
func (*RequesterAcknowledgePayload) GetSuccess ¶ added in v2.40.0
func (m *RequesterAcknowledgePayload) GetSuccess() bool
func (*RequesterAcknowledgePayload) Marshal ¶ added in v2.40.0
func (m *RequesterAcknowledgePayload) Marshal() (dAtA []byte, err error)
func (*RequesterAcknowledgePayload) MarshalTo ¶ added in v2.40.0
func (m *RequesterAcknowledgePayload) MarshalTo(dAtA []byte) (int, error)
func (*RequesterAcknowledgePayload) MarshalToSizedBuffer ¶ added in v2.40.0
func (m *RequesterAcknowledgePayload) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequesterAcknowledgePayload) ProtoMessage ¶ added in v2.40.0
func (*RequesterAcknowledgePayload) ProtoMessage()
func (*RequesterAcknowledgePayload) Reset ¶ added in v2.40.0
func (m *RequesterAcknowledgePayload) Reset()
func (*RequesterAcknowledgePayload) Size ¶ added in v2.40.0
func (m *RequesterAcknowledgePayload) Size() (n int)
func (*RequesterAcknowledgePayload) String ¶ added in v2.40.0
func (m *RequesterAcknowledgePayload) String() string
func (*RequesterAcknowledgePayload) Unmarshal ¶ added in v2.40.0
func (m *RequesterAcknowledgePayload) Unmarshal(dAtA []byte) error
func (*RequesterAcknowledgePayload) XXX_DiscardUnknown ¶ added in v2.40.0
func (m *RequesterAcknowledgePayload) XXX_DiscardUnknown()
func (*RequesterAcknowledgePayload) XXX_Marshal ¶ added in v2.40.0
func (m *RequesterAcknowledgePayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RequesterAcknowledgePayload) XXX_Merge ¶ added in v2.40.0
func (m *RequesterAcknowledgePayload) XXX_Merge(src proto.Message)
func (*RequesterAcknowledgePayload) XXX_Size ¶ added in v2.40.0
func (m *RequesterAcknowledgePayload) XXX_Size() int
func (*RequesterAcknowledgePayload) XXX_Unmarshal ¶ added in v2.40.0
func (m *RequesterAcknowledgePayload) XXX_Unmarshal(b []byte) error
type RequesterAuthenticatePayload ¶ added in v2.40.0
type RequesterAuthenticatePayload struct { RequesterAccountId []byte `protobuf:"bytes,1,opt,name=requester_account_id,json=requesterAccountId,proto3" json:"requester_account_id,omitempty"` RequesterAccountSig []byte `protobuf:"bytes,2,opt,name=requester_account_sig,json=requesterAccountSig,proto3" json:"requester_account_sig,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RequesterAuthenticatePayload) Descriptor ¶ added in v2.40.0
func (*RequesterAuthenticatePayload) Descriptor() ([]byte, []int)
func (*RequesterAuthenticatePayload) GetRequesterAccountId ¶ added in v2.40.0
func (m *RequesterAuthenticatePayload) GetRequesterAccountId() []byte
func (*RequesterAuthenticatePayload) GetRequesterAccountSig ¶ added in v2.40.0
func (m *RequesterAuthenticatePayload) GetRequesterAccountSig() []byte
func (*RequesterAuthenticatePayload) Marshal ¶ added in v2.40.0
func (m *RequesterAuthenticatePayload) Marshal() (dAtA []byte, err error)
func (*RequesterAuthenticatePayload) MarshalTo ¶ added in v2.40.0
func (m *RequesterAuthenticatePayload) MarshalTo(dAtA []byte) (int, error)
func (*RequesterAuthenticatePayload) MarshalToSizedBuffer ¶ added in v2.40.0
func (m *RequesterAuthenticatePayload) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequesterAuthenticatePayload) ProtoMessage ¶ added in v2.40.0
func (*RequesterAuthenticatePayload) ProtoMessage()
func (*RequesterAuthenticatePayload) Reset ¶ added in v2.40.0
func (m *RequesterAuthenticatePayload) Reset()
func (*RequesterAuthenticatePayload) Size ¶ added in v2.40.0
func (m *RequesterAuthenticatePayload) Size() (n int)
func (*RequesterAuthenticatePayload) String ¶ added in v2.40.0
func (m *RequesterAuthenticatePayload) String() string
func (*RequesterAuthenticatePayload) Unmarshal ¶ added in v2.40.0
func (m *RequesterAuthenticatePayload) Unmarshal(dAtA []byte) error
func (*RequesterAuthenticatePayload) XXX_DiscardUnknown ¶ added in v2.40.0
func (m *RequesterAuthenticatePayload) XXX_DiscardUnknown()
func (*RequesterAuthenticatePayload) XXX_Marshal ¶ added in v2.40.0
func (m *RequesterAuthenticatePayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RequesterAuthenticatePayload) XXX_Merge ¶ added in v2.40.0
func (m *RequesterAuthenticatePayload) XXX_Merge(src proto.Message)
func (*RequesterAuthenticatePayload) XXX_Size ¶ added in v2.40.0
func (m *RequesterAuthenticatePayload) XXX_Size() int
func (*RequesterAuthenticatePayload) XXX_Unmarshal ¶ added in v2.40.0
func (m *RequesterAuthenticatePayload) XXX_Unmarshal(b []byte) error
type ResponderAcceptPayload ¶ added in v2.40.0
type ResponderAcceptPayload struct { ResponderAccountSig []byte `protobuf:"bytes,1,opt,name=responder_account_sig,json=responderAccountSig,proto3" json:"responder_account_sig,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ResponderAcceptPayload) Descriptor ¶ added in v2.40.0
func (*ResponderAcceptPayload) Descriptor() ([]byte, []int)
func (*ResponderAcceptPayload) GetResponderAccountSig ¶ added in v2.40.0
func (m *ResponderAcceptPayload) GetResponderAccountSig() []byte
func (*ResponderAcceptPayload) Marshal ¶ added in v2.40.0
func (m *ResponderAcceptPayload) Marshal() (dAtA []byte, err error)
func (*ResponderAcceptPayload) MarshalTo ¶ added in v2.40.0
func (m *ResponderAcceptPayload) MarshalTo(dAtA []byte) (int, error)
func (*ResponderAcceptPayload) MarshalToSizedBuffer ¶ added in v2.40.0
func (m *ResponderAcceptPayload) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ResponderAcceptPayload) ProtoMessage ¶ added in v2.40.0
func (*ResponderAcceptPayload) ProtoMessage()
func (*ResponderAcceptPayload) Reset ¶ added in v2.40.0
func (m *ResponderAcceptPayload) Reset()
func (*ResponderAcceptPayload) Size ¶ added in v2.40.0
func (m *ResponderAcceptPayload) Size() (n int)
func (*ResponderAcceptPayload) String ¶ added in v2.40.0
func (m *ResponderAcceptPayload) String() string
func (*ResponderAcceptPayload) Unmarshal ¶ added in v2.40.0
func (m *ResponderAcceptPayload) Unmarshal(dAtA []byte) error
func (*ResponderAcceptPayload) XXX_DiscardUnknown ¶ added in v2.40.0
func (m *ResponderAcceptPayload) XXX_DiscardUnknown()
func (*ResponderAcceptPayload) XXX_Marshal ¶ added in v2.40.0
func (m *ResponderAcceptPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResponderAcceptPayload) XXX_Merge ¶ added in v2.40.0
func (m *ResponderAcceptPayload) XXX_Merge(src proto.Message)
func (*ResponderAcceptPayload) XXX_Size ¶ added in v2.40.0
func (m *ResponderAcceptPayload) XXX_Size() int
func (*ResponderAcceptPayload) XXX_Unmarshal ¶ added in v2.40.0
func (m *ResponderAcceptPayload) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.