Documentation
¶
Index ¶
- func AdminDatabaseHandler(svcs *services.Services) http.HandlerFunc
- func EventsHandler(svcs *services.Services) http.HandlerFunc
- func HealthHandler(svcs *services.Services, fullCheck bool) http.HandlerFunc
- func NotFoundHandler(w http.ResponseWriter, r *http.Request)
- func StatusHandler(svcs *services.Services, baseLogger *logrus.Entry) http.HandlerFunc
- func StreamHandler(svcs *services.Services) http.HandlerFunc
- type GetEventsRequest
- type GetEventsResponse
- type GetHealthResponse
- type GetStatusResponse
- type PostEventsRequest
- type PostEventsResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AdminDatabaseHandler ¶
func AdminDatabaseHandler(svcs *services.Services) http.HandlerFunc
func EventsHandler ¶
func EventsHandler(svcs *services.Services) http.HandlerFunc
func HealthHandler ¶
func HealthHandler(svcs *services.Services, fullCheck bool) http.HandlerFunc
func NotFoundHandler ¶
func NotFoundHandler(w http.ResponseWriter, r *http.Request)
func StatusHandler ¶
func StreamHandler ¶
func StreamHandler(svcs *services.Services) http.HandlerFunc
Types ¶
type GetEventsRequest ¶
type GetEventsRequest struct{}
type GetEventsResponse ¶
type GetHealthResponse ¶
type GetHealthResponse struct {
health.Healthcheck
}
type GetStatusResponse ¶
type PostEventsRequest ¶
type PostEventsResponse ¶
Click to show internal directories.
Click to hide internal directories.