config

package
v1.1.7 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 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
	Verbose bool
}

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    yaml2.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