Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestConfig ¶
type TestConfig struct { AppName string `json:"appName"` RepoName string `json:"repoName"` AppCatalog string `json:"appCatalog"` Providers []string `json:"providers"` }
TestConfig provides a standard configuration for Apps
func MustLoad ¶
func MustLoad(configPath string) TestConfig
MustLoad opens the given yaml file and parses it into a TestConfig instance Any errors while opening are silently ignored.
Click to show internal directories.
Click to hide internal directories.