Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler is a general HTTP handler. Must be created with New function.
func New ¶
func New(service interfaces.MusicService, registry metrics.HTTPMetricsRegistry) *Handler
New returns a new Handler. Accepts a data service and a registry for metrics.
Click to show internal directories.
Click to hide internal directories.