Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BooleanFilter ¶
type BooleanFilter struct {
Eq *bool `json:"eq,omitempty"`
}
func (*BooleanFilter) Include ¶
func (f *BooleanFilter) Include(v bool) bool
type DateTimeFilter ¶
type IntFilter ¶
type StringFilter ¶
type StringFilter struct { Eq *string `json:"eq,omitempty"` Substr *string `json:"substr,omitempty"` In []string `json:"in,omitempty"` }
func (*StringFilter) Include ¶
func (f *StringFilter) Include(v string) bool
Click to show internal directories.
Click to hide internal directories.