Documentation
¶
Overview ¶
Package impl provides common Agent API endpoints implementation
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
VersionEndpoint api.AgentEndpointProvider
HostnameEndpoint api.AgentEndpointProvider
StopEndpoint api.AgentEndpointProvider
}
Provider provides the common Agent API endpoints
func CommonEndpointProvider ¶
CommonEndpointProvider return a filled Provider struct
type Requires ¶
type Requires struct {
Hostname hostnameinterface.Component
}
Requires is a struct that contains the components required by the common endpoints
Click to show internal directories.
Click to hide internal directories.