core

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2022 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Input      string
	Output     string
	DumpType   string
	DateField  string
	StartDate  string
	EndDate    string
	Step       time.Duration
	ScrollSize int
	Descending bool
	Zone       string
	Includes   string
	Excludes   string
}

type Dumper

type Dumper struct {
	Conf         Config
	SourceClient *elastic.Client
	TargetClient *elastic.Client
	SourceIndex  string
	SourceType   string
	TargetIndex  string
	TargetType   string
	StartTime    *time.Time
	EndTime      *time.Time
	Zone         *time.Location
	Includes     []string `json:"includes"`
	Excludes     []string `json:"excludes"`
}

func NewDumper

func NewDumper(conf Config) *Dumper

func (*Dumper) Dump

func (d *Dumper) Dump()

Jump to

Keyboard shortcuts

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