output

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2018 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type File

type File struct {
	// contains filtered or unexported fields
}

func NewFile

func NewFile(name string) (*File, error)

func (*File) Put

func (f *File) Put(data []byte) error

type Puter

type Puter interface {
	Put([]byte) error
}

func Provider

func Provider(output string) (Puter, error)

type Stdout

type Stdout struct {
}

func NewStdout

func NewStdout() (*Stdout, error)

func (*Stdout) Put

func (*Stdout) Put(data []byte) error

Jump to

Keyboard shortcuts

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