nbmpconv

package
v0.0.0-...-78176ad Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Converter

type Converter[T any] interface {
	Convert(T) error
}

Converter converts some input to output of type T. The input can be provided e.g. during initialization.

type ResetConverter

type ResetConverter[F, T any] interface {
	Converter[T]

	Reset(F)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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