缓存条件增加多个匹配方式/优化缓存设置界面

This commit is contained in:
刘祥超
2021-05-12 15:07:30 +08:00
parent 1d992b0e97
commit 2af5e059eb
7 changed files with 87 additions and 11 deletions

View File

@@ -14,9 +14,10 @@ type CondJSComponent struct {
Name string `json:"name"`
Description string `json:"description"`
Component string `json:"component"`
IsRequest bool `json:"isRequest"`
}
// 读取所有可用的条件
// ReadAllAvailableCondTypes 读取所有可用的条件
func ReadAllAvailableCondTypes() []*CondJSComponent {
result := []*CondJSComponent{}