This commit is contained in:
1-6
2023-07-26 23:11:24 +08:00
parent 90494264d9
commit 63365c1506
12 changed files with 81 additions and 38 deletions
+1
View File
@@ -43,6 +43,7 @@ type Function struct {
Messages interface{} `json:"messages"`
Classes []string `json:"classes"`
Debug bool `json:"debug"`
Path string `json:"-"`
}
type Filter struct {
BlackMode bool