postprocess

package
v2.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2024 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 DataSourceFetch

type DataSourceFetch struct{}

DataSourceFetch is a postprocessor that transforms fetches into more concrete fetch types

func (*DataSourceFetch) Process

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

type PostProcessor

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

type ProcessDataSource

type ProcessDataSource struct{}

ProcessDataSource is a postprocessor that processes input template and sort fetches of serial fetch

func (*ProcessDataSource) Process

func (d *ProcessDataSource) 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