This commit is contained in:
2026-05-09 15:30:48 +02:00
parent 810d7bcabd
commit 97712f240e
2 changed files with 383 additions and 257 deletions
-4
View File
@@ -52,10 +52,6 @@ type GeoService struct {
httpClient *http.Client
}
// ============================================
// CONSTRUCTEUR
// ============================================
func NewGeoService(redisClient *redis.Client, ctx context.Context) *GeoService {
return &GeoService{
redis: redisClient,