Documentation ¶ Index ¶ type City type Country type Province Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type City ¶ type City struct { Name string `json:"city"` Province Country Municipality bool `json:"municipality"` Confirmed int `json:"confirm"` Suspected int `json:"suspect"` Cured int `json:"heal"` Dead int `json:"dead"` } type Country ¶ type Country struct { Name string `json:"country"` } type Province ¶ type Province struct { Name string `json:"area"` } Source Files ¶ View all Source files model.go Directories ¶ Show internal Expand all Path Synopsis cli cui model pkg scraper util Click to show internal directories. Click to hide internal directories.