This commit is contained in:
yanweidong
2026-01-27 02:09:44 +08:00
parent f74299fd25
commit e17421a2f3
7 changed files with 143 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
package types
type RuleResult struct {
Key string
Name string
Score int
Desc string
}