Documentation
¶
Overview ¶
Package config loads linctl configuration from files and profiles.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrProfileNotFound = errors.New("profile not found")
ErrProfileNotFound marks an explicitly requested profile that does not exist.
Functions ¶
This section is empty.
Types ¶
type LoadRequest ¶
type LoadRequest struct {
GlobalPath string
RepoPath string
ProfileOverride string
TargetOverride Target
}
LoadRequest describes the config sources to load.
Click to show internal directories.
Click to hide internal directories.