Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + func NewEventsHandler() http.Handler + func NewHandler() http.Handler + func NewHealthCheckHandler() http.Handler + type ErrorHandler struct + Code int + Message string + func NewErrorHandler(code int, message string) *ErrorHandler + func (eh *ErrorHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)