Documentation
¶
Index ¶
- type HttpHandler
- func (h HttpHandler) ContextLogger(context string) *logrus.Entry
- func (h *HttpHandler) DeregistrationHandler(w http.ResponseWriter, r *http.Request)
- func (h *HttpHandler) PingHandler(w http.ResponseWriter, r *http.Request)
- func (h *HttpHandler) QueryHandler(w http.ResponseWriter, r *http.Request)
- func (h *HttpHandler) RegistrationHandler(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpHandler ¶
func (HttpHandler) ContextLogger ¶
func (h HttpHandler) ContextLogger(context string) *logrus.Entry
func (*HttpHandler) DeregistrationHandler ¶
func (h *HttpHandler) DeregistrationHandler(w http.ResponseWriter, r *http.Request)
func (*HttpHandler) PingHandler ¶
func (h *HttpHandler) PingHandler(w http.ResponseWriter, r *http.Request)
func (*HttpHandler) QueryHandler ¶
func (h *HttpHandler) QueryHandler(w http.ResponseWriter, r *http.Request)
func (*HttpHandler) RegistrationHandler ¶
func (h *HttpHandler) RegistrationHandler(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.