Files
bl/common/cool/config.go

9 lines
270 B
Go
Raw Permalink Normal View History

2025-06-20 17:13:51 +08:00
package cool
import "blazing/cool/coolconfig"
2025-06-20 17:13:51 +08:00
var (
Config = coolconfig.Config // 配置中的cool节相关配置
GetCfgWithDefault = coolconfig.GetCfgWithDefault // GetCfgWithDefault 获取配置,如果配置不存在,则使用默认值
)