Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LauncherAgent ¶
type LauncherAgent struct {
// contains filtered or unexported fields
}
func NewLauncherAgent ¶
func NewLauncherAgent(network string, logger *logrus.Entry) *LauncherAgent
func (*LauncherAgent) GetState ¶
func (t *LauncherAgent) GetState() string
type Manager ¶
type Manager struct {
*LauncherAgent
// contains filtered or unexported fields
}
func NewManager ¶
func (*Manager) ConfigureRouter ¶
type ServiceEntry ¶
type ServiceStatus ¶
type SetupStatus ¶
type SetupStatus struct {
Status string `json:"status"`
Details interface{} `json:"details"`
}
type StatusResult ¶
Click to show internal directories.
Click to hide internal directories.