Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigPaths ¶ added in v0.157.0
ConfigPaths returns the computed list of configuration paths to load.
Types ¶
type Config ¶
type Config struct { Global ConfigAndSecrets `toml:"global"` Modules map[string]ConfigAndSecrets `toml:"modules"` ModuleDirs []string `toml:"module-dirs"` ExternalDirs []string `toml:"external-dirs"` }
func LoadConfig ¶ added in v0.157.0
func LoadWritableConfig ¶ added in v0.157.0
LoadWritableConfig loads the last config file in the list of paths, or an empty config if none are found.
type ConfigAndSecrets ¶
type URL ¶
A URL that supports marshalling and unmarshalling which is, very frustratingly, not possible with the stdlib url.URL.
func MustParseURL ¶
func (URL) MarshalText ¶
func (*URL) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.