Versions in this module Expand all Collapse all v1 v1.0.0 Mar 13, 2025 Changes in this version + const AgentDomainMaxLength + const AgentHostnameMaxLength + const AgentNoteMaxLength + const AgentOsMetaMaxLength + const AgentProcessNameMaxLength + const AgentUsernameMaxLength + const ChatMessageMaxLength + const ChatMessageMinLength + const CredentialHostMaxLength + const CredentialNoteMaxLength + const CredentialRealmMaxLength + const CredentialSecretMaxLength + const CredentialUsernameMaxLength + const DefaultObjectColor + const GrpcAuthListenerHeader + const GrpcAuthManagementHeader + const GrpcAuthOperatorHeader + const ListenerNameMaxLength + const ListenerNoteMaxLength + const MaxProtobufMessageSize + const OperatorUsernameMaxLength + const OperatorUsernameMinLength + const TaskGroupCmdMaxLength + const TaskGroupCmdMinLength + const TaskGroupMessageMaxLength + const TaskOutputMaxShowSize + type AgentArch uint8 + const ArchArm32 + const ArchArm64 + const ArchUnknown + const ArchX64 + const ArchX86 + func (AgentArch) Values() []string + func (a *AgentArch) Scan(val any) error + func (a AgentArch) String() string + func (a AgentArch) Value() (driver.Value, error) + type AgentOs uint8 + const OsLinux + const OsMac + const OsUnknown + const OsWindows + func (AgentOs) Values() []string + func (a *AgentOs) Scan(val any) error + func (a AgentOs) String() string + func (a AgentOs) StringShort() string + func (a AgentOs) Value() (driver.Value, error) + type Capability uint32 + const CapCat + const CapCd + const CapCp + const CapDestroy + const CapDownload + const CapExec + const CapExecAssembly + const CapExecDetach + const CapExit + const CapJobkill + const CapJobs + const CapKill + const CapLs + const CapMkdir + const CapMv + const CapPause + const CapPpid + const CapPs + const CapPwd + const CapReserved23 + const CapReserved24 + const CapReserved25 + const CapReserved26 + const CapReserved27 + const CapReserved28 + const CapReserved29 + const CapReserved30 + const CapRm + const CapShell + const CapShellcodeInjection + const CapSleep + const CapUpload + const CapWhoami + func SupportedCaps(mask uint32) []Capability + func (Capability) Values() []string + func (c *Capability) Scan(val any) error + func (c Capability) Marshal(data any) ([]byte, error) + func (c Capability) String() string + func (c Capability) Unmarshal(data []byte) (any, error) + func (c Capability) ValidateMask(mask uint32) bool + func (c Capability) Value() (driver.Value, error) + type TaskMessage uint8 + const ErrorMessage + const InfoMessage + const NotifyMessage + const WarningMessage + func (t *TaskMessage) Scan(val any) error + func (t TaskMessage) String() string + func (t TaskMessage) Value() (driver.Value, error) + func (t TaskMessage) Values() []string + type TaskStatus uint8 + const StatusCancelled + const StatusError + const StatusInProgress + const StatusNew + const StatusSuccess + func (TaskStatus) Values() []string + func (t *TaskStatus) Scan(val any) error + func (t TaskStatus) String() string + func (t TaskStatus) Value() (driver.Value, error)