Documentation ¶
Index ¶
- Variables
- type DataObj
- func (*DataObj) Descriptor() ([]byte, []int)
- func (m *DataObj) GetFilePath() string
- func (m *DataObj) GetOffset() uint64
- func (m *DataObj) GetSize_() uint64
- func (m *DataObj) Marshal() (dAtA []byte, err error)
- func (m *DataObj) MarshalTo(dAtA []byte) (int, error)
- func (*DataObj) ProtoMessage()
- func (m *DataObj) Reset()
- func (m *DataObj) Size() (n int)
- func (m *DataObj) String() string
- func (m *DataObj) Unmarshal(dAtA []byte) error
- func (m *DataObj) XXX_DiscardUnknown()
- func (m *DataObj) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DataObj) XXX_Merge(src proto.Message)
- func (m *DataObj) XXX_Size() int
- func (m *DataObj) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthDataobj = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowDataobj = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type DataObj ¶
type DataObj struct { FilePath string `protobuf:"bytes,1,opt,name=FilePath" json:"FilePath"` Offset uint64 `protobuf:"varint,2,opt,name=Offset" json:"Offset"` Size_ uint64 `protobuf:"varint,3,opt,name=Size" json:"Size"` }
func (*DataObj) Descriptor ¶ added in v0.4.18
func (*DataObj) GetFilePath ¶
func (*DataObj) ProtoMessage ¶
func (*DataObj) ProtoMessage()
func (*DataObj) XXX_DiscardUnknown ¶ added in v0.4.18
func (m *DataObj) XXX_DiscardUnknown()
func (*DataObj) XXX_Marshal ¶ added in v0.4.18
func (*DataObj) XXX_Unmarshal ¶ added in v0.4.18
Click to show internal directories.
Click to hide internal directories.