Documentation
¶
Index ¶
Constants ¶
View Source
const ( ScopeRegion = iota ScopeAge )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupedHandler ¶
type GroupedHandler struct { reporter.Reporter reporter.VaccinationType Scope }
GroupedHandler returns COVID-19 vaccinations grouped by region or age group, for a specific type (i.e. partial, full or booster vaccination)
func (GroupedHandler) Endpoints ¶
func (handler GroupedHandler) Endpoints() simplejson.Endpoints
Endpoints implements the grafana-json Endpoint function. It returns all supported endpoints
type LagHandler ¶
LagHandler returns the time difference between partial and full COVID-19 vaccination
func (LagHandler) Endpoints ¶
func (handler LagHandler) Endpoints() simplejson.Endpoints
type ManufacturerHandler ¶ added in v1.9.0
ManufacturerHandler returns COVID-19 vaccinations grouped by manufacturer
func (ManufacturerHandler) Endpoints ¶ added in v1.9.0
func (handler ManufacturerHandler) Endpoints() simplejson.Endpoints
Endpoints implements the grafana-json Endpoint function. It returns all supported endpoints
type RateHandler ¶
type RateHandler struct { reporter.Reporter reporter.VaccinationType Scope demographics.Fetcher // contains filtered or unexported fields }
func (RateHandler) Endpoints ¶
func (r RateHandler) Endpoints() simplejson.Endpoints
Click to show internal directories.
Click to hide internal directories.