//
pkg.gl
Category
github.com/cloudquery/plugin-sdk
internal
logging
package
1.45.0
Repository:
https://github.com/cloudquery/plugin-sdk.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
4
Files
63 SLOC
#
Functions
JSONToLog
No description provided by the author
NewLogReader
newLogReader creates a new logReader to read log lines from an io.ReadCloser.
#
Variables
ErrLogLineToLong
No description provided by the author
#
Structs
LogReader
logReader is a custom implementation similar to bufio.Scanner, but provides a way to handle lines (or tokens) that exceed the buffer size.