predicate

package
v0.10.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

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) Add

func (f *Filters) Add(name string) *Filter

Add adds filter with provided name

func (*Filters) Lookup

func (f *Filters) Lookup(name string) *Filter

Lookup lookups filter

func (*Filters) LookupOrAdd

func (f *Filters) LookupOrAdd(name string) *Filter

LookupOrAdd lookup or add filter for specified name

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL