Documentation ¶
Index ¶
- func New(s data.Store) data.Query
- type Condition
- type Field
- func (f *Field) Contains(value any) data.Query
- func (f *Field) Equals(value any) data.Query
- func (f *Field) GreaterThan(value any) data.Query
- func (f *Field) GreaterThanOrEqual(value any) data.Query
- func (f *Field) LessThan(value any) data.Query
- func (f *Field) LessThanOrEqual(value any) data.Query
- func (f *Field) NotContains(value any) data.Query
- func (f *Field) NotEquals(value any) data.Query
- type Query
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.