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