Documentation ¶
Overview ¶
Package catcheach provides a middleware for graceful handling of stderr output based on regex patterns
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CatchEachMiddleware ¶
type CatchEachMiddleware struct { }
Line-Based Error Handler
func NewCatchEachMiddleware ¶
func NewCatchEachMiddleware() CatchEachMiddleware
func (CatchEachMiddleware) Apply ¶
func (catchEachMiddleware CatchEachMiddleware) Apply( run *pipeline.Run, next func(*pipeline.Run), executionContext *middleware.ExecutionContext, )
func (CatchEachMiddleware) String ¶
func (_ CatchEachMiddleware) String() string
Click to show internal directories.
Click to hide internal directories.