Documentation ¶
Index ¶
Constants ¶
View Source
const ( // filename in tar archive that holds the information // about exported data format version ExportVersionFilename = ".swarm-export-version" // current export format version CurrentExportVersion = "1" // default export filename DefaultExportFilename = "swarm-exportdb.tar" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option func(*exporter)
func WithDestinationFilename ¶
func WithProgressUpdater ¶
func WithProgressUpdater(upd ProgressUpdater) Option
type ProgressUpdater ¶
Click to show internal directories.
Click to hide internal directories.