processutil

package
v2.5.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Pipe

func Pipe(reader io.Reader, writer io.Writer, bufferSize int, wg *sync.WaitGroup)

Pipe pipes all data from reader to writer

func RunOnEveryLine added in v0.1.1

func RunOnEveryLine(reader io.Reader, lineFunction LineFunction, bufferSize int, wg *sync.WaitGroup)

RunOnEveryLine runs a given function on every line that ca be read by reader

Types

type LineFunction added in v0.1.1

type LineFunction func(line string)

LineFunction is a type of function that handles a single line

Jump to

Keyboard shortcuts

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