Files
go-app/TODO.md
2025-07-20 12:55:38 -04:00

16 lines
431 B
Markdown

# TODO
- [ ] Create generic interface for implenting a service
- [ ] Create config sample not called demo, so it is more easily reused
- [ ] Expand config test case to cover GRPC config
- [ ] Expand tracing
## Done
- [x] Test and troubleshoot GRPC Gateway supprot
- [x] Finish implementing GRPC service support
- [x] Unit tests
- [x] Pattern for extending config
- [x] HTTP Logging Middleware
- [x] Fix panic with OTEL disabled