Categorygithub.com/choria-io/go-config
modulepackage
0.0.6
Repository: https://github.com/choria-io/go-config.git
Documentation: pkg.go.dev

# Functions

DNSFQDN attempts to find the FQDN using DNS resolution.
Mutate calls all registered mutators on the given configuration.
MutatorNames are the names of known configuration mutators.
NewConfig parses a config file and return the config.
NewConfigForTests creates a configuration for use in testing tools.
NewDefaultConfig creates a empty configuration.
RegisterMutator registers a new configuration mutator.

# Structs

ChoriaPluginConfig settings.
Config represents Choria configuration.

# Interfaces

BuildInfoProvider provides build time information.
Mutator is a function that can mutate the configuration.