Documentation ¶
Overview ¶
Package output provides a middleware to overwrite a pipe's output directly
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OutputMiddleware ¶
type OutputMiddleware struct { }
Output Interceptor
func NewOutputMiddleware ¶
func NewOutputMiddleware() OutputMiddleware
func (OutputMiddleware) Apply ¶
func (outputMiddleware OutputMiddleware) Apply( run *pipeline.Run, next func(pipelineRun *pipeline.Run), executionContext *middleware.ExecutionContext, )
func (OutputMiddleware) String ¶
func (outputMiddleware OutputMiddleware) String() string
type OutputMiddlewareArguments ¶
type OutputMiddlewareArguments struct {
Text *string
}
func NewOutputMiddlewareArguments ¶
func NewOutputMiddlewareArguments() OutputMiddlewareArguments
Click to show internal directories.
Click to hide internal directories.