package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: May 30, 2025
License: MIT
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
¶
Package command provides the command api model for opampcommander.
type Command ¶
added in
v0.1.0
type Command struct {
Kind string `json:"kind"`
ID string `json:"id"`
TargetInstanceUID string `json:"targetInstanceUid"`
Data map[string]any `json:"data"`
}
Command is a common struct that represents a command to be sent to an agent.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.