conf

package
v0.6.2 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2014 License: MIT Imports: 0 Imported by: 3

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

Jump to

Keyboard shortcuts

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