Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupConsumer ¶
type BackupConsumer interface { ConsumeBackupCollections( ctx context.Context, backupReasons []identity.Reasoner, bases kopia.BackupBases, cs []data.BackupCollection, pmr prefixmatcher.StringSetReader, tags map[string]string, buildTreeWithBase bool, counter *count.Bus, errs *fault.Bus, ) (*kopia.BackupStats, *details.Builder, kopia.DetailsMergeInfoer, error) }
type BaseFinder ¶
type RestoreProducer ¶
type RestoreProducer interface { ProduceRestoreCollections( ctx context.Context, snapshotID string, paths []path.RestorePaths, bc kopia.ByteCounter, errs *fault.Bus, ) ([]data.RestoreCollection, error) }
Click to show internal directories.
Click to hide internal directories.