Documentation ¶
Index ¶
- Variables
- type PortableData
- func (*PortableData) Descriptor() ([]byte, []int)deprecated
- func (x *PortableData) GetData() []byte
- func (x *PortableData) GetMaxNodeID() uint64
- func (*PortableData) ProtoMessage()
- func (x *PortableData) ProtoReflect() protoreflect.Message
- func (x *PortableData) Reset()
- func (x *PortableData) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_internal_backup_util_proto protoreflect.FileDescriptor
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"` // contains filtered or unexported fields }
func (*PortableData) Descriptor
deprecated
func (*PortableData) Descriptor() ([]byte, []int)
Deprecated: Use PortableData.ProtoReflect.Descriptor instead.
func (*PortableData) GetData ¶
func (x *PortableData) GetData() []byte
func (*PortableData) GetMaxNodeID ¶
func (x *PortableData) GetMaxNodeID() uint64
func (*PortableData) ProtoMessage ¶
func (*PortableData) ProtoMessage()
func (*PortableData) ProtoReflect ¶ added in v1.9.6
func (x *PortableData) ProtoReflect() protoreflect.Message
func (*PortableData) Reset ¶
func (x *PortableData) Reset()
func (*PortableData) String ¶
func (x *PortableData) String() string
Click to show internal directories.
Click to hide internal directories.