filter

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ToFilter

func ToFilter(filters []http_service.IFilter) *_ChainFilter

Types

type IChain

type IChain interface {
	http_service.IChain
	ToFilter() http_service.IFilter
	Append(filters ...http_service.IFilter) IChain
	Insert(filters ...http_service.IFilter) IChain
}

type IChainHandler

type IChainHandler interface {
	IChain
	IChainReset
}

func NewChain

func NewChain(filters []http_service.IFilter) IChainHandler

type IChainReset

type IChainReset interface {
	Reset(filters ...http_service.IFilter)
}

Jump to

Keyboard shortcuts

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