Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filter ¶
type Filter struct {
Name string
Include []interface{}
Exclude []interface{}
}
Filter represents predicate instance
type FilterType ¶
type FilterType struct {
IncludeTag string
ExcludeTag string
ParameterType reflect.Type
Tag *tags.Predicate
}
FilterType represents fitler type
func (*FilterType) StructTagTag ¶
func (f *FilterType) StructTagTag() string
func (*FilterType) Type ¶
func (f *FilterType) Type() reflect.Type
type Filters ¶
type Filters []*Filter
Filters represents a filter collection
func (*Filters) LookupOrAdd ¶
LookupOrAdd lookup or add filter for specified name
Click to show internal directories.
Click to hide internal directories.