package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Mar 19, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 9
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Randomize bool `yaml:"randomize"`
StopOnFailure bool `yaml:"stop_on_failure"`
FeaturesPaths []string `yaml:"features_path"`
Resources []*Resource `yaml:"resources"`
}
type Resource struct {
Name string `yaml:"name"`
Type string `yaml:"type"`
ReadyCheck bool `yaml:"ready_check"`
Params map[string]string `yaml:"params"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.