Documentation ¶
Index ¶
- Constants
- type All
- type Any
- type Filter
- type Predicate
- func (p *Predicate) Eq(object any) *Predicate
- func (p *Predicate) Gt(object any) *Predicate
- func (p *Predicate) GtEq(object any) *Predicate
- func (p *Predicate) Like(object any) *Predicate
- func (p *Predicate) Lt(object any) *Predicate
- func (p *Predicate) LtEq(object any) *Predicate
- func (p *Predicate) NotEq(object any) *Predicate
- func (p *Predicate) String() (s string)
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filter ¶
type Filter struct {
// contains filtered or unexported fields
}
Filter builder.
type Predicate ¶
type Predicate struct {
// contains filtered or unexported fields
}
Predicate is a filter query predicate.
Click to show internal directories.
Click to hide internal directories.