Documentation ¶ Index ¶ func GetStatuses(country string, cache cache.Cache, logger *logrus.Logger) string type CountryInfo Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetStatuses ¶ func GetStatuses(country string, cache cache.Cache, logger *logrus.Logger) string Types ¶ type CountryInfo ¶ type CountryInfo struct { Confirmed int `json:"Confirmed"` Deaths int `json:"Deaths"` Recovered int `json:"Recovered"` Active int `json:"Active"` LastUpdated string `json:"Date"` } Source Files ¶ View all Source files corona.go Click to show internal directories. Click to hide internal directories.