remap_file_path

package
v7.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

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
const (
	RemapType_LINKED RemapType = 0
	RemapType_GHOST  RemapType = 1
	RemapType_PROCFS RemapType = 2
)

func (RemapType) Descriptor

func (RemapType) Descriptor() protoreflect.EnumDescriptor

func (RemapType) Enum

func (x RemapType) Enum() *RemapType

func (RemapType) EnumDescriptor deprecated

func (RemapType) EnumDescriptor() ([]byte, []int)

Deprecated: Use RemapType.Descriptor instead.

func (RemapType) Number

func (x RemapType) Number() protoreflect.EnumNumber

func (RemapType) String

func (x RemapType) String() string

func (RemapType) Type

func (*RemapType) UnmarshalJSON deprecated

func (x *RemapType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL