1 Star 0 Fork 0

csingo/cServer

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
ComponentsConf.go 297 Bytes
Copy Edit Raw Blame History
joe authored 2024-09-24 10:29 +08:00 . update
package cServer
import "gitee.com/csingo/cComponents"
const ComponentsConfigName = "ComponentsConf"
type ComponentsConf struct {
Components []cComponents.ComponentInterface
}
func (i *ComponentsConf) ConfigName() string {
return ComponentsConfigName
}
var components_config *ComponentsConf
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/csingo/cServer.git
git@gitee.com:csingo/cServer.git
csingo
cServer
cServer
v0.4.28

Search