package
Version:
v0.3.7
Opens a new window with list of versions in this module.
Published: Oct 18, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Rule interface {
Kind()
Name()
}
Rule 规则接口
RuleKind 规则类型
const (
RuleHit RuleKind = 1 << iota
RuleCancel
RulePassed
RuleFailed
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.