Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTest = errors.New("test failed")
Functions ¶
func NewTestCmd ¶
Types ¶
type Configuration ¶
type Configuration struct { Environment map[string]string `yaml:"env"` AffectedFiles []string `yaml:"affected_files"` }
func LoadConfiguration ¶
func LoadConfiguration(path string) (*Configuration, error)
Click to show internal directories.
Click to hide internal directories.