modifier

package
v0.0.0-...-0827ca4 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2024 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Modify

func Modify(input []byte, name string) ([]byte, error)

Modify takes some input and the name of a modifier to modify that string with and returns the changed input.

func ModifyKVList

func ModifyKVList(input Kvlist, name string) ([]byte, error)

ModifyKVList takes some key+values and the name of a modifier to modify that list with and returns the changed input.

Types

type Kv

type Kv struct {
	Key   []byte
	Value []byte
}

Kv is a Key Value Pair

type Kvlist

type Kvlist []Kv

Kvlist is a list of key values

Jump to

Keyboard shortcuts

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