Documentation ¶
Index ¶
Constants ¶
View Source
const ( ByRegion = iota ByAge )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoosterHandler ¶ added in v1.12.0
func (*BoosterHandler) Endpoints ¶ added in v1.12.0
func (b *BoosterHandler) Endpoints() simplejson.Endpoints
Endpoints implements the grafana-json Endpoint function. It returns all supported endpoints
type GroupedHandler ¶
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 RateHandler ¶
type RateHandler struct { Reporter *reporter.Client Type int 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.