请求条件增加不区分大小写选项

This commit is contained in:
GoEdgeLab
2021-12-12 16:11:25 +08:00
parent 6b7c559af2
commit 8ade6b2ec1
8 changed files with 190 additions and 20 deletions

View File

@@ -10,12 +10,13 @@ import (
)
type CondJSComponent struct {
Type string `json:"type"`
Name string `json:"name"`
Description string `json:"description"`
Component string `json:"component"`
ParamsTitle string `json:"paramsTitle"`
IsRequest bool `json:"isRequest"`
Type string `json:"type"`
Name string `json:"name"`
Description string `json:"description"`
Component string `json:"component"`
ParamsTitle string `json:"paramsTitle"`
IsRequest bool `json:"isRequest"`
CaseInsensitive bool `json:"caseInsensitive"`
}
// ReadAllAvailableCondTypes 读取所有可用的条件