//
pkg.gl
Category
github.com/stripe/unilog
reader
package
1.0.2
Repository:
https://github.com/stripe/unilog.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
37 SLOC
#
Functions
NewReader
NewReader creates a new Reader for use in Unilog.
#
Structs
Reader
Reader wraps an existing io.Reader and adds the ability to perform a graceful shutdown by reading from the underlying Reader up through the next newline character, and then start returning EOF.