config

package
v1.1.4 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2018 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Auth added in v1.1.4

type Auth struct {
	Email    string `yaml:"email"`
	Username string `yaml:"username"`
	Password string `yaml:"password"`
}

Auth represents auth configuration.

type Backend

type Backend struct {
	Log    *log.Logger
	Stdin  io.Reader
	Stdout io.Writer
	Stderr io.Writer
}

Backend represents backend configuration.

type Docker

type Docker struct {
	Auth       Auth          `yaml:"auth"`
	WorkingDir string        `yaml:"working_dir"`
	Entrypoint string        `yaml:"entrypoint"`
	Image      string        `yaml:"image"`
	Volumes    yamllist.List `yaml:"volumes"`
}

Docker represents docker configuration.

Jump to

Keyboard shortcuts

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