Discover Packages
github.com/simonswine/covid-thanos-store
pkg
covidstore
package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Sep 22, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 30
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
const (
ECDCSourceURL = "https://opendata.ecdc.europa.eu/covid19/casedistribution/csv/"
)
type Country struct {
Code string `csv:"geoId"`
Name string `csv:"countriesAndTerritories"`
Continent string `csv:"continentExp"`
Population *int64 `csv:"popData2019"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.