Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conf ¶
type Conf struct { Port int LogLevel string LogFormat string APIToken string SkipPush bool // for basic auth Username string Password string // for travis auth TravisToken string GitHubSecret string NoTravis bool NoGitHub bool }
Conf is used for storing data retrieved from environmental variables.
var Config Conf
Config is the global config for docker-builder
Click to show internal directories.
Click to hide internal directories.