feat(backend): rouage gin /api/v1, enveloppe {data,meta}/{error}, health réel, stubs 501 + test de contrat routes

This commit is contained in:
m
2026-09-10 07:16:57 +02:00
parent 837bfa8a12
commit bdf1fadce9
13 changed files with 193 additions and 28 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ import "context"
// swapping to a remote service later only changes the injection point.
type Engine interface {
ExtractText(ctx context.Context, filePath string, lang string) (string, error)
}
}