config

package
v1.10.2 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2024 License: Apache-2.0 Imports: 3 Imported by: 1

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.

Jump to

Keyboard shortcuts

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