Documentation ¶ Index ¶ type AsyncReader func NewAsyncReader(r io.Reader, cw *csv.Writer, cols []string) *AsyncReader type JsonLoader func New(files []string, db *dbv2.DB, concurrency, lookUp int, t string) *JsonLoader func (j *JsonLoader) Run(ctx context.Context) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type AsyncReader ¶ type AsyncReader struct { ErrCh chan error OutCh chan []string InCh chan []byte // contains filtered or unexported fields } func NewAsyncReader ¶ func NewAsyncReader(r io.Reader, cw *csv.Writer, cols []string) *AsyncReader type JsonLoader ¶ type JsonLoader struct { // contains filtered or unexported fields } func New ¶ func New(files []string, db *dbv2.DB, concurrency, lookUp int, t string) *JsonLoader func (*JsonLoader) Run ¶ func (j *JsonLoader) Run(ctx context.Context) (string, error) Source Files ¶ View all Source files jsonl.gostreams.go Click to show internal directories. Click to hide internal directories.