Documentation
¶
Overview ¶
Package spipe_pb is a generated protocol buffer package.
It is generated from these files:
spipe.proto
It has these top-level messages:
Propose Exchange
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exchange ¶
type Exchange struct {
Epubkey []byte `protobuf:"bytes,1,opt,name=epubkey" json:"epubkey,omitempty"`
Signature []byte `protobuf:"bytes,2,opt,name=signature" json:"signature,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (*Exchange) GetEpubkey ¶
func (m *Exchange) GetEpubkey() []byte
func (*Exchange) GetSignature ¶
func (m *Exchange) GetSignature() []byte
func (*Exchange) ProtoMessage ¶
func (*Exchange) ProtoMessage()
type Propose ¶
type Propose struct {
Rand []byte `protobuf:"bytes,1,opt,name=rand" json:"rand,omitempty"`
Pubkey []byte `protobuf:"bytes,2,opt,name=pubkey" json:"pubkey,omitempty"`
Exchanges *string `protobuf:"bytes,3,opt,name=exchanges" json:"exchanges,omitempty"`
Ciphers *string `protobuf:"bytes,4,opt,name=ciphers" json:"ciphers,omitempty"`
Hashes *string `protobuf:"bytes,5,opt,name=hashes" json:"hashes,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (*Propose) GetCiphers ¶
func (m *Propose) GetCiphers() string
func (*Propose) GetExchanges ¶
func (m *Propose) GetExchanges() string
func (*Propose) ProtoMessage ¶
func (*Propose) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.