checking in before refactoring interpolation
This commit is contained in:
10
envs/types.go
Normal file
10
envs/types.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package envs
|
||||
|
||||
type (
|
||||
interpolateOpts struct {
|
||||
noMapKey bool
|
||||
noMapVal bool
|
||||
isTagged bool
|
||||
}
|
||||
optInterpolate func(o *interpolateOpts) (err error)
|
||||
)
|
||||
Reference in New Issue
Block a user