config

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2019 License: ISC Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Config = struct {
	Name        string `flag:"-" env:"-" file:"-"`
	LogLevel    string `flag:"-" env:"CHERRY_LOG_LEVEL" file:"CHERRY_LOG_LEVEL_FILE"`
	LogJSON     bool   `flag:"-" env:"CHERRY_LOG_JSON" file:"CHERRY_LOG_JSON_FILE"`
	GithubToken string `flag:"-" env:"CHERRY_GITHUB_TOKEN" file:"CHERRY_GITHUB_TOKEN_FILE"`
}{
	Name:     defaultName,
	LogLevel: defaultLogLevel,
	LogJSON:  defaultLogJSON,
}

Config defines the configuration values

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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