Documentation ¶ Index ¶ type B type Ctx type E type N type S type T func GenFilters(n int) (ff *T, err error) func Make(l int) *T func New() (f *T) func (f *T) GetFingerprints() (fps []uint64, err E) func (f *T) Len() int func (f *T) MarshalJSON(dst B) (b B, err error) func (f *T) Match(event *event.T) bool func (f *T) String() (s S) func (f *T) UnmarshalJSON(b B) (r B, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type B ¶ type B = []byte type Ctx ¶ type Ctx = context.T type E ¶ type E = error type N ¶ type N = int type S ¶ type S = string type T ¶ type T struct { F []*filter.T } func GenFilters ¶ func GenFilters(n int) (ff *T, err error) func Make ¶ func Make(l int) *T func New ¶ func New() (f *T) func (*T) GetFingerprints ¶ func (f *T) GetFingerprints() (fps []uint64, err E) func (*T) Len ¶ func (f *T) Len() int func (*T) MarshalJSON ¶ func (f *T) MarshalJSON(dst B) (b B, err error) func (*T) Match ¶ func (f *T) Match(event *event.T) bool func (*T) String ¶ func (f *T) String() (s S) func (*T) UnmarshalJSON ¶ func (f *T) UnmarshalJSON(b B) (r B, err error) Source Files ¶ View all Source files filters.go util.go Click to show internal directories. Click to hide internal directories.