out

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2019 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrClosed = errors.New("closed")
)

Functions

This section is empty.

Types

type Outputter

type Outputter interface {
	io.Writer
	io.Closer
	Flush() error
}

func NewFileOut

func NewFileOut(name string, perm os.FileMode, append bool, comprLevel int) (Outputter, error)

func NewNetOut

func NewNetOut(network, address string) (Outputter, error)

func NewStderrOut

func NewStderrOut() (Outputter, error)

Jump to

Keyboard shortcuts

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