Documentation
¶
Index ¶
- Variables
- type Custom
- type DateFilter
- type DateFilterOpts
- type Filter
- type FilterSet
- type Filters
- type HasProp
- func (this *HasProp) Hydrate(opts HasPropOpts) error
- func (this HasProp) ID() string
- func (this HasProp) Inputs() []string
- func (this HasProp) Label() string
- func (this *HasProp) Populate(url.Values) error
- func (this HasProp) Query(propIndex int) (string, []any)
- func (this HasProp) TableName() string
- type HasPropOpts
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrorAlreadyHydrated = fmt.Errorf("Filter already hydrated. This is a once-only operation to reduce the risk of injection attacks.")
Functions ¶
This section is empty.
Types ¶
type Custom ¶
type DateFilter ¶
type DateFilter struct {
// contains filtered or unexported fields
}
func (*DateFilter) Hydrate ¶
func (this *DateFilter) Hydrate(opts DateFilterOpts) error
type DateFilterOpts ¶
type FilterSet ¶
Click to show internal directories.
Click to hide internal directories.