Documentation
¶
Index ¶
Constants ¶
View Source
const ( // PRECREATE Event name for plugins PRECREATE = "pre_create" // POSTCREATE Event name for plugins POSTCREATE = "post_create" // PREDELETE Event name for plugins PREDELETE = "pre_delete" // POSTDELETE Event name for plugins POSTDELETE = "post_delete" )
View Source
const CODEDEPLOYROLE = "CodeDeployServiceRole"
CODEDEPLOYROLE is the default name of the codedeploy role.
Variables ¶
View Source
var PluginRegistry map[string][]Plugin
PluginRegistry is a registry of plugins for certain events
View Source
var REGION string
REGION to operate in.
View Source
var SPINNER int
SPINNER is the index of which spinner to use. Defaults to 7.
View Source
var STACKNAME = "FurnaceStack"
STACKNAME is the default name for a stack.
View Source
var WAITFREQUENCY = 1
WAITFREQUENCY global wait frequency default.
Functions ¶
func LoadCFStackConfig ¶
func LoadCFStackConfig() []byte
LoadCFStackConfig Load the CF stack configuration file into a []byte.
Types ¶
Click to show internal directories.
Click to hide internal directories.