package
6.6.0
Repository: https://github.com/lxc/incus.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

AvailableExecutable checks that the given value is the name of an executable file, in PATH.
Load creates a new configuration Map with the given schema and initial values.
SafeLoad is a wrapper around Load() that does not error when invalid keys are found, and just logs warnings instead.

# Constants

Possible Value types.
Possible Value types.
Possible Value types.

# Structs

Error generated when trying to set a certain config key to certain value.
Key defines the type of the value of a particular config key, along with other knobs such as default, validator, etc.
Map is a structured map of config keys to config values.

# Type aliases

ErrorList is a list of configuration Errors occurred during Load() or Map.Change().
Schema defines the available keys of a config Map, along with the types and options for their values, expressed using Key objects.
Type is a numeric code indetifying a node value type.