ref: 网元公共配置数据转化取值

This commit is contained in:
TsMask
2024-05-09 15:43:25 +08:00
parent 3d3f3e9634
commit 6ed635e6fd
3 changed files with 188 additions and 294 deletions

View File

@@ -72,4 +72,7 @@ type INeInfo interface {
// NeConfPara5GWirte 网元公共配置文件写入 content内容 syncNE同步到网元端NeType@NeId
NeConfPara5GWirte(content map[string]any, syncNE []string) error
// NeConfPara5GConvert 网元公共配置数据转化 content网元公共配置文件读取内容
NeConfPara5GDataConvert(content map[string]any) map[string]string
}