types

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2024 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action string
const (
	ActionApply   Action = "apply"
	ActionDelete  Action = "delete"
	ActionRestart Action = "restart"
)

type AgentErrMessage

type AgentErrMessage struct {
	AccountName string `json:"accountName"`

	Error  string         `json:"error"`
	Action Action         `json:"action"`
	Object map[string]any `json:"object"`
}

type AgentMessage

type AgentMessage struct {
	AccountName string `json:"accountName"`

	Action Action         `json:"action"`
	Object map[string]any `json:"object"`
}

Jump to

Keyboard shortcuts

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