filter

package
v0.0.0-...-71af719 Latest Latest
Warning

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

Go to latest
Published: May 15, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DocumentFilter

type DocumentFilter interface {
	// Process processes the given document.
	Process(doc *webdoc.Document) bool
}

DocumentFilter is interface for filter that process a Document.

type TextDocumentFilter

type TextDocumentFilter interface {
	// Process processes the given document.
	// Returns true if changes have been made to the document.
	Process(doc *webdoc.TextDocument) bool
}

TextDocumentFilter is interface for filter that process a TextDocument.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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