//
pkg.gl
Category
github.com/devspace-sh/devspace
pkg
util
processutil
package
0.2.0
Repository:
https://github.com/devspace-sh/devspace.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
4
Dependents
0
Files
84 SLOC
#
Functions
Pipe
Pipe pipes all data from reader to writer.
RunOnEveryLine
RunOnEveryLine runs a given function on every line that ca be read by reader.
#
Type aliases
LineFunction
LineFunction is a type of function that handles a single line.