Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backuper ¶
type Backuper struct { Session *session.Session Bucket string StateDirPath string BackupPath string // contains filtered or unexported fields }
Backuper ...
func (*Backuper) BackupNeededBaseBlocks ¶
BackupNeededBaseBlocks iteratively goes through the entire blockchain and pushes up the contents of each block into S3
func (*Backuper) TryBackupBaseBlock ¶
TryBackupBaseBlock takes a single block, returns true if able and successfully backup, false if business logic makes backup not useful, and errors if attempted backup fails
Click to show internal directories.
Click to hide internal directories.