Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Lister ¶
type Lister interface { List(context.Context, restic.FileType, func(restic.ID, int64) error) error ListPack(context.Context, restic.ID, int64) ([]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.