GITLAB

Hermes / api-game

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • api-game_qianyi
  • configs
  • index.go
  • 533598d0   refactor♻️:项目目录重构 Browse Code »
    王家文
    2024-04-16 15:33:49 +0800  
index.go 216 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
package configs

import "apigame/common/svconfig"

func Init() bool {

	return true
}

func GetConfigRedis[T svconfig.IConfigRule](gameId string) {

}

func GetConfigMysql[T svconfig.IConfigRule](gameId string) {

}