package domain import ( "github.com/go-redis/redis/v8" "gorm.io/gorm" "hilo-user/mycontext" ) type CtxAndDb struct { Db *gorm.DB *mycontext.MyContext Redis *redis.Client }