Documentation
¶
Overview ¶
Package deployer deploys and starts system services by using api and provides ids of services by their names.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deployer ¶
type Deployer struct {
// contains filtered or unexported fields
}
Deployer deploys and starts system services by using api and provides ids of services by their names.
func New ¶
func New(api *api.API, systemServicesPath string, ss *systemservices.SystemServices) *Deployer
New creates a new Deployer. It accepts an instance of the api package. It accepts the system services path.
Click to show internal directories.
Click to hide internal directories.