Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registry ¶
type Registry interface {
Save(string, []byte) bool
Get(string) ([]byte, bool)
Delete(string)
}
func NewRegistry ¶
func NewRegistry() Registry
type ServerManager ¶
type ServerManager interface {
Start(string, string, string, int) (Server, error)
}
func NewServerManager ¶
func NewServerManager(logger boshlog.Logger) ServerManager
type SettingsResponse ¶
type SettingsResponse struct {
Settings string `json:"settings"`
Status string `json:"status"`
}
Click to show internal directories.
Click to hide internal directories.