Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CaseController ¶
type CaseController interface {
GetAllConfirmedCases(ctx echo.Context) error
GetAllReportedDeaths(ctx echo.Context) error
GetTestingTimeline(ctx echo.Context) error
GetCumulativeProvincialTimeline(ctx echo.Context) error
}
func NewCaseController ¶
func NewCaseController(baseUrl string) CaseController
type HospitalController ¶
type HospitalController interface {
GetPublicHospitals(ctx echo.Context) error
GetPrivateHospitals(ctx echo.Context) error
}
func NewHospitalController ¶
func NewHospitalController(baseUrl string) HospitalController
type LatestUpdateController ¶
func NewLatestUpdateController ¶
func NewLatestUpdateController() LatestUpdateController
Click to show internal directories.
Click to hide internal directories.