ux

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2025 License: MIT Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Generator

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

type Input

type Input interface {
	GetSources() iter.Seq2[string, Source]
	GetSinks() iter.Seq2[string, Sink]
}

type Marshaler

type Marshaler interface {
	Marshal(any) ([]byte, error)
}

type Opener

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

type Sink

type Sink Opener[io.Writer]

type Source

type Source Opener[io.Reader]

type Unmarshaler

type Unmarshaler interface {
	Unmarshal([]byte, any) error
}

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