merger

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2020 License: Apache-2.0 Imports: 14 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	*shutter.Shutter
	// contains filtered or unexported fields
}

func New

func New(config *Config) *App

func (*App) IsReady

func (a *App) IsReady() bool

func (*App) Run

func (a *App) Run() error

type Config

type Config struct {
	StorageOneBlockFilesPath     string
	StorageMergedBlocksFilesPath string
	GRPCListenAddr               string
	Live                         bool
	StartBlockNum                uint64
	StopBlockNum                 uint64
	ProgressFilename             string
	MinimalBlockNum              uint64
	WritersLeewayDuration        time.Duration
	TimeBetweenStoreLookups      time.Duration
	SeenBlocksFile               string
	MaxFixableFork               uint64
	DeleteBlocksBefore           bool
}

Jump to

Keyboard shortcuts

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