deployer

package
v0.0.0-...-e653fdf Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: AGPL-3.0 Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register

func Register(registry facade.FacadeRegistry)

Register is called to expose a package of facades onto a given registry.

Types

type DeployerAPI

type DeployerAPI struct {
	*common.Remover
	*common.PasswordChanger
	*common.LifeGetter
	*common.APIAddresser
	*common.UnitsWatcher
	*common.StatusSetter
	// contains filtered or unexported fields
}

DeployerAPI provides access to the Deployer API facade.

func NewDeployerAPI

func NewDeployerAPI(ctx facade.Context) (*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.

func (*DeployerAPI) ModelUUID

func (d *DeployerAPI) ModelUUID() params.StringResult

ModelUUID returns the model UUID that this facade is deploying into. It is implemented here directly as a result of removing it from embedded APIAddresser *without* bumping the facade version. It should be blanked when this facade version is next incremented.

func (*DeployerAPI) SetStatus

func (d *DeployerAPI) SetStatus(args params.SetStatus) (params.ErrorResults, error)

SetStatus sets the status of the specified entities.

Jump to

Keyboard shortcuts

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