components

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Input

type Input interface {
	Init(cfg input.Input) error
	Generate(ctx context.Context, input chan<- any)
}

type Sink

type Sink interface {
	Init(cfg sink.Sink) error
	Sink(val any)
}

type Transform

type Transform interface {
	Init(cfg transform.Transform) error
	Transform(val any) any
}

Jump to

Keyboard shortcuts

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