[subJson] add mux and direct

This commit is contained in:
Alireza Ahmadi
2024-03-12 12:24:01 +01:00
parent dc332b09fa
commit b22d1e082a
8 changed files with 177 additions and 8 deletions

View File

@@ -50,6 +50,8 @@ type AllSetting struct {
SubJsonPath string `json:"subJsonPath" form:"subJsonPath"`
SubJsonURI string `json:"subJsonURI" form:"subJsonURI"`
SubJsonFragment string `json:"subJsonFragment" form:"subJsonFragment"`
SubJsonMux string `json:"subJsonMux" form:"subJsonMux"`
SubJsonRules string `json:"subJsonRules" form:"subJsonRules"`
}
func (s *AllSetting) CheckValid() error {