Documentation
¶
Index ¶
- Variables
- type Expression
- func (c Expression) And(other Expression) Expression
- func (c Expression) Closed() Expression
- func (c Expression) Equals(other Expression) Expression
- func (c Expression) Format(args ...interface{}) Expression
- func (c Expression) IsEmpty() bool
- func (c Expression) Negated() Expression
- func (c Expression) Or(other Expression) Expression
- func (c Expression) Parenthesized() Expression
- func (c Expression) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var False = Expression("false")
Functions ¶
This section is empty.
Types ¶
type Expression ¶
type Expression string
func Empty ¶
func Empty() Expression
func (Expression) And ¶
func (c Expression) And(other Expression) Expression
func (Expression) Closed ¶
func (c Expression) Closed() Expression
func (Expression) Equals ¶
func (c Expression) Equals(other Expression) Expression
func (Expression) Format ¶
func (c Expression) Format(args ...interface{}) Expression
func (Expression) IsEmpty ¶
func (c Expression) IsEmpty() bool
func (Expression) Negated ¶
func (c Expression) Negated() Expression
func (Expression) Or ¶
func (c Expression) Or(other Expression) Expression
func (Expression) Parenthesized ¶
func (c Expression) Parenthesized() Expression
func (Expression) String ¶
func (c Expression) String() string
Click to show internal directories.
Click to hide internal directories.