feat: auth handlers
This commit is contained in:
@@ -1 +1,14 @@
|
||||
package app
|
||||
|
||||
import (
|
||||
"backend/config"
|
||||
"backend/internal/usecase"
|
||||
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
type AppContainer struct {
|
||||
cfg config.Config
|
||||
dbConn *gorm.DB
|
||||
authService usecase.AuthService
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user