config

package
v1.15.1 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2025 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"`
	IsMCTest   bool     `json:"isMCTest"`
}

TestConfig provides a standard configuration for Apps

func MustLoad

func MustLoad() 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