Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //InstanceDied not runnig due to failure InstanceDied InstanceStatus //InstanceStopped stopped by request InstanceStopped = InstanceStatus(10) //InstanceStarted started InstanceStarted = InstanceStatus(20) )
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Network string
APIPort string
Domain string
ImageName string
StorePath string
InstanceDataPath string
LogLevel string
Autostart bool
}
Config stores settings for the appliance
Click to show internal directories.
Click to hide internal directories.