config

package
v0.1.14 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	CommonConfiguration = &EnhancementConfiguration{
		Build: ObjectiveConfiguration{
			Names:        commonBuildNameRegexes,
			ShellRegexes: commonBuildShellRegexes,
		},
		Test: ObjectiveConfiguration{
			Names:        commonTestNameRegexes,
			ShellRegexes: commonTestShellRegexes,
		},
	}
)

Functions

This section is empty.

Types

type EnhancementConfiguration

type EnhancementConfiguration struct {
	Build  ObjectiveConfiguration
	Test   ObjectiveConfiguration
	Deploy ObjectiveConfiguration
}

type ObjectiveConfiguration

type ObjectiveConfiguration struct {
	Tasks        []string
	Names        []*regexp.Regexp
	ShellRegexes []*regexp.Regexp
}

Jump to

Keyboard shortcuts

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