Documentation ¶
Index ¶
- type Data
- type DataResponse
- type GejalaClass
- type GejalaListDatum
- type Harian
- type JenisKelamin
- type JenisKelaminKey
- type Jumlah
- type Kasus
- type KasusKelompokUmur
- type KelompokUmur
- type KelompokUmurKey
- type KelompokUmurListDatum
- type ListDatum
- type Lokasi
- type Meninggal
- type MeninggalKelompokUmur
- type PenambahanProv
- type PenambahanUpdate
- type ProvResponse
- type PurpleGejala
- type Total
- type Update
- type UpdateResponse
- type Usia
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataResponse ¶
type GejalaClass ¶
type GejalaClass struct { CurrentData int64 `json:"current_data"` MissingData float64 `json:"missing_data"` ListData []GejalaListDatum `json:"list_data"` }
type GejalaListDatum ¶
type Harian ¶
type Harian struct { KeyAsString string `json:"key_as_string"` Key int64 `json:"key"` DocCount int64 `json:"doc_count"` JumlahMeninggal Jumlah `json:"jumlah_meninggal"` JumlahSembuh Jumlah `json:"jumlah_sembuh"` JumlahPositif Jumlah `json:"jumlah_positif"` JumlahDirawat Jumlah `json:"jumlah_dirawat"` JumlahPositifKum Jumlah `json:"jumlah_positif_kum"` JumlahSembuhKum Jumlah `json:"jumlah_sembuh_kum"` JumlahMeninggalKum Jumlah `json:"jumlah_meninggal_kum"` JumlahDirawatKum Jumlah `json:"jumlah_dirawat_kum"` }
type JenisKelamin ¶
type JenisKelamin struct { Key JenisKelaminKey `json:"key"` DocCount int64 `json:"doc_count"` }
type JenisKelaminKey ¶
type JenisKelaminKey string
const ( LakiLaki JenisKelaminKey = "LAKI-LAKI" Perempuan JenisKelaminKey = "PEREMPUAN" )
type Kasus ¶
type Kasus struct { KondisiPenyerta GejalaClass `json:"kondisi_penyerta"` JenisKelamin GejalaClass `json:"jenis_kelamin"` KelompokUmur KasusKelompokUmur `json:"kelompok_umur"` Gejala GejalaClass `json:"gejala"` }
type KasusKelompokUmur ¶
type KasusKelompokUmur struct { CurrentData int64 `json:"current_data"` MissingData float64 `json:"missing_data"` ListData []KelompokUmurListDatum `json:"list_data"` }
type KelompokUmur ¶
type KelompokUmur struct { Key KelompokUmurKey `json:"key"` DocCount int64 `json:"doc_count"` Usia Usia `json:"usia"` }
type KelompokUmurKey ¶
type KelompokUmurKey string
const ( The05 KelompokUmurKey = "0-5" The1830 KelompokUmurKey = "18-30" The3145 KelompokUmurKey = "31-45" The4659 KelompokUmurKey = "46-59" The60 KelompokUmurKey = "≥ 60" The617 KelompokUmurKey = "6-17" )
type KelompokUmurListDatum ¶
type ListDatum ¶
type ListDatum struct { Key string `json:"key"` DocCount float64 `json:"doc_count"` JumlahKasus int64 `json:"jumlah_kasus"` JumlahSembuh int64 `json:"jumlah_sembuh"` JumlahMeninggal int64 `json:"jumlah_meninggal"` JumlahDirawat int64 `json:"jumlah_dirawat"` JenisKelamin []JenisKelamin `json:"jenis_kelamin"` KelompokUmur []KelompokUmur `json:"kelompok_umur"` Lokasi Lokasi `json:"lokasi"` Penambahan PenambahanProv `json:"penambahan"` }
type Meninggal ¶
type Meninggal struct { KondisiPenyerta PurpleGejala `json:"kondisi_penyerta"` JenisKelamin PurpleGejala `json:"jenis_kelamin"` KelompokUmur MeninggalKelompokUmur `json:"kelompok_umur"` Gejala PurpleGejala `json:"gejala"` }
type MeninggalKelompokUmur ¶
type MeninggalKelompokUmur struct {
ListData []KelompokUmurListDatum `json:"list_data"`
}
type PenambahanProv ¶
type PenambahanUpdate ¶
type ProvResponse ¶
type PurpleGejala ¶
type PurpleGejala struct {
ListData []GejalaListDatum `json:"list_data"`
}
type Update ¶
type Update struct { Penambahan PenambahanUpdate `json:"penambahan"` Harian []Harian `json:"harian"` Total Total `json:"total"` }
type UpdateResponse ¶
Click to show internal directories.
Click to hide internal directories.