Documentation ¶
Index ¶
- Variables
- type ExtFileEntry
- func (*ExtFileEntry) Descriptor() ([]byte, []int)deprecated
- func (x *ExtFileEntry) GetFown() *fown.FownEntry
- func (x *ExtFileEntry) GetId() uint32
- func (*ExtFileEntry) ProtoMessage()
- func (x *ExtFileEntry) ProtoReflect() protoreflect.Message
- func (x *ExtFileEntry) Reset()
- func (x *ExtFileEntry) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_ext_file_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ExtFileEntry ¶
type ExtFileEntry struct { Id *uint32 `protobuf:"varint,1,req,name=id" json:"id,omitempty"` Fown *fown.FownEntry `protobuf:"bytes,5,req,name=fown" json:"fown,omitempty"` // contains filtered or unexported fields }
func (*ExtFileEntry) Descriptor
deprecated
func (*ExtFileEntry) Descriptor() ([]byte, []int)
Deprecated: Use ExtFileEntry.ProtoReflect.Descriptor instead.
func (*ExtFileEntry) GetFown ¶
func (x *ExtFileEntry) GetFown() *fown.FownEntry
func (*ExtFileEntry) GetId ¶
func (x *ExtFileEntry) GetId() uint32
func (*ExtFileEntry) ProtoMessage ¶
func (*ExtFileEntry) ProtoMessage()
func (*ExtFileEntry) ProtoReflect ¶
func (x *ExtFileEntry) ProtoReflect() protoreflect.Message
func (*ExtFileEntry) Reset ¶
func (x *ExtFileEntry) Reset()
func (*ExtFileEntry) String ¶
func (x *ExtFileEntry) String() string
Click to show internal directories.
Click to hide internal directories.