feat: OMC参数配置添加NE信令跟踪服务开关
This commit is contained in:
@@ -171,6 +171,13 @@ func Get(key string) any {
|
||||
return conf.Get(key)
|
||||
}
|
||||
|
||||
// Set 设置配置信息
|
||||
//
|
||||
// Set("redis.defaultDataSourceName", "std")
|
||||
func Set(key string, value any) {
|
||||
conf.Set(key, value)
|
||||
}
|
||||
|
||||
// GetAssetsDirFS 访问程序内全局资源访问
|
||||
func GetAssetsDirFS() *embed.FS {
|
||||
return conf.Get("AssetsDir").(*embed.FS)
|
||||
|
||||
Reference in New Issue
Block a user