Documentation ¶
Index ¶
- Variables
- type IpcDescEntry
- func (*IpcDescEntry) Descriptor() ([]byte, []int)deprecated
- func (x *IpcDescEntry) GetCgid() uint32
- func (x *IpcDescEntry) GetCuid() uint32
- func (x *IpcDescEntry) GetGid() uint32
- func (x *IpcDescEntry) GetId() uint32
- func (x *IpcDescEntry) GetKey() uint32
- func (x *IpcDescEntry) GetMode() uint32
- func (x *IpcDescEntry) GetUid() uint32
- func (*IpcDescEntry) ProtoMessage()
- func (x *IpcDescEntry) ProtoReflect() protoreflect.Message
- func (x *IpcDescEntry) Reset()
- func (x *IpcDescEntry) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_ipc_desc_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type IpcDescEntry ¶
type IpcDescEntry struct { Key *uint32 `protobuf:"varint,1,req,name=key" json:"key,omitempty"` Uid *uint32 `protobuf:"varint,2,req,name=uid" json:"uid,omitempty"` Gid *uint32 `protobuf:"varint,3,req,name=gid" json:"gid,omitempty"` Cuid *uint32 `protobuf:"varint,4,req,name=cuid" json:"cuid,omitempty"` Cgid *uint32 `protobuf:"varint,5,req,name=cgid" json:"cgid,omitempty"` Mode *uint32 `protobuf:"varint,6,req,name=mode" json:"mode,omitempty"` Id *uint32 `protobuf:"varint,7,req,name=id" json:"id,omitempty"` // contains filtered or unexported fields }
func (*IpcDescEntry) Descriptor
deprecated
func (*IpcDescEntry) Descriptor() ([]byte, []int)
Deprecated: Use IpcDescEntry.ProtoReflect.Descriptor instead.
func (*IpcDescEntry) GetCgid ¶
func (x *IpcDescEntry) GetCgid() uint32
func (*IpcDescEntry) GetCuid ¶
func (x *IpcDescEntry) GetCuid() uint32
func (*IpcDescEntry) GetGid ¶
func (x *IpcDescEntry) GetGid() uint32
func (*IpcDescEntry) GetId ¶
func (x *IpcDescEntry) GetId() uint32
func (*IpcDescEntry) GetKey ¶
func (x *IpcDescEntry) GetKey() uint32
func (*IpcDescEntry) GetMode ¶
func (x *IpcDescEntry) GetMode() uint32
func (*IpcDescEntry) GetUid ¶
func (x *IpcDescEntry) GetUid() uint32
func (*IpcDescEntry) ProtoMessage ¶
func (*IpcDescEntry) ProtoMessage()
func (*IpcDescEntry) ProtoReflect ¶
func (x *IpcDescEntry) ProtoReflect() protoreflect.Message
func (*IpcDescEntry) Reset ¶
func (x *IpcDescEntry) Reset()
func (*IpcDescEntry) String ¶
func (x *IpcDescEntry) String() string
Click to show internal directories.
Click to hide internal directories.