Documentation
¶
Index ¶
- func AddManifest(args []string) error
- func CheckUpdateInformation(old, new schemas.Capacity) error
- func FilterS3Path(path string) (string, string)
- func Initialize(args []string) error
- func ServerSetup(config schemas.Config) (builder.Builder, error)
- func SetupBuilder(mode string) (builder.Builder, error)
- func Start(builderSt builder.Builder, mode string) error
- type Runner
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckUpdateInformation ¶
CheckUpdateInformation checks if updated information is valid or not
func Initialize ¶
Initialize creates necessary files for goployer
func ServerSetup ¶
ServerSetup setup a goployer server
func SetupBuilder ¶
SetupBuilder setup builder struct for configuration
Types ¶
type Runner ¶
type Runner struct { Logger *Logger.Logger Builder builder.Builder Collector collector.Collector Slacker slack.Slack FuncMapper map[string]func() error }
func (Runner) CheckEnabledMetrics ¶
CheckEnabledMetrics checks if metrics configuration is enabled or not
func (Runner) LogFormatting ¶
LogFormatting sets log format
Click to show internal directories.
Click to hide internal directories.