Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CatchMiddleware ¶
type CatchMiddleware struct { }
Error Handler
func NewCatchMiddleware ¶
func NewCatchMiddleware() CatchMiddleware
func (CatchMiddleware) Apply ¶
func (catchMiddleware CatchMiddleware) Apply( run *models.PipelineRun, next func(*models.PipelineRun), executionContext *middleware.ExecutionContext, )
func (CatchMiddleware) String ¶
func (_ CatchMiddleware) String() string
Click to show internal directories.
Click to hide internal directories.