loader

package
v1.29.0 Latest Latest
Warning

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

Go to latest
Published: May 12, 2024 License: Apache-2.0 Imports: 4 Imported by: 259

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OptionsBuilder added in v1.10.0

type OptionsBuilder interface {
	BuildOptions(options interface{}) error
}

type OptionsLoader

type OptionsLoader struct {
	Builders []OptionsBuilder
}

func NewOptionsLoader

func NewOptionsLoader(builders []OptionsBuilder) *OptionsLoader

func (*OptionsLoader) Build

func (l *OptionsLoader) Build(userConfig interface{}) (interface{}, error)

Build executes the options configuration templates, until they converge It bails out after maxIterations

Jump to

Keyboard shortcuts

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