Documentation
¶
Overview ¶
Package pb holds only Protocol Buffer definitions and generated code.
Index ¶
- Variables
- type IfiAddress
- func (*IfiAddress) Descriptor() ([]byte, []int)
- func (m *IfiAddress) GetOverlay() []byte
- func (m *IfiAddress) GetSignature() []byte
- func (m *IfiAddress) GetUnderlay() []byte
- func (m *IfiAddress) Marshal() (dAtA []byte, err error)
- func (m *IfiAddress) MarshalTo(dAtA []byte) (int, error)
- func (m *IfiAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*IfiAddress) ProtoMessage()
- func (m *IfiAddress) Reset()
- func (m *IfiAddress) Size() (n int)
- func (m *IfiAddress) String() string
- func (m *IfiAddress) Unmarshal(dAtA []byte) error
- func (m *IfiAddress) XXX_DiscardUnknown()
- func (m *IfiAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IfiAddress) XXX_Merge(src proto.Message)
- func (m *IfiAddress) XXX_Size() int
- func (m *IfiAddress) XXX_Unmarshal(b []byte) error
- type Peers
- func (*Peers) Descriptor() ([]byte, []int)
- func (m *Peers) GetPeers() []*IfiAddress
- func (m *Peers) Marshal() (dAtA []byte, err error)
- func (m *Peers) MarshalTo(dAtA []byte) (int, error)
- func (m *Peers) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Peers) ProtoMessage()
- func (m *Peers) Reset()
- func (m *Peers) Size() (n int)
- func (m *Peers) String() string
- func (m *Peers) Unmarshal(dAtA []byte) error
- func (m *Peers) XXX_DiscardUnknown()
- func (m *Peers) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Peers) XXX_Merge(src proto.Message)
- func (m *Peers) XXX_Size() int
- func (m *Peers) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type IfiAddress ¶
type IfiAddress struct { Underlay []byte `protobuf:"bytes,1,opt,name=Underlay,proto3" json:"Underlay,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=Signature,proto3" json:"Signature,omitempty"` Overlay []byte `protobuf:"bytes,3,opt,name=Overlay,proto3" json:"Overlay,omitempty"` }
func (*IfiAddress) Descriptor ¶
func (*IfiAddress) Descriptor() ([]byte, []int)
func (*IfiAddress) GetOverlay ¶
func (m *IfiAddress) GetOverlay() []byte
func (*IfiAddress) GetSignature ¶
func (m *IfiAddress) GetSignature() []byte
func (*IfiAddress) GetUnderlay ¶
func (m *IfiAddress) GetUnderlay() []byte
func (*IfiAddress) Marshal ¶
func (m *IfiAddress) Marshal() (dAtA []byte, err error)
func (*IfiAddress) MarshalToSizedBuffer ¶
func (m *IfiAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*IfiAddress) ProtoMessage ¶
func (*IfiAddress) ProtoMessage()
func (*IfiAddress) Reset ¶
func (m *IfiAddress) Reset()
func (*IfiAddress) Size ¶
func (m *IfiAddress) Size() (n int)
func (*IfiAddress) String ¶
func (m *IfiAddress) String() string
func (*IfiAddress) Unmarshal ¶
func (m *IfiAddress) Unmarshal(dAtA []byte) error
func (*IfiAddress) XXX_DiscardUnknown ¶
func (m *IfiAddress) XXX_DiscardUnknown()
func (*IfiAddress) XXX_Marshal ¶
func (m *IfiAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IfiAddress) XXX_Merge ¶
func (m *IfiAddress) XXX_Merge(src proto.Message)
func (*IfiAddress) XXX_Size ¶
func (m *IfiAddress) XXX_Size() int
func (*IfiAddress) XXX_Unmarshal ¶
func (m *IfiAddress) XXX_Unmarshal(b []byte) error
type Peers ¶
type Peers struct {
Peers []*IfiAddress `protobuf:"bytes,1,rep,name=peers,proto3" json:"peers,omitempty"`
}
func (*Peers) Descriptor ¶
func (*Peers) GetPeers ¶
func (m *Peers) GetPeers() []*IfiAddress
func (*Peers) ProtoMessage ¶
func (*Peers) ProtoMessage()
func (*Peers) XXX_DiscardUnknown ¶
func (m *Peers) XXX_DiscardUnknown()
func (*Peers) XXX_Marshal ¶
func (*Peers) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.