Documentation
¶
Index ¶
Constants ¶
View Source
const ( OS_READ_WRITE_MODE = os.FileMode(0644) StateFileName = "bbl-state.json" )
Variables ¶
View Source
var GetStateLogger logger
Functions ¶
This section is empty.
Types ¶
type BOSH ¶
type BOSH struct {
DirectorName string `json:"directorName"`
DirectorUsername string `json:"directorUsername"`
DirectorPassword string `json:"directorPassword"`
DirectorAddress string `json:"directorAddress"`
DirectorSSLCA string `json:"directorSSLCA"`
DirectorSSLCertificate string `json:"directorSSLCertificate"`
DirectorSSLPrivateKey string `json:"directorSSLPrivateKey"`
Credentials map[string]string `json:"credentials"`
State map[string]interface{} `json:"state"`
Manifest string `json:"manifest"`
}
type KeyPair ¶
Click to show internal directories.
Click to hide internal directories.