package
Version:
v0.0.0-...-66b962f
Opens a new window with list of versions in this module.
Published: Nov 6, 2014
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
StatusInit = "INIT"
StatusDone = "DONE"
StatusError = "ERROR"
StatusBuilding = "Building..."
StatusBooting = "Booting..."
)
type Boot struct {
Status string
Error interface{}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.