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

# Functions

DefaultConfig returns the default configuration.
LoadConfig reads the configuration from the config path; if the path does not exist, it returns a default configuration.
NewConfig returns a Config, optionally using default remotes.

# Variables

DefaultRemotes is the list of default remotes.
ErrNotLinux is returned when attemping to access the "local" remote on non-Linux systems.
ImagesRemote is the community image server (over simplestreams).
LocalRemote is the default local remote (over the unix socket).
StaticRemotes is the list of remotes which can't be removed.

# Structs

Config holds settings to be used by a client or daemon.
Remote holds details for communication with a remote daemon.