add read raw meteo data
This commit is contained in:
@@ -49,6 +49,6 @@ func (s *Service) UpdateElapsedMS(ctx context.Context, batchID, elapsedMS int) e
|
||||
return nil
|
||||
}
|
||||
|
||||
func (s *Service) GetMeteoData(params GetMeteoData) ([]MeteoData, error) {
|
||||
return []MeteoData{}, nil
|
||||
func (s *Service) GetMeteoData(ctx context.Context, params GetMeteoData) ([]MeteoData, error) {
|
||||
return s.repo.GetMeteoData(ctx, params)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user