Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateCaseParams ¶
type CreateCaseParams struct { DateRep string `json:"date_rep"` Day int32 `json:"day"` Month int32 `json:"month"` Year int32 `json:"year"` Cases int64 `json:"cases"` Deaths int64 `json:"deaths"` CountriesAndTerritories string `json:"countries_and_territories"` GeoID string `json:"geo_id"` CountryTerritoryCode string `json:"country_territory_code"` ContinentExp string `json:"continent_exp"` LoadDate string `json:"load_date"` IsoCountry string `json:"iso_country"` }
type EcdeCase ¶
type EcdeCase struct { ID int64 `json:"id"` DateRep string `json:"date_rep"` Day int32 `json:"day"` Month int32 `json:"month"` Year int32 `json:"year"` Cases int64 `json:"cases"` Deaths int64 `json:"deaths"` CountriesAndTerritories string `json:"countries_and_territories"` GeoID string `json:"geo_id"` CountryTerritoryCode string `json:"country_territory_code"` ContinentExp string `json:"continent_exp"` LoadDate string `json:"load_date"` IsoCountry string `json:"iso_country"` }
type ListCasesParams ¶
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) CreateCase ¶
type Store ¶
type Store struct { *Queries // contains filtered or unexported fields }
func (*Store) CreateCaseTx ¶
Click to show internal directories.
Click to hide internal directories.