Documentation ¶
Index ¶
- type PortableData
- func (*PortableData) Descriptor() ([]byte, []int)
- func (m *PortableData) GetData() []byte
- func (m *PortableData) GetMaxNodeID() uint64
- func (*PortableData) ProtoMessage()
- func (m *PortableData) Reset()
- func (m *PortableData) String() string
- func (m *PortableData) XXX_DiscardUnknown()
- func (m *PortableData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PortableData) XXX_Merge(src proto.Message)
- func (m *PortableData) XXX_Size() int
- func (m *PortableData) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PortableData ¶
type PortableData struct { Data []byte `protobuf:"bytes,1,req,name=Data" json:"Data,omitempty"` MaxNodeID *uint64 `protobuf:"varint,2,req,name=MaxNodeID" json:"MaxNodeID,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PortableData) Descriptor ¶
func (*PortableData) Descriptor() ([]byte, []int)
func (*PortableData) GetData ¶
func (m *PortableData) GetData() []byte
func (*PortableData) GetMaxNodeID ¶
func (m *PortableData) GetMaxNodeID() uint64
func (*PortableData) ProtoMessage ¶
func (*PortableData) ProtoMessage()
func (*PortableData) Reset ¶
func (m *PortableData) Reset()
func (*PortableData) String ¶
func (m *PortableData) String() string
func (*PortableData) XXX_DiscardUnknown ¶ added in v1.8.7
func (m *PortableData) XXX_DiscardUnknown()
func (*PortableData) XXX_Marshal ¶ added in v1.8.7
func (m *PortableData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PortableData) XXX_Merge ¶ added in v1.8.7
func (m *PortableData) XXX_Merge(src proto.Message)
func (*PortableData) XXX_Size ¶ added in v1.8.7
func (m *PortableData) XXX_Size() int
func (*PortableData) XXX_Unmarshal ¶ added in v1.8.7
func (m *PortableData) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.