"feat(socket): 添加跨域请求处理并集成enum依赖,优化TCP连接数据注入"
This commit is contained in:
8
common/cool/config.go
Normal file
8
common/cool/config.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package cool
|
||||
|
||||
import "blazing/cool/coolconfig"
|
||||
|
||||
var (
|
||||
Config = coolconfig.Config // 配置中的cool节相关配置
|
||||
GetCfgWithDefault = coolconfig.GetCfgWithDefault // GetCfgWithDefault 获取配置,如果配置不存在,则使用默认值
|
||||
)
|
||||
Reference in New Issue
Block a user