hepa

package module
v0.0.0-...-09ea87c Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2021 License: MIT Imports: 6 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Noop = filters.Noop

Functions

This section is empty.

Types

type Filter

type Filter = filters.Filter

Filter can be implemented to filter out unwanted data. from a slice of bytes.

type FilterFn

type FilterFn = filters.FilterFn

FilterFn is a convenience type for Filter.

type Purifier

type Purifier struct {
	sync.Mutex
	// contains filtered or unexported fields
}

func Deep

func Deep() *Purifier

New returns a new Purifier with all the filters added

func With

func With(p *Purifier, f Filter) *Purifier

func WithFunc

func WithFunc(p *Purifier, fn FilterFn) *Purifier

func (*Purifier) Clean

func (p *Purifier) Clean(r io.Reader) ([]byte, error)

func (*Purifier) Filter

func (p *Purifier) Filter(b []byte) ([]byte, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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