agent

package
v0.0.15 Latest Latest
Warning

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

Go to latest
Published: May 16, 2025 License: MIT Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

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