Documentation ¶
Overview ¶
Package api provides the HTTP api.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigHandler ¶ added in v1.3.7
type ConfigHandler struct {
Config interface{}
}
func (*ConfigHandler) ServeHTTP ¶ added in v1.3.7
func (h *ConfigHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type ManualHandler ¶ added in v1.3.7
type ManualHandler struct{}
ManualHandler provides a fetch and update handler for the manual overrides api.
func (*ManualHandler) ServeHTTP ¶ added in v1.3.7
func (h *ManualHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type RoutesHandler ¶ added in v1.3.7
type RoutesHandler struct{}
func (*RoutesHandler) ServeHTTP ¶ added in v1.3.7
func (h *RoutesHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type VersionHandler ¶ added in v1.3.7
type VersionHandler struct {
Version string
}
func (*VersionHandler) ServeHTTP ¶ added in v1.3.7
func (h *VersionHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.