Documentation ¶
Index ¶
- Variables
- type PstreeEntry
- func (*PstreeEntry) Descriptor() ([]byte, []int)deprecated
- func (x *PstreeEntry) GetPgid() uint32
- func (x *PstreeEntry) GetPid() uint32
- func (x *PstreeEntry) GetPpid() uint32
- func (x *PstreeEntry) GetSid() uint32
- func (x *PstreeEntry) GetThreads() []uint32
- func (*PstreeEntry) ProtoMessage()
- func (x *PstreeEntry) ProtoReflect() protoreflect.Message
- func (x *PstreeEntry) Reset()
- func (x *PstreeEntry) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pstree_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type PstreeEntry ¶
type PstreeEntry struct { Pid *uint32 `protobuf:"varint,1,req,name=pid" json:"pid,omitempty"` Ppid *uint32 `protobuf:"varint,2,req,name=ppid" json:"ppid,omitempty"` Pgid *uint32 `protobuf:"varint,3,req,name=pgid" json:"pgid,omitempty"` Sid *uint32 `protobuf:"varint,4,req,name=sid" json:"sid,omitempty"` Threads []uint32 `protobuf:"varint,5,rep,name=threads" json:"threads,omitempty"` // contains filtered or unexported fields }
func (*PstreeEntry) Descriptor
deprecated
func (*PstreeEntry) Descriptor() ([]byte, []int)
Deprecated: Use PstreeEntry.ProtoReflect.Descriptor instead.
func (*PstreeEntry) GetPgid ¶
func (x *PstreeEntry) GetPgid() uint32
func (*PstreeEntry) GetPid ¶
func (x *PstreeEntry) GetPid() uint32
func (*PstreeEntry) GetPpid ¶
func (x *PstreeEntry) GetPpid() uint32
func (*PstreeEntry) GetSid ¶
func (x *PstreeEntry) GetSid() uint32
func (*PstreeEntry) GetThreads ¶
func (x *PstreeEntry) GetThreads() []uint32
func (*PstreeEntry) ProtoMessage ¶
func (*PstreeEntry) ProtoMessage()
func (*PstreeEntry) ProtoReflect ¶
func (x *PstreeEntry) ProtoReflect() protoreflect.Message
func (*PstreeEntry) Reset ¶
func (x *PstreeEntry) Reset()
func (*PstreeEntry) String ¶
func (x *PstreeEntry) String() string
Click to show internal directories.
Click to hide internal directories.