add base handler and refactor H
This commit is contained in:
@@ -48,3 +48,7 @@ func (s *Service) UpdateElapsedMS(ctx context.Context, batchID, elapsedMS int) e
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
func (s *Service) GetMeteoData(params GetMeteoData) ([]MeteoData, error) {
|
||||
return []MeteoData{}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user