Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EchoHandler ¶
type EchoHandler struct{}
func NewEchoHandler ¶
func NewEchoHandler() *EchoHandler
func (*EchoHandler) Input ¶
func (p *EchoHandler) Input(context *event.HandleContext, data any) (any, bool)
type PrintHandler ¶
type PrintHandler struct{}
func NewPrintHandler ¶
func NewPrintHandler() *PrintHandler
func (PrintHandler) Input ¶
func (p PrintHandler) Input(context *event.HandleContext, data any) (any, bool)
type StringDecoder ¶
type StringDecoder struct{}
func NewStringDecoder ¶
func NewStringDecoder() *StringDecoder
func (*StringDecoder) Input ¶
func (s *StringDecoder) Input(_ *event.HandleContext, reader *bufio.Reader) (any, bool)
Click to show internal directories.
Click to hide internal directories.