nodes

package
v0.0.0-...-9e63dd3 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: BSD-3-Clause Imports: 12 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FmtNode

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

FmtNode

func (*FmtNode) Run

func (n *FmtNode) Run(state *pipeline.State, input pipeline.RunInput, output *pipeline.RunOutput) error

func (*FmtNode) Start

func (n *FmtNode) Start(input pipeline.StartInput) error

type LoadFileNode

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

func (*LoadFileNode) Run

func (n *LoadFileNode) Run(state *pipeline.State, input pipeline.RunInput, output *pipeline.RunOutput) error

func (*LoadFileNode) Start

func (n *LoadFileNode) Start(input pipeline.StartInput) error

type RegexpNode

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

func (*RegexpNode) Run

func (n *RegexpNode) Run(state *pipeline.State, input pipeline.RunInput, output *pipeline.RunOutput) error

func (*RegexpNode) Start

func (n *RegexpNode) Start(input pipeline.StartInput) error

type SaveFileNode

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

SaveFileNode handles ContentData by saving to a file.

func (*SaveFileNode) Run

func (n *SaveFileNode) Run(state *pipeline.State, input pipeline.RunInput, output *pipeline.RunOutput) error

func (*SaveFileNode) Start

func (n *SaveFileNode) Start(input pipeline.StartInput) error

type StructNode

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

StructNode takes ContentData with source code and converts it to StructData.

func (*StructNode) Run

func (n *StructNode) Run(state *pipeline.State, input pipeline.RunInput, output *pipeline.RunOutput) error

func (*StructNode) Start

func (n *StructNode) Start(input pipeline.StartInput) error

Jump to

Keyboard shortcuts

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