Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Request ¶
type Request struct {
// contains filtered or unexported fields
}
func OnStatus ¶
func OnStatus(req Request, handler StatusHandler) Request
func OnText ¶
func OnText(req Request, handler TextHandler) Request
type StatusHandler ¶
type StatusHandler func(StatusUpdate)
type StatusUpdate ¶
type TextHandler ¶
type TextHandler func(string)
Click to show internal directories.
Click to hide internal directories.