api

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IAddListener

type IAddListener interface {
	AddListener(event em.EventType, handler em.HandleFunc) (listener *em.Listener)
}

type IAddRemoveListener

type IAddRemoveListener interface {
	IAddListener
	IRemoveListener
}

type IAddRule

type IAddRule interface {
	AddRule(rule []string) error
}

type IAddRuleBool

type IAddRuleBool interface {
	AddRule(rule []string) (bool, error)
}

type IAddRules

type IAddRules interface {
	AddRules(rules [][]string) error
}

type IClear

type IClear interface {
	Clear() error
}

type IRangeRules

type IRangeRules interface {
	RangeRules(fn func(rule []string) bool)
}

type IRemoveListener

type IRemoveListener interface {
	RemoveListener(event em.EventType, listener *em.Listener)
}

type IRemoveRule

type IRemoveRule interface {
	RemoveRule(rule []string) error
}

type IRemoveRuleBool

type IRemoveRuleBool interface {
	RemoveRule(rule []string) (bool, error)
}

type IRemoveRules

type IRemoveRules interface {
	RemoveRules(rules [][]string) error
}

type IString

type IString interface {
	String() string
}

Jump to

Keyboard shortcuts

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