pipeline

package
v0.0.0-...-c9fddc1 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Main

func Main(fnc TransformFunc)

Types

type BlobWriter

type BlobWriter interface {
	io.Writer
	// Commit stores the blob and closes it automatically.
	// Failing to call Commit will discard the blob.
	Commit() error
}

type TransformFunc

type TransformFunc func(w BlobWriter, r io.Reader) error

Jump to

Keyboard shortcuts

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