OnChainBeforeInit Advice
OnChainBeforeInit Advice: Executes before the initialization of the rule engine. If an error is returned, creation fails.
# 接口
// Order returns the execution order, the smaller the value, the higher the priority
Order() int
// New creates a new instance
New() Aspect
// OnChainBeforeInit is the advice that executes before the rule engine initialization.
OnChainBeforeInit(def *RuleChain) error
1
2
3
4
5
6
2
3
4
5
6
Edit this page on GitHub (opens new window)
Last Updated: 2024/10/23, 10:13:01