Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Combinator ¶
type Combinator struct {
Conditions []Q
}
func (*Combinator) FieldName ¶
func (c *Combinator) FieldName() string
func (*Combinator) SubQ ¶
func (c *Combinator) SubQ() []Q
type F ¶
type F string
F represents a reference to a field. This is used to disambiguate when the value in a Q refers to a string or a field.
Click to show internal directories.
Click to hide internal directories.