filter

package
v0.0.0-...-508c5de Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2022 License: LGPL-2.1-or-later Imports: 1 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 interface {
	Compare(Filter) bool
	Trigger(data interface{})
}

type FilterEvent

type FilterEvent struct {
	// contains filtered or unexported fields
}

type Filters

type Filters struct {
	// contains filtered or unexported fields
}

func New

func New() *Filters

func (*Filters) Install

func (self *Filters) Install(watcher Filter) int

func (*Filters) Notify

func (self *Filters) Notify(filter Filter, data interface{})

func (*Filters) Start

func (self *Filters) Start()

func (*Filters) Stop

func (self *Filters) Stop()

func (*Filters) Uninstall

func (self *Filters) Uninstall(id int)

type Generic

type Generic struct {
	Str1, Str2, Str3 string

	Fn func(data interface{})
}

func (Generic) Compare

func (self Generic) Compare(f Filter) bool

func (Generic) Trigger

func (self Generic) Trigger(data interface{})

Jump to

Keyboard shortcuts

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