GITLAB

Hermes / api-game

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • api-game_qianyi
  • service-common
  • svconst
  • vars.go
  • 74be11b7   feat✨:房间排行活动基本框架 Browse Code »
    王家文
    2024-04-17 17:26:28 +0800  
vars.go 241 Bytes
Edit Raw Blame History Permalink
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"}
)