Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalidInput = fmt.Errorf("invalid input")
)
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler logs information about the message being processed and sends the message to the next handler in the chain.
Click to show internal directories.
Click to hide internal directories.