Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeployerAPI ¶
type DeployerAPI struct {
*common.Remover
*common.PasswordChanger
*common.LifeGetter
*common.StateAddresser
*common.APIAddresser
*common.UnitsWatcher
// contains filtered or unexported fields
}
DeployerAPI provides access to the Deployer API facade.
func NewDeployerAPI ¶
func NewDeployerAPI( st *state.State, resources *common.Resources, authorizer common.Authorizer, ) (*DeployerAPI, error)
NewDeployerAPI creates a new server-side DeployerAPI facade.
func (*DeployerAPI) ConnectionInfo ¶
func (d *DeployerAPI) ConnectionInfo() (result params.DeployerConnectionValues, err error)
ConnectionInfo returns all the address information that the deployer task needs in one call.
Click to show internal directories.
Click to hide internal directories.