configuration

package
v0.0.0-...-7a41e1a Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2016 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Product

func Product(v EnvironmentVerticals) ([][]string, error)

func ProductFor

func ProductFor(s VerticalSelection, v EnvironmentVerticals) ([][]string, error)

Types

type BuildToolConfiguration

type BuildToolConfiguration struct {
	Command string `yaml:"cmd"`
}

type EnvironmentVerticals

type EnvironmentVerticals struct {
	Verticals map[string][]string `yaml:"verticals,flow"`
}

type TestRunnerConfiguration

type TestRunnerConfiguration struct {
	Description, Path      string
	BuildToolConfiguration `yaml:"build_tool,flow"`
	EnvironmentVerticals   `yaml:"verticals,inline"`
}

func Read

func Read(configuration string) (TestRunnerConfiguration, error)

type VerticalSelection

type VerticalSelection struct {
	Vertical, Selection string
}

Jump to

Keyboard shortcuts

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