config

package
v0.8.2 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 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 {
	Zones struct {
		Excludes []string `yaml:"excludes"`
	} `yaml:"zones"`

	ResourceTypes struct {
		Excludes []string `yaml:"excludes"`
	} `yaml:"resource-types"`

	ResourceIDs struct {
		Excludes []ResourceIDFilter `yaml:"excludes"`
	} `yaml:"resource-ids"`
}

func LoadConfig

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

type ResourceIDFilter

type ResourceIDFilter struct {
	ResourceType string `yaml:"resourceType"`
	ID           string `yaml:"id"`
}

Jump to

Keyboard shortcuts

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