Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HarianItem ¶
type HarianItem struct { Date int64 `json:"key"` DateStr string `json:"key_as_string"` Death HarianJumlah `json:"jumlah_meninggal"` Active HarianJumlah `json:"jumlah_dirawat"` Recover HarianJumlah `json:"jumlah_sembuh"` Case HarianJumlah `json:"jumlah_positif"` TotalDeath HarianJumlah `json:"jumlah_meninggal_kum"` TotalActive HarianJumlah `json:"jumlah_dirawat_kum"` TotalRecover HarianJumlah `json:"jumlah_sembuh_kum"` TotalCase HarianJumlah `json:"jumlah_positif_kum"` }
HarianItem ...
type SrcFile ¶
type SrcFile struct { Update struct { Harian HarianList `json:"harian"` } `json:"update"` }
SrcFile ...
Click to show internal directories.
Click to hide internal directories.