Documentation ¶
Index ¶
- type Logic
- func NewAND(payload string, adapter string, parseRule ParseRuleFunc) (*Logic, error)
- func NewNOT(payload string, adapter string, parseRule ParseRuleFunc) (*Logic, error)
- func NewOR(payload string, adapter string, parseRule ParseRuleFunc) (*Logic, error)
- func NewSubRule(payload, adapter string, subRules map[string][]C.Rule, parseRule ParseRuleFunc) (*Logic, error)
- type ParseRuleFunc
- type Range
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParseRuleFunc ¶
Click to show internal directories.
Click to hide internal directories.