Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConnectStream = stream.ConnectStream
View Source
var NewBlockWriter = blockwriter.NewBlockWriter
Functions ¶
This section is empty.
Types ¶
type BlockBackup ¶
type BlockBackup struct {
Sequence uint64
MessageBackup *messagebackup.MessageBackup
Block *types.AbstractBlock
}
type StreamRestore ¶
type StreamRestore struct {
Mode string
Chunks chunks.ChunksInterface
Stream *stream.Opts
Writer *blockwriter.Opts
StartSeq uint64
EndSeq uint64
ToleranceWindow uint
ReconnectWaitMs uint
ParseBlock blockparse.ParseBlockFn
// contains filtered or unexported fields
}
func (*StreamRestore) Run ¶
func (sr *StreamRestore) Run() error
Click to show internal directories.
Click to hide internal directories.