Add user management and improve code organization with context structs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package internal
|
||||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
|
||||
type AppContext struct {
|
||||
Db *gorm.DB
|
||||
}
|
||||
Reference in New Issue
Block a user