package
0.2.11
Repository: https://github.com/elastic/harp.git
Documentation: pkg.go.dev

# Functions

Apply a pipeline process to the given bundle.
ChainProcessor assign the chain object processor.
FileProcessor assign the file object processor.
InputReader defines the input reader used to retrieve the bundle content.
KVProcessor assign the KV object processor.
OutputDisabled assign the value to disableOutput option.
OutputWriter defines where the bundle will be written after process execution.
PackageProcessor assign the package object processor.
Run a processor.

# Structs

Options defines default options.

# Interfaces

Context defines tree processing context.

# Type aliases

ChainProcessorFunc describes a secret chain object processor contract.
FileProcessorFunc describes a file object processor contract.
KVProcessorFunc describes a kv object processor contract.
Option represents option function.
PackageProcessorFunc describes a package object processor contract.
Processor declares a bundle processor contract.