jsonloader

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2025 License: MIT Imports: 18 Imported by: 0

Documentation

Index

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL