components

package
v1.3.4 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2025 License: Apache-2.0 Imports: 5 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 Logger

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

func (*Logger) Log

func (l *Logger) Log() *zerolog.Logger

func (*Logger) SetLogger

func (l *Logger) SetLogger(logger zerolog.Logger)

type Logging

type Logging interface {
	SetLogger(logger zerolog.Logger)
	Log() *zerolog.Logger
}

type Sequencer added in v1.2.0

type Sequencer interface {
	Init(cfg transform.Sequencer) error
}

type Sink

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

type Transform

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

type TypeChecker added in v1.3.0

type TypeChecker interface {
	IsValidType(val any) bool
}

Jump to

Keyboard shortcuts

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