Documentation ¶
Overview ¶
Package admin provides as implementation for Lever OS's admin service. It is used to manage the Lever OS system.
Index ¶
Constants ¶
View Source
const PackageName = "admin"
PackageName is the name of this package.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Admin ¶
type Admin struct {
// contains filtered or unexported fields
}
Admin represents a Lever service that manages Lever environments and Lever services in a Lever deployment.
func (*Admin) DeployServiceChan ¶
DeployServiceChan deploys the service with provided name onto Lever. If the service already exists, it is replaced. The method expects a code package in the form of chunks over stream messages to be sent over.
Click to show internal directories.
Click to hide internal directories.