Documentation ¶
Overview ¶
The machine package implements the API interfaces used by the machine agent.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct { *common.PasswordChanger // contains filtered or unexported fields }
API implements the API provided to an agent.
func NewAPI ¶
NewAPI returns an object implementing an agent API with the given authorizer representing the currently logged in client.
func (*API) GetEntities ¶
func (api *API) GetEntities(args params.Entities) params.AgentGetEntitiesResults
Click to show internal directories.
Click to hide internal directories.