Versions in this module Expand all Collapse all v0 v0.4.0 Aug 13, 2026 v0.3.0 Aug 5, 2026 Changes in this version + func Quote(v string) string + func Unquote(s string) (string, error) + func ValidateName(s string) error + type Op uint8 + const OpDefaultEmpty + const OpDefaultUnset + const OpLiteral + const OpPassthrough + const OpRequiredEmpty + const OpRequiredUnset + type Spec struct + Arg string + Host string + Name string + Op Op + func Parse(entry string) (Spec, error) + func (s Spec) Resolve(lookup func(string) (string, bool)) (value string, warnUnset bool, err error) + func (s Spec) String() string