Documentation
¶
Index ¶
Constants ¶
View Source
const ( WritePkgTimeout = 1e9 StatusContinue = 100 StatusSuccess = 200 StatusFound = 302 StatusBadRequest = 400 StatusNotFound = 404 StatusNotAllowed = 405 StatusFail = 500 StatusGatewayTimeout = 504 )
View Source
const ( EventHeartbeat uint16 = iota + 10000 EventEcho )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultEventHandler ¶
type DefaultEventHandler struct {
// contains filtered or unexported fields
}
func NewDefaultEventHandler ¶
func NewDefaultEventHandler(log getty.Logger) *DefaultEventHandler
func (*DefaultEventHandler) HandleRequest ¶
func (*DefaultEventHandler) HandleResponse ¶
Click to show internal directories.
Click to hide internal directories.