Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Lister ¶
type Lister interface { List(context.Context, restic.FileType) <-chan restic.ID ListPack(context.Context, restic.ID) ([]restic.Blob, int64, error) }
Lister combines lists packs in a repo and blobs in a pack.
Click to show internal directories.
Click to hide internal directories.