Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type And ¶
type And struct { Left Expression Right Expression }
type Expression ¶
func All ¶
func All(expressions ...Expression) Expression
func Any ¶
func Any(expressions ...Expression) Expression
type Or ¶
type Or struct { Left Expression Right Expression }
Click to show internal directories.
Click to hide internal directories.