1 Star 0 Fork 0

Stefan/xgameCommon

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
templateconfig.go 279 Bytes
Copy Edit Raw Blame History
Stefan authored 2020-05-09 19:48 +08:00 . add common file.
package LogicConfig
/*
config use template for others example..
*/
type TemplateConfig struct {
}
func (this *TemplateConfig) ComfireAct(data interface{}) (errlist []string) {
return
}
func (this *TemplateConfig) DataRWAct(data interface{}) (errlist []string) {
return
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/stefan886/xgameCommon.git
git@gitee.com:stefan886/xgameCommon.git
stefan886
xgameCommon
xgameCommon
v0.0.5

Search