Common utility modules and interface definitions, used across Hyperledger FireFly microservice runtimes (the Go ones anyway):
- Logging - pkg/log
- Translation (i18n) - pkg/i18n
- Configuration - pkg/config
- Common types - pkg/fftypes
- REST Client - pkg/ffresty
- WebSocket Client - pkg/wsclient
- HTTP Server - pkg/httpserver