- Restructure handlers into file_commands/file_queries/file_handlers - Add gRPC auth client, JWT middleware, rate limiting, request ID - Add common utilities: logger, sanitizer, s3_errors - Add unit tests for config, mediator, auth, request_id, sanitize - Add proto definitions and generated code - Remove old web UI pages - Add .dockerignore and .env.example
14 lines
305 B
YAML
14 lines
305 B
YAML
version: v2
|
|
managed:
|
|
enabled: true
|
|
override:
|
|
- file_option: go_package_prefix
|
|
value: rag/file-system/api/proto
|
|
plugins:
|
|
- remote: buf.build/protocolbuffers/go
|
|
out: api/proto
|
|
opt: paths=source_relative
|
|
- remote: buf.build/grpc/go
|
|
out: api/proto
|
|
opt: paths=source_relative
|