chore: build
This commit is contained in:
@@ -62,10 +62,6 @@ func NewGeoService(redisClient *redis.Client, ctx context.Context) *GeoService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ============================================
|
|
||||||
// GÉOCODAGE - API NOMINATIM
|
|
||||||
// ============================================
|
|
||||||
|
|
||||||
func (gs *GeoService) GeocodeAddress(address string) (*GeoLocation, error) {
|
func (gs *GeoService) GeocodeAddress(address string) (*GeoLocation, error) {
|
||||||
// 1. Vérifier le cache Redis
|
// 1. Vérifier le cache Redis
|
||||||
location, err := gs.getFromCache(address)
|
location, err := gs.getFromCache(address)
|
||||||
|
|||||||
Reference in New Issue
Block a user