processorconfig

package
v1.14.2 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2025 License: Apache-2.0 Imports: 4 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reader

type Reader struct {
}

Reader is processor configuration reader

func NewReader

func NewReader() (*Reader, error)

NewReader returns a new processor configuration reader

func (*Reader) Read

func (r *Reader) Read(reader io.Reader, processorConfiguration *processor.Configuration) error

Read read configuration from reader into processorConfiguration

type Writer

type Writer struct{}

func NewWriter

func NewWriter() (*Writer, error)

NewWriter creates a writer

func (*Writer) Write

func (w *Writer) Write(outputWriter io.Writer, processorConfiguration *processor.Configuration) error

Write writes a YAML file to the provided writer, based on all the arguments passed

Jump to

Keyboard shortcuts

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