Documentation
¶
Index ¶
- func Format(values map[string]string) []string
- func Merge(base map[string]string, overlays ...map[string]string) map[string]string
- func MinimalSystemEnv() map[string]string
- func ValidateKey(key string) error
- type Entry
- type Scope
- type ScopeKind
- type Store
- func (s *Store) List(scope Scope) ([]Entry, error)
- func (s *Store) Load(scope Scope) (map[string]string, error)
- func (s *Store) Path(scope Scope) (string, error)
- func (s *Store) Root() string
- func (s *Store) Set(scope Scope, key, value string) error
- func (s *Store) Unset(scope Scope, key string) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MinimalSystemEnv ¶
func ValidateKey ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.