replacement

package
v0.3.3-beta1 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2019 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrSelectorNotFound is reported when the document does not
	// contain a field matching the selector.
	ErrSelectorNotFound = errors.New("Selector not found")
)

Functions

This section is empty.

Types

type Replacer

type Replacer interface {
	Replace(source string, selector string, value string) (string, error)
}

Replacer replaces the values of fields matched by a selector.

func NewJSONReplacer

func NewJSONReplacer(indent string) Replacer

NewJSONReplacer creates a Replacer for JSON documents.

func NewYAMLReplacer

func NewYAMLReplacer() Replacer

NewYAMLReplacer creates a Replacer for YAML documents.

Jump to

Keyboard shortcuts

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