update at 2023/08/14
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user