chore: build
Backend - Build & Lint / build (push) Failing after 28m56s

This commit is contained in:
Xor290
2026-08-19 12:26:50 +02:00
parent 7b11e138d2
commit b9073954f1
5 changed files with 31 additions and 57 deletions
@@ -12,18 +12,6 @@ import (
"github.com/gin-gonic/gin"
)
// ============================================
// CONSTANTES DE CONFIGURATION
// ============================================
const (
// Distance maximale en mètres pour valider une livraison
MAX_DELIVERY_VALIDATION_DISTANCE_METERS = 100 // 100 mètres
// Distance maximale en kilomètres
MAX_DELIVERY_VALIDATION_DISTANCE_KM = 0.1 // 100 mètres = 0.1 km
)
// ============================================
// 3️⃣ DÉMARRER UNE LIVRAISON (PASSER EN IN_ROUTE)
// ============================================