Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogicSymbol ¶
type LogicSymbol string
LogicSymbol define logic operators
const ( // And logic And LogicSymbol = "and" // Or logic Or LogicSymbol = "or" // Append logic Append LogicSymbol = " " // End is similar with Append except that End does not add parentheses End LogicSymbol = "" )
Click to show internal directories.
Click to hide internal directories.