configuration

package
v0.0.0-...-841437a Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2019 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const AuthMethodKey = "AuthMethod"
View Source
const ConfigKey = "Config"

Variables

This section is empty.

Functions

This section is empty.

Types

type Compiler

type Compiler struct {
	OutputDirectory string `mapstructure:"outputdirectory"`
}

type Config

type Config struct {
	Env      string   `mapstructure:"env"`
	Git      Git      `mapstructure:"git"`
	Compiler Compiler `mapstructure:"compiler"`
	Server   Server   `mapstructure:"server"`
	Log      Log      `mapstructure:"log"`
}

type Git

type Git struct {
	Remote          string `mapstructure:"remote"`
	Branch          string `mapstructure:"branch"`
	Directory       string `mapstructure:"directory"`
	PollingInterval int    `mapstructure:"pollinginterval"`
	Username        string `mapstructure:"username"`
	Password        string `mapstructure:"password"`
	SSHKey          string `mapstructure:"sshkey"`
}

type Log

type Log struct {
	Level      string `mapstructure:"level"`
	TimeFormat string `mapstructure:"timeformat"`
}

type Package

type Package struct {
}

func (*Package) Bindings

func (*Package) Bindings() []axon.Binding

type Server

type Server struct {
	Port int `mapstructure:"port"`
}

Jump to

Keyboard shortcuts

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