Documentation ¶
Overview ¶
Package backup_util is a generated protocol buffer package.
It is generated from these files:
internal/data.proto
It has these top-level messages:
PortableData
Index ¶
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_unrecognized []byte `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
Click to show internal directories.
Click to hide internal directories.