Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InputHandler ¶
type InputHandler interface {
Handle(Inputs)
}
type InputHandlerFunc ¶
type InputHandlerFunc func(Inputs)
func (InputHandlerFunc) Handle ¶
func (fn InputHandlerFunc) Handle(i Inputs)
Click to show internal directories.
Click to hide internal directories.