hatch-surf/internal/face
Chris Anderson 4bf37faf4f Add face service package for AWS Rekognition integration
- Client interface and MockClient for testing
- Service layer with IndexPhoto and SearchFaces methods
- CacheService interface and MemoryCache implementation
- Configuration with environment variable support
- Error types and user-facing messages
- Unit tests for service layer

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-06-25 21:11:45 +02:00
..
cache.go Add face service package for AWS Rekognition integration 2026-06-25 21:11:45 +02:00
client.go Add face service package for AWS Rekognition integration 2026-06-25 21:11:45 +02:00
config.go Add face service package for AWS Rekognition integration 2026-06-25 21:11:45 +02:00
errors.go Add face service package for AWS Rekognition integration 2026-06-25 21:11:45 +02:00
models.go Add face service package for AWS Rekognition integration 2026-06-25 21:11:45 +02:00
rekognition.go Add face service package for AWS Rekognition integration 2026-06-25 21:11:45 +02:00
service_test.go Add face service package for AWS Rekognition integration 2026-06-25 21:11:45 +02:00
service.go Add face service package for AWS Rekognition integration 2026-06-25 21:11:45 +02:00