Versions in this module Expand all Collapse all v0 v0.24.1 Oct 10, 2024 Changes in this version + var ErrIntOverflowDataobj = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthDataobj = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupDataobj = fmt.Errorf("proto: unexpected end of group") + type DataObj struct + FilePath string + Offset uint64 + Size_ uint64 + func (*DataObj) Descriptor() ([]byte, []int) + func (*DataObj) ProtoMessage() + 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 (m *DataObj) MarshalToSizedBuffer(dAtA []byte) (int, error) + 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