Documentation
¶
Index ¶
- type BaseHandler
- func (h BaseHandler) ContextLogger(context string) *logrus.Entry
- func (h *BaseHandler) DeregistrationHandler(w http.ResponseWriter, r *http.Request)
- func (h *BaseHandler) PingHandler(w http.ResponseWriter, r *http.Request)
- func (h *BaseHandler) QueryHandler(w http.ResponseWriter, r *http.Request)
- func (h *BaseHandler) RegistrationHandler(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseHandler ¶ added in v1.1.0
type BaseHandler struct {
Config *configuration.AppConfig
Logger *logrus.Entry
MaestroCache *cache.MaestroCache
}
func (BaseHandler) ContextLogger ¶ added in v1.1.0
func (h BaseHandler) ContextLogger(context string) *logrus.Entry
func (*BaseHandler) DeregistrationHandler ¶ added in v1.1.0
func (h *BaseHandler) DeregistrationHandler(w http.ResponseWriter, r *http.Request)
func (*BaseHandler) PingHandler ¶ added in v1.1.0
func (h *BaseHandler) PingHandler(w http.ResponseWriter, r *http.Request)
func (*BaseHandler) QueryHandler ¶ added in v1.1.0
func (h *BaseHandler) QueryHandler(w http.ResponseWriter, r *http.Request)
func (*BaseHandler) RegistrationHandler ¶ added in v1.1.0
func (h *BaseHandler) RegistrationHandler(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.