Documentation
¶
Index ¶
- Constants
- func CheckErr(err error)
- func CleanupTempFiles(suffix string)
- func DownloadFile(url string, suffix string) (string, error)
- func Exists(path string) error
- func ParseEnvFlags(input string) string
- func ParseTemplate(input string, base interface{}, app string) string
- func RunCmd(name string, arg ...string) error
- func WriteFile(content []byte, fileType string, suffix string) (string, error)
- type S
- type SR
Constants ¶
View Source
const ( UNKOWN_PLUGIN = "Plugin name must be specified." UNKOWN_OSES = "oses is unkown." APP_NOT_FOUND = "app is not found." UNKNOWN_SCENARIO_DEST = "scenario dest is unknown." INVALID_REPOSITORY = "app repository has invalid format." INVENTORY_MISSING = "playbook inventory is missing." UNKNOWN_CONTAINERS = "playbook has no associated container." )
View Source
const ( DEFAULT_APP_STATE = "running" DEFAULT_APP_TYPE = "generic" DEFAULT_APP_BRANCH = "master" )
Variables ¶
This section is empty.
Functions ¶
func CleanupTempFiles ¶
func CleanupTempFiles(suffix string)
func ParseEnvFlags ¶
func ParseTemplate ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.