Documentation
¶
Overview ¶
Package agent provides the agent API for the server
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct {
// InstanceUID is a unique identifier for the agent instance.
InstanceUID uuid.UUID `json:"instanceUid"`
// Raw is a raw data of the agent.
// It is used for debugging purposes.
Raw any `json:"raw"`
}
Agent represents an agent which is defined OpAMP protocol. It is a value object that contains the instance UID and raw data.
Click to show internal directories.
Click to hide internal directories.