settingscheck

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EnvSettingsPath = "SETTINGS_PATH"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Check

type Check func(ctx context.Context, input Input) Result

type Input

type Input struct {
	Settings pkg.ReadableValuesCollector
	DC       pkg.DependencyContainer
	Logger   pkg.Logger
}

type Result

type Result struct {
	Valid    bool     `json:"valid" yaml:"valid"`
	Message  string   `json:"message" yaml:"message"`
	Warnings []string `json:"warnings" yaml:"warnings"`
}

func Allow

func Allow(warnings ...string) Result

func Execute

func Execute(ctx context.Context, check Check, dc pkg.DependencyContainer, logger pkg.Logger) Result

func Reject

func Reject(msg string) Result

Jump to

Keyboard shortcuts

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