Documentation
¶
Overview ¶
package walk provides methods for walking all in the records in a line-delimited JSON document.
Index ¶
Constants ¶
View Source
const CONTEXT_PATH string = "github.com/aaronland/go-jsonl#path"
Variables ¶
This section is empty.
Functions ¶
func IsEOFError ¶ added in v0.0.7
func WalkBucket ¶
func WalkReader ¶
func WalkReader(ctx context.Context, opts *WalkOptions, fh io.Reader)
Types ¶
type WalkOptions ¶
type WalkOptions struct {
URI string
Workers int
RecordChannel chan *WalkRecord
ErrorChannel chan *WalkError
DoneChannel chan bool
ValidateJSON bool
FormatJSON bool
QuerySet *query.QuerySet
IsBzip bool
Filter WalkFilterFunc
}
type WalkRecord ¶
Click to show internal directories.
Click to hide internal directories.