package
Version:
v1.1.2
Opens a new window with list of versions in this module.
Published: Oct 25, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
const (
ActionApply Action = "apply"
ActionDelete Action = "delete"
ActionRestart Action = "restart"
)
type AgentErrMessage struct {
AccountName string `json:"accountName"`
Error string `json:"error"`
Action Action `json:"action"`
Object map[string]any `json:"object"`
}
type AgentMessage struct {
AccountName string `json:"accountName"`
Action Action `json:"action"`
Object map[string]any `json:"object"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.