# Functions
New creates a client connection to Elastic Agent.
# Constants
Configuring is when it is configuring.
Degraded is when it is degraded.
Failed is when it is failed.
Healthy is when it is healthy.
Starting is when the it is still starting.
Stopping is when it is stopping.
Upgrading is when it is upgrading.
# Structs
AgentStatus is the current status of the Elastic Agent.
ApplicationStatus is a status of an application inside of Elastic Agent.
ProcMeta is the running version and ID information for a running process.
Version is the current running version of the daemon.
# Interfaces
Client communicates to Elastic Agent through the control protocol.
# Type aliases
Status is the status of the Elastic Agent.