Documentation ¶
Overview ¶
The `env` middleware manipulates environment variables
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvMiddleware ¶
func NewEnvMiddleware ¶
func NewEnvMiddleware() EnvMiddleware
func (EnvMiddleware) Apply ¶
func (envMiddleware EnvMiddleware) Apply( run *pipeline.Run, next func(*pipeline.Run), _ *middleware.ExecutionContext, )
func (EnvMiddleware) String ¶
func (envMiddleware EnvMiddleware) String() string
type Interpolator ¶
func NewInterpolator ¶
func NewInterpolator(envMiddleware EnvMiddleware) *Interpolator
func (*Interpolator) ParseString ¶
func (interpolator *Interpolator) ParseString(value string) interface{}
Click to show internal directories.
Click to hide internal directories.