Versions in this module Expand all Collapse all v0 v0.1.0 Feb 18, 2025 Changes in this version + type ForecastController struct + ForecastUseCase domains.ForecastUseCase + func (fC *ForecastController) GetAllForecasts() gin.HandlerFunc + func (fC *ForecastController) GetCurrentForecast() gin.HandlerFunc + func (fC *ForecastController) GetForecastByID() gin.HandlerFunc + func (fC *ForecastController) GetNextForecast() gin.HandlerFunc + func (fC *ForecastController) GetTodayForecasts() gin.HandlerFunc + func (fC *ForecastController) SyncForecasts() gin.HandlerFunc + type SyncController struct + SyncUseCase domains.SyncUseCase + func (mC *SyncController) GetLastSyncAction() gin.HandlerFunc + type SystemController struct + HealthCheckUseCase domains.HealthCheckUsecase + func (sC *SystemController) Healthcheck() gin.HandlerFunc v0.0.0 Oct 10, 2023 Changes in this version + func GetAllForecats(mongoClient *mongo.Client) gin.HandlerFunc + func GetForecastByID(mongoClient *mongo.Client) gin.HandlerFunc + func GetLastRefreshAction(mongoClient *mongo.Client) gin.HandlerFunc + func Healthcheck(mongoClient *mongo.Client) gin.HandlerFunc + func RefreshForcast(mongoClient *mongo.Client) gin.HandlerFunc