Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPHandler ¶
type HTTPHandler struct {
// contains filtered or unexported fields
}
func NewHTTPHandler ¶
func NewHTTPHandler(cfg Config) *HTTPHandler
func (*HTTPHandler) Register ¶
func (h *HTTPHandler) Register(r chi.Router, _ *router.Middlewares)
Register the http endpoints into the given mux server.
Click to show internal directories.
Click to hide internal directories.