ux

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2025 License: MIT Imports: 5 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Generate added in v0.0.3

func Generate(ctx context.Context, input Input) error

Types

type Generator

type Generator interface {
	Generate(context.Context, *uxv1alpha1.GenerateRequest) (*uxv1alpha1.GenerateResponse, error)
}

type Input

type Input interface {
	Plugins() iter.Seq2[string, Plugin]
	Sources() iter.Seq2[string, Source]
	Sinks() iter.Seq2[string, Sink]
}

type Opener

type Opener[T any] interface {
	Open(ctx context.Context) (T, error)
}

type Plan added in v0.0.3

type Plan = iter.Seq[Plugin]

type Sink

type Sink Opener[io.Writer]

type Source

type Source Opener[io.Reader]

Directories

Path Synopsis
cli
os
Package os is a generated GoMock package.
Package os is a generated GoMock package.
fs

Jump to

Keyboard shortcuts

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