mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-05 11:33:48 +08:00
style(filter): clean dead code.
This commit is contained in:
parent
7c5bd64e9b
commit
63e1508815
@ -219,17 +219,6 @@ func (op *regexOperator) Eval(payload gjson.Result) bool {
|
|||||||
return op.regex.MatchString(payload.String())
|
return op.regex.MatchString(payload.String())
|
||||||
}
|
}
|
||||||
|
|
||||||
var opFunc = map[string]func(gjson.Result) Filter{
|
|
||||||
"not": newNotOp,
|
|
||||||
"and": newAndOp,
|
|
||||||
"or": newOrOp,
|
|
||||||
"eq": newEqOp,
|
|
||||||
"neq": newNeqOp,
|
|
||||||
"in": newInOp,
|
|
||||||
"contains": newContainOp,
|
|
||||||
"regex": newRegexOp,
|
|
||||||
}
|
|
||||||
|
|
||||||
// Generate 根据给定操作符名opName及操作符参数argument创建一个过滤器实例
|
// Generate 根据给定操作符名opName及操作符参数argument创建一个过滤器实例
|
||||||
func Generate(opName string, argument gjson.Result) Filter {
|
func Generate(opName string, argument gjson.Result) Filter {
|
||||||
switch opName {
|
switch opName {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user