package envs type ( interpolateOpts struct { noMapKey bool noMapVal bool isTagged bool } optInterpolate func(o *interpolateOpts) (err error) )