Files
CatsOfMastodonGo/internal/AppWebContext.go
Mohammad Mahdi 943925c3e9 Refactor handlers into separate packages and implement dependency injection.
IDK if this shit is good or even logical, but it works and I can wrap my head around it.
2025-05-14 20:03:06 +03:30

11 lines
158 B
Go

package internal
import (
// "github.com/gin-gonic/gin"
// "gorm.io/gorm"
)
// type AppWebContext struct {
// Db *gorm.DB
// GinEngine *gin.Engine
// }