Versions in this module Expand all Collapse all v0 v0.0.1 Aug 10, 2023 Changes in this version + type Env struct + func NewEnv(vg rotation.ValueGetter, varName string) Env + func (e Env) GetValue() string + type Regex struct + func NewRegex(vg rotation.ValueGetter, re *regexp.Regexp) Regex + func (r Regex) GetValue() string