export

package
v1.2.1-0...-f94cca8 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2021 License: BSD-3-Clause Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConsumeType

type ConsumeType uint32
var (
	CONSUME          ConsumeType = 1
	CONSUMECONSENSUS ConsumeType = 2
	CONSUMEC         ConsumeType = 3
)

type Export

type Export interface {
	Start() error
}

func New

func New(sc *services.Control, config *cfg.Config, replayqueuesize int, replayqueuethreads int) Export

type JSONData

type JSONData struct {
	Key     string      `json:"key"`
	Data    string      `json:"data"`
	Time    time.Time   `json:"time"`
	ChainID string      `json:"chainID"`
	Type    ConsumeType `json:"type"`
}

type WorkerPacket

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

Jump to

Keyboard shortcuts

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