commonpb

package
v0.0.0-...-fec1e1b Latest Latest
Warning

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

Go to latest
Published: May 16, 2025 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

Deprecated: Use EC.ProtoReflect.Descriptor instead.

func (*EC) GetBlob

func (x *EC) GetBlob() []byte

func (*EC) GetKeyhint

func (x *EC) GetKeyhint() string

func (*EC) ProtoMessage

func (*EC) ProtoMessage()

func (*EC) ProtoReflect

func (x *EC) ProtoReflect() protoreflect.Message

func (*EC) Reset

func (x *EC) Reset()

func (*EC) String

func (x *EC) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use EX.ProtoReflect.Descriptor instead.

func (*EX) GetK

func (x *EX) GetK() string

func (*EX) GetV

func (x *EX) GetV() string

func (*EX) ProtoMessage

func (*EX) ProtoMessage()

func (*EX) ProtoReflect

func (x *EX) ProtoReflect() protoreflect.Message

func (*EX) Reset

func (x *EX) Reset()

func (*EX) String

func (x *EX) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use FX.ProtoReflect.Descriptor instead.

func (*FX) GetDb

func (x *FX) GetDb() []byte

func (*FX) GetFn

func (x *FX) GetFn() string

func (*FX) ProtoMessage

func (*FX) ProtoMessage()

func (*FX) ProtoReflect

func (x *FX) ProtoReflect() protoreflect.Message

func (*FX) Reset

func (x *FX) Reset()

func (*FX) String

func (x *FX) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use PX.ProtoReflect.Descriptor instead.

func (*PX) GetArc

func (x *PX) GetArc() string

func (*PX) GetCl

func (x *PX) GetCl() []string

func (*PX) GetEx

func (x *PX) GetEx() string

func (*PX) GetOw

func (x *PX) GetOw() string

func (*PX) GetP

func (x *PX) GetP() int32

func (*PX) GetPp

func (x *PX) GetPp() int32

func (*PX) GetSid

func (x *PX) GetSid() int32

func (*PX) ProtoMessage

func (*PX) ProtoMessage()

func (*PX) ProtoReflect

func (x *PX) ProtoReflect() protoreflect.Message

func (*PX) Reset

func (x *PX) Reset()

func (*PX) String

func (x *PX) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use RP.ProtoReflect.Descriptor instead.

func (*RP) GetA

func (x *RP) GetA() bool

func (*RP) GetE

func (x *RP) GetE() string

func (*RP) GetI8

func (x *RP) GetI8() string

func (*RP) GetT9

func (x *RP) GetT9() string

func (*RP) ProtoMessage

func (*RP) ProtoMessage()

func (*RP) ProtoReflect

func (x *RP) ProtoReflect() protoreflect.Message

func (*RP) Reset

func (x *RP) Reset()

func (*RP) String

func (x *RP) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use RQ.ProtoReflect.Descriptor instead.

func (*RQ) GetI8

func (x *RQ) GetI8() string

func (*RQ) GetS9

func (x *RQ) GetS9() string

func (*RQ) GetX1

func (x *RQ) GetX1() bool

func (*RQ) GetX2

func (x *RQ) GetX2() int64

func (*RQ) ProtoMessage

func (*RQ) ProtoMessage()

func (*RQ) ProtoReflect

func (x *RQ) ProtoReflect() protoreflect.Message

func (*RQ) Reset

func (x *RQ) Reset()

func (*RQ) String

func (x *RQ) String() string

type Z0

type Z0 struct {
	// contains filtered or unexported fields
}

───────────────────────────────────────────── Zero field, noise dummy message

func (*Z0) Descriptor deprecated

func (*Z0) Descriptor() ([]byte, []int)

Deprecated: Use Z0.ProtoReflect.Descriptor instead.

func (*Z0) ProtoMessage

func (*Z0) ProtoMessage()

func (*Z0) ProtoReflect

func (x *Z0) ProtoReflect() protoreflect.Message

func (*Z0) Reset

func (x *Z0) Reset()

func (*Z0) String

func (x *Z0) String() string

Jump to

Keyboard shortcuts

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