postprocess

package
v1.41.0 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PostProcessor

type PostProcessor interface {
	Process(pre plan.Plan) plan.Plan
}

type ProcessDataSource

type ProcessDataSource struct{}

func (*ProcessDataSource) Process

func (d *ProcessDataSource) Process(pre plan.Plan) plan.Plan

type ProcessDefer

type ProcessDefer struct {
	// contains filtered or unexported fields
}

func (*ProcessDefer) Process

func (p *ProcessDefer) Process(pre plan.Plan) plan.Plan

type ProcessStream

type ProcessStream struct {
	// contains filtered or unexported fields
}

func (*ProcessStream) Process

func (p *ProcessStream) Process(pre plan.Plan) plan.Plan

type Processor

type Processor struct {
	// contains filtered or unexported fields
}

func DefaultProcessor

func DefaultProcessor() *Processor

func (*Processor) Process

func (p *Processor) Process(pre plan.Plan) (post plan.Plan)

Jump to

Keyboard shortcuts

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