writer

package
v0.0.0-...-499d384 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2015 License: MIT, Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FanIn

type FanIn interface {
	Write(data []byte) (int, error)
	Close() error
	AddSink(sink io.WriteCloser)
	AddSource(source io.Reader)
}

func NewFanIn

func NewFanIn() FanIn

type FanOut

type FanOut interface {
	Write(data []byte) (int, error)
	AddSink(sink io.Writer)
}

func NewFanOut

func NewFanOut() FanOut

Jump to

Keyboard shortcuts

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