deving
This commit is contained in:
8
internal/logic/types/rule.go
Normal file
8
internal/logic/types/rule.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package types
|
||||
|
||||
type RuleResult struct {
|
||||
Key string
|
||||
Name string
|
||||
Score int
|
||||
Desc string
|
||||
}
|
||||
Reference in New Issue
Block a user