mutators

package
v0.9.7 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2022 License: MIT Imports: 37 Imported by: 0

Documentation

Index

Constants

View Source
const (
	WRAP_MAX_CHARS = 80
	INDENT_CHARS   = 4
)

Variables

This section is empty.

Functions

func J2Y

func J2Y(w io.WriteCloser, r io.ReadCloser) (int64, error)

func ListAvailableMutators

func ListAvailableMutators() []string

func ListAvailableMutatorsByCategoryWithDescriptions added in v0.9.7

func ListAvailableMutatorsByCategoryWithDescriptions() map[string][]string

func Run added in v0.9.5

func Run(mutatorName, input string) string

func Y2J

func Y2J(w io.WriteCloser, r io.ReadCloser) (int64, error)

Types

type Mutator

type Mutator interface {
	Start(w io.WriteCloser, r io.ReadCloser) error
	Wait() error
	Name() string
	Description() string
	Category() string
}

func New

func New(name string) (Mutator, error)

Jump to

Keyboard shortcuts

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