config

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2017 License: MIT Imports: 8 Imported by: 25

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.

func Path

func Path() string

Path retrieves the main configuration path.

Types

type Plugin added in v1.0.0

type Plugin struct {
	Run  interface{}
	Name string
}

Plugin is a plugin to execute

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL