Documentation
¶
Index ¶
- Variables
- func Escape(key string) string
- func Expand(value string) string
- func Get(key string) string
- func IsSet(key string) bool
- func Lookup(key string) (string, bool)
- func Or(key, defaultValue string) string
- func ParseKV(kv string) (string, string, error)
- func RawLookup(key string) (string, bool)
- func ToKey(key string) string
- func Unescape(key string) string
- type Map
- type Store
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotKV = errors.New("not an env key-value") ErrInvalidKVFormat = errors.New("invalid env key-value format") )
Functions ¶
Types ¶
type Map ¶
func UnmarshalString ¶ added in v0.1.0
Click to show internal directories.
Click to hide internal directories.