Add user management and improve code organization with context structs
This commit is contained in:
7
internal/AppWebContext.go
Normal file
7
internal/AppWebContext.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package internal
|
||||
|
||||
import "github.com/gin-gonic/gin"
|
||||
|
||||
type AppWebContext struct {
|
||||
GinEngine *gin.Engine
|
||||
}
|
Reference in New Issue
Block a user