config

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Include   []string        `yaml:"include,omitempty"`
	Transform []Transformable `yaml:"transform"`
}

func LoadConfig

func LoadConfig(filePath string) (*Config, error)

type Transformable

type Transformable struct {
	Target  string                 `yaml:"target"`
	If      string                 `yaml:"if,omitempty"`
	Value   map[string]interface{} `yaml:"value,omitempty"`
	ForEach string                 `yaml:"for_each,omitempty"`
}

Jump to

Keyboard shortcuts

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