matrix

package
v0.15.5 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Axis

type Axis map[string]string

Axis represents a single permutation of entries from the build matrix.

func Parse

func Parse(data []byte) ([]Axis, error)

Parse parses the Yaml matrix definition.

func ParseString

func ParseString(data string) ([]Axis, error)

ParseString parses the Yaml string matrix definition.

func (Axis) String

func (a Axis) String() string

String returns a string representation of an Axis as a comma-separated list of environment variables.

type Matrix

type Matrix map[string][]string

Matrix represents the build matrix.

Jump to

Keyboard shortcuts

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