vars.go 241 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 package svconst import "gorm.io/gorm" var ( AppName = "" DbApi *gorm.DB DbCommon *gorm.DB DbConfig *gorm.DB GameList = []string{"10149"} GameListCardHolder = []string{"10149"} GameListRoomRank = []string{"10149"} )