io

package
v0.0.0-...-758c02f Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WriteCloserSync

type WriteCloserSync interface {
	io.Writer

	io.WriteCloser
	WriteSyncer
}

A WriteCloserSync is an io.Writer that implements both io.WriteCloser and Sync.

func AddCloserSync

func AddCloserSync(w io.Writer) WriteCloserSync

type WriteSyncer

type WriteSyncer interface {
	io.Writer

	Sync() error
}

A WriteSyncer is an io.Writer that can also flush any buffered data.

Jump to

Keyboard shortcuts

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