Documentation
¶
Overview ¶
Package server serves up the endpoints cache via http
Package server serves the HTTP endpoints
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HealthStatus ¶
func NewHealthStatus ¶
func NewHealthStatus(errorChannel chan bool) *HealthStatus
func (*HealthStatus) Health ¶
func (h *HealthStatus) Health(w http.ResponseWriter, r *http.Request)
Health serves our health route
type Provider ¶
type Provider struct {
Controller *streamer.Controller
}
func NewProvider ¶
func NewProvider(controller *streamer.Controller) *Provider
Click to show internal directories.
Click to hide internal directories.