transform

package
v0.0.0-...-fd1fae7 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Registry

type Registry interface {
	Get(name string) (Transform, bool)
	Names() []string
}

func NewDefaultRegistry

func NewDefaultRegistry() Registry

type Transform

type Transform interface {
	Name() string
	Apply(input doc.Document) (doc.Document, error)
}

Jump to

Keyboard shortcuts

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