Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrCommandIDsAreNotUnique = fmt.Errorf(`command IDs are not unique`)
)
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
object.Object `yaml:",inline" json:",inline"`
Status status.Status `yaml:"status,omitempty" json:"status,omitempty"`
Plugin string `yaml:"plugin,omitempty" json:"plugin,omitempty"`
IsSync bool `yaml:"is_sync,omitempty" json:"is_sync,omitempty"`
ClusterTags *set.Set[string] `yaml:"cluster_tags,omitempty" json:"cluster_tags,omitempty"`
Handler plugin.Handler `yaml:"-" json:"-"`
}
Click to show internal directories.
Click to hide internal directories.