Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Index ¶
func Index(mux *chi.Mux, sm *state.StateManager)
func Liveness ¶
func Liveness(mux *chi.Mux, sm *state.StateManager)
func Readiness ¶
func Readiness(mux *chi.Mux, sm *state.StateManager)
Types ¶
type HTTPRequest ¶
type HTTPRequest struct { Header http.Header `json:"header"` Host string `json:"host"` Method string `json:"method"` RequestURI string `json:"request_uri"` RemoteAddr string `json:"remote_addr"` }
func PickRequest ¶
func PickRequest(r *http.Request) HTTPRequest
Click to show internal directories.
Click to hide internal directories.