module
0.0.0-20240922180408-9cc3ddcf5e3f
Repository: https://github.com/axidex/unknown.git
Documentation: pkg.go.dev
# README
CheckLists
Interfaces
- Logger
- Config
- Repository
- Queue(Producer/Consumer)
- App
- Cache
- Auth
- S3
Implementations
Logger
- File logging
- Stdout logging
- Gin logging
Config
- Reading files from config.yml
- Reading creds from .env
- Get vault
Repository
- Basic postgres connection
- Migrations
- CRUD
- Intermediate postgres connection