init: 1.0.0
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package rules
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrRuleTypeNotFound = errors.New("rule type not found")
|
||||
ErrRuleTargetNotFound = errors.New("rule target not found")
|
||||
)
|
||||
Reference in New Issue
Block a user