Documentation
¶
Index ¶
- Variables
- type EC
- type EX
- type FX
- type PX
- func (*PX) Descriptor() ([]byte, []int)deprecated
- func (x *PX) GetArc() string
- func (x *PX) GetCl() []string
- func (x *PX) GetEx() string
- func (x *PX) GetOw() string
- func (x *PX) GetP() int32
- func (x *PX) GetPp() int32
- func (x *PX) GetSid() int32
- func (*PX) ProtoMessage()
- func (x *PX) ProtoReflect() protoreflect.Message
- func (x *PX) Reset()
- func (x *PX) String() string
- type RP
- type RQ
- type Z0
Constants ¶
This section is empty.
Variables ¶
View Source
var File_protobuf_commonpb_common_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type EC ¶
type EC struct {
Blob []byte `protobuf:"bytes,1,opt,name=blob,proto3" json:"blob,omitempty"` // Encrypted payload
Keyhint string `protobuf:"bytes,2,opt,name=keyhint,proto3" json:"keyhint,omitempty"` // Optional fingerprint/key marker
// contains filtered or unexported fields
}
───────────────────────────────────────────── Encrypted Config Object (APT-only)
func (*EC) Descriptor
deprecated
func (*EC) GetKeyhint ¶
func (*EC) ProtoMessage ¶
func (*EC) ProtoMessage()
func (*EC) ProtoReflect ¶
func (x *EC) ProtoReflect() protoreflect.Message
type EX ¶
type EX struct {
K string `protobuf:"bytes,1,opt,name=k,proto3" json:"k,omitempty"` // Key
V string `protobuf:"bytes,2,opt,name=v,proto3" json:"v,omitempty"` // Value
// contains filtered or unexported fields
}
───────────────────────────────────────────── Environment Variable K/V (was EnvVar)
func (*EX) Descriptor
deprecated
func (*EX) ProtoMessage ¶
func (*EX) ProtoMessage()
func (*EX) ProtoReflect ¶
func (x *EX) ProtoReflect() protoreflect.Message
type FX ¶
type FX struct {
Fn string `protobuf:"bytes,1,opt,name=fn,proto3" json:"fn,omitempty"` // File Name
Db []byte `protobuf:"bytes,2,opt,name=db,proto3" json:"db,omitempty"` // Data
// contains filtered or unexported fields
}
───────────────────────────────────────────── File Transfer Object (was File)
func (*FX) Descriptor
deprecated
func (*FX) ProtoMessage ¶
func (*FX) ProtoMessage()
func (*FX) ProtoReflect ¶
func (x *FX) ProtoReflect() protoreflect.Message
type PX ¶
type PX struct {
P int32 `protobuf:"varint,1,opt,name=p,proto3" json:"p,omitempty"` // PID
Pp int32 `protobuf:"varint,2,opt,name=pp,proto3" json:"pp,omitempty"` // PPID
Ex string `protobuf:"bytes,3,opt,name=ex,proto3" json:"ex,omitempty"` // Executable
Ow string `protobuf:"bytes,4,opt,name=ow,proto3" json:"ow,omitempty"` // Owner
Sid int32 `protobuf:"varint,5,opt,name=sid,proto3" json:"sid,omitempty"` // Session ID
Cl []string `protobuf:"bytes,6,rep,name=cl,proto3" json:"cl,omitempty"` // CmdLine
Arc string `protobuf:"bytes,7,opt,name=arc,proto3" json:"arc,omitempty"` // Architecture
// contains filtered or unexported fields
}
───────────────────────────────────────────── Process Object (was Process)
func (*PX) Descriptor
deprecated
func (*PX) ProtoMessage ¶
func (*PX) ProtoMessage()
func (*PX) ProtoReflect ¶
func (x *PX) ProtoReflect() protoreflect.Message
type RP ¶
type RP struct {
E string `protobuf:"bytes,1,opt,name=e,proto3" json:"e,omitempty"` // Err
A bool `protobuf:"varint,2,opt,name=a,proto3" json:"a,omitempty"` // Async
I8 string `protobuf:"bytes,8,opt,name=i8,proto3" json:"i8,omitempty"` // BeaconID
T9 string `protobuf:"bytes,9,opt,name=t9,proto3" json:"t9,omitempty"` // TaskID
// contains filtered or unexported fields
}
───────────────────────────────────────────── Response Message (was Response)
func (*RP) Descriptor
deprecated
func (*RP) ProtoMessage ¶
func (*RP) ProtoMessage()
func (*RP) ProtoReflect ¶
func (x *RP) ProtoReflect() protoreflect.Message
type RQ ¶
type RQ struct {
X1 bool `protobuf:"varint,1,opt,name=x1,proto3" json:"x1,omitempty"` // Async
X2 int64 `protobuf:"varint,2,opt,name=x2,proto3" json:"x2,omitempty"` // Timeout
I8 string `protobuf:"bytes,8,opt,name=i8,proto3" json:"i8,omitempty"` // BeaconID
S9 string `protobuf:"bytes,9,opt,name=s9,proto3" json:"s9,omitempty"` // SessionID
// contains filtered or unexported fields
}
───────────────────────────────────────────── Request Message (was Request)
func (*RQ) Descriptor
deprecated
func (*RQ) ProtoMessage ¶
func (*RQ) ProtoMessage()
func (*RQ) ProtoReflect ¶
func (x *RQ) ProtoReflect() protoreflect.Message
type Z0 ¶
type Z0 struct {
// contains filtered or unexported fields
}
───────────────────────────────────────────── Zero field, noise dummy message
func (*Z0) Descriptor
deprecated
func (*Z0) ProtoMessage ¶
func (*Z0) ProtoMessage()
func (*Z0) ProtoReflect ¶
func (x *Z0) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.