Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Condition ¶
func GetAlwaysTrueCondition ¶
func GetAlwaysTrueCondition() Condition
func Interface2Condition ¶
func Interface2Condition(i interface{}, task RelatedTask) (Condition, error)
type LogicalOperator ¶
type LogicalOperator string
LogicalOperator represents a logical operator (OR or AND).
type MatchMode ¶
type MatchMode string
MatchMode represents a match mode that is used to match a condition.
type RelatedTask ¶
type RelatedTask byte
const ( ClassifyDevice RelatedTask = iota + 1 PropertyVendor PropertyModel PropertyModelSeries PropertyDefault )
Click to show internal directories.
Click to hide internal directories.