load

package
v0.0.0-...-da4b68f Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileLoader

type FileLoader struct {
	// contains filtered or unexported fields
}

func NewFileLoader

func NewFileLoader(outputFile string) *FileLoader

func (*FileLoader) Finish

func (f *FileLoader) Finish()

func (*FileLoader) Start

func (f *FileLoader) Start()

func (*FileLoader) Store

func (f *FileLoader) Store(jsonData []byte, total *int, limit int)

type Loader

type Loader interface {
	Start()

	Store(jsonData []byte, total *int, limit int)

	Finish()
}

Jump to

Keyboard shortcuts

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