tee

package
v0.0.0-...-949823d Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WriteCloser

func WriteCloser(writers ...io.WriteCloser) io.WriteCloser

WriteCloser creates a new `tee` for io.WriteClosers.

Types

type Reader

type Reader interface {
	// Add returns a new Reader which is a `tee` Reader of the input Reader.
	Add(t *testing.T) io.Reader
}

Reader is a `tee` implementation which returns a `tee` Reader of the input Reader.

func Buffer

func Buffer(t *testing.T, reader io.Reader) Reader

Buffer creates a buffered `tee` for multiple readers. Input reader must be EOF terminated before end of test.

Jump to

Keyboard shortcuts

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