tests

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 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 IntGenerator

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

func (*IntGenerator) Generate

func (i *IntGenerator) Generate(ctx *pipelaner.Context, input chan<- any)

func (*IntGenerator) Init

func (i *IntGenerator) Init(_ *pipelaner.Context) error

type IntStruct

type IntStruct struct {
	Counter uint64
}

type IntTransform

type IntTransform struct {
}

func (*IntTransform) Init

func (i *IntTransform) Init(_ *pipelaner.Context) error

func (*IntTransform) Map

func (i *IntTransform) Map(_ *pipelaner.Context, val any) any

func (*IntTransform) New

func (i *IntTransform) New() pipelaner.Map

type IntTransformEmpty

type IntTransformEmpty struct {
}

func (*IntTransformEmpty) Init

func (*IntTransformEmpty) Map

func (i *IntTransformEmpty) Map(_ *pipelaner.Context, val any) any

func (*IntTransformEmpty) New

func (i *IntTransformEmpty) New() pipelaner.Map

type IntTwoGenerator

type IntTwoGenerator struct {
}

func (*IntTwoGenerator) Generate

func (i *IntTwoGenerator) Generate(ctx *pipelaner.Context, input chan<- any)

func (*IntTwoGenerator) Init

func (i *IntTwoGenerator) Init(_ *pipelaner.Context) error

type MapGenerator

type MapGenerator struct {
}

func (*MapGenerator) Generate

func (i *MapGenerator) Generate(ctx *pipelaner.Context, input chan<- any)

func (*MapGenerator) Init

func (i *MapGenerator) Init(_ *pipelaner.Context) error

Jump to

Keyboard shortcuts

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