Documentation ¶
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 *models.PipelineRun, next func(*models.PipelineRun), _ *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.