update at 2023/08/14

This commit is contained in:
2023-08-14 21:41:37 +08:00
parent a039a664f1
commit 44e8cbee2c
255 changed files with 20426 additions and 233 deletions

View File

@@ -59,6 +59,7 @@ type YamlConfig struct {
GtpUri string `yaml:"gtpUri"`
CheckContentType bool `yaml:"checkContentType"`
TestMode bool `yaml:"testMode"`
RBACMode bool `yaml:"rbacMode"`
} `yaml:"omc"`
Alarm struct {
@@ -262,7 +263,8 @@ func GetLogLevel() log.LogLevel {
}
var (
UriPrefix string = "/api/rest"
DefaultUriPrefix string = "/api/rest"
UriPrefix string = "/api/rest"
//TestDataUDM []map[string]interface{}
TDatas map[string]NeTestData
)