Documentation ¶
Overview ¶
Package catch provides a middleware for graceful handling of stderr output
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 *pipeline.Run, next func(*pipeline.Run), executionContext *middleware.ExecutionContext, )
func (CatchMiddleware) String ¶
func (_ CatchMiddleware) String() string
Click to show internal directories.
Click to hide internal directories.