Documentation ¶
Index ¶
- Variables
- type RemapFilePathEntry
- func (*RemapFilePathEntry) Descriptor() ([]byte, []int)deprecated
- func (x *RemapFilePathEntry) GetOrigId() uint32
- func (x *RemapFilePathEntry) GetRemapId() uint32
- func (x *RemapFilePathEntry) GetRemapType() RemapType
- func (*RemapFilePathEntry) ProtoMessage()
- func (x *RemapFilePathEntry) ProtoReflect() protoreflect.Message
- func (x *RemapFilePathEntry) Reset()
- func (x *RemapFilePathEntry) String() string
- type RemapType
- func (RemapType) Descriptor() protoreflect.EnumDescriptor
- func (x RemapType) Enum() *RemapType
- func (RemapType) EnumDescriptor() ([]byte, []int)deprecated
- func (x RemapType) Number() protoreflect.EnumNumber
- func (x RemapType) String() string
- func (RemapType) Type() protoreflect.EnumType
- func (x *RemapType) UnmarshalJSON(b []byte) errordeprecated
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RemapType_name = map[int32]string{ 0: "LINKED", 1: "GHOST", 2: "PROCFS", } RemapType_value = map[string]int32{ "LINKED": 0, "GHOST": 1, "PROCFS": 2, } )
Enum value maps for RemapType.
View Source
var File_remap_file_path_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type RemapFilePathEntry ¶
type RemapFilePathEntry struct { OrigId *uint32 `protobuf:"varint,1,req,name=orig_id,json=origId" json:"orig_id,omitempty"` RemapId *uint32 `protobuf:"varint,2,req,name=remap_id,json=remapId" json:"remap_id,omitempty"` RemapType *RemapType `protobuf:"varint,3,opt,name=remap_type,json=remapType,enum=RemapType" json:"remap_type,omitempty"` // contains filtered or unexported fields }
func (*RemapFilePathEntry) Descriptor
deprecated
func (*RemapFilePathEntry) Descriptor() ([]byte, []int)
Deprecated: Use RemapFilePathEntry.ProtoReflect.Descriptor instead.
func (*RemapFilePathEntry) GetOrigId ¶
func (x *RemapFilePathEntry) GetOrigId() uint32
func (*RemapFilePathEntry) GetRemapId ¶
func (x *RemapFilePathEntry) GetRemapId() uint32
func (*RemapFilePathEntry) GetRemapType ¶
func (x *RemapFilePathEntry) GetRemapType() RemapType
func (*RemapFilePathEntry) ProtoMessage ¶
func (*RemapFilePathEntry) ProtoMessage()
func (*RemapFilePathEntry) ProtoReflect ¶
func (x *RemapFilePathEntry) ProtoReflect() protoreflect.Message
func (*RemapFilePathEntry) Reset ¶
func (x *RemapFilePathEntry) Reset()
func (*RemapFilePathEntry) String ¶
func (x *RemapFilePathEntry) String() string
type RemapType ¶
type RemapType int32
func (RemapType) Descriptor ¶
func (RemapType) Descriptor() protoreflect.EnumDescriptor
func (RemapType) EnumDescriptor
deprecated
func (RemapType) Number ¶
func (x RemapType) Number() protoreflect.EnumNumber
func (RemapType) Type ¶
func (RemapType) Type() protoreflect.EnumType
func (*RemapType) UnmarshalJSON
deprecated
Click to show internal directories.
Click to hide internal directories.