Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() *queryFilter
New returns a pointer to a new queryFilter struct. By default, New will set is_deleted to false as part of the filters Each call to to New() will empty the filters slice and restart.
func NewWithDeleted ¶
func NewWithDeleted() *queryFilter
NewWithDeleted returns a pointer to a queryFilter struct. NewWithDeleted will set is_deleted to true as part of the filters Each call to to NewWithDeleted() will empty the filters slice and restart.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.