package
Version:
v0.0.0-...-b3b847c
Opens a new window with list of versions in this module.
Published: Jul 8, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MultiError struct {
Errors []error
}
type PipeRunFn[I, O any] func(I, Sink[O])
type Piper[I, O any] interface {
Sink[I]
Next(Sink[O])
}
type Sink[T any] interface {
Write(T)
Term
}
type Term interface {
Error(error)
Done()
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.