- Wire face service into main.go with FACE_SERVICE_ENABLED toggle - Add integration tests for AWS Rekognition (build tag: integration) - Add performance benchmarks for face operations (build tag: performance) - Fix PhotoRepository interface to use store types directly - Remove duplicate PhotoInfo/FaceEmbeddingInfo types from face package - Add go.mod replace directive for local module resolution Integration tests: go test -tags=integration ./internal/face/... Performance tests: go test -tags=performance -bench=. ./internal/face/... Standard tests: go test ./... |
||
|---|---|---|
| .. | ||
| cache.go | ||
| client.go | ||
| config.go | ||
| errors.go | ||
| integration_test.go | ||
| models.go | ||
| performance_test.go | ||
| rekognition.go | ||
| service_test.go | ||
| service.go | ||