stage

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Instance

type Instance string

Instance can be embedded into any stage configuration to be instantiable (convenience implementation for the required Instancer interface)

func (Instance) ID

func (f Instance) ID() string

type Instancer

type Instancer interface {
	ID() string
}

Instancer is the interface required by any stage configuration type that is instantiated from the builder.ApplyConfig method.

type MiddleProvider

type MiddleProvider[CFG Instancer, I, O any] func(CFG) node.MiddleFunc[I, O]

MiddleProvider is a function that, given a configuration argument of a unique type, returns a function fulfilling the node.MiddleFunc type signature. Returned functions will run inside a Graph Middle Node

type StartProvider

type StartProvider[CFG Instancer, O any] func(CFG) node.StartFunc[O]

StartProvider is a function that, given a configuration argument of a unique type, returns a function fulfilling the node.StartFunc type signature. Returned functions will run inside a Graph Start Node

type TerminalProvider

type TerminalProvider[CFG Instancer, I any] func(CFG) node.TerminalFunc[I]

TerminalProvider is a function that, given a configuration argument of a unique type, returns a function fulfilling the node.TerminalFunc type signature. Returned functions will run inside a Graph Terminal Node

Jump to

Keyboard shortcuts

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