package flushwriter
import "k8s.io/kubernetes/pkg/util/flushwriter"
Package flushwriter implements a wrapper for a writer that flushes on every write if that writer implements the io.Flusher interface
Index ¶
Functions ¶
func Wrap ¶
Wrap wraps an io.Writer into a writer that flushes after every write if the writer implements the Flusher interface.
Source Files ¶
doc.go writer.go
- Version
- v1.5.7
- Published
- Apr 27, 2017
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 21 minutes ago –
Tools for package owners.