Documentation
¶
Index ¶
Constants ¶
View Source
const ( // EQ is equivalent to = for int types or string equals EQ = "=" // LT is equivalent to < for int types and noop for strings LT = "<" // GT is equivalent to > for int types and noop for strings GT = ">" // NOP means ignore the value and only check for matching name NOP = "" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConditionNode ¶
ConditionNode defines a filter which is applied to each node during the filtering process.
type ConditionWay ¶
ConditionWay defines a filter which is applied to each way during the filtering process.
Click to show internal directories.
Click to hide internal directories.