# README
A golang framework for web artisan.
Components
- enorith/http http service kernel component
- enorith/container IoC-Container
- enorith/config config
- enorith/cache cache component
- enorith/authenticate authentication (WIP)
- enorith/supports utils
- enorith/gormdb database component using gorm
- enorith/language language component
TODO
- Authentication (component incomplete)
- Message queue (component)
- Filesystem (component)
- Logging (component)
- Database (component, using gorm for now, waiting generics)
- CLI application
- Task scheduling
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
# Variables
AppConfig global var.
AppConfigName: default app config name.
ConfigExt: default config extension.
No description provided by the author
# Structs
App: framework application.
Config of application.
ConfigService of application.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author