Documentation
¶
Overview ¶
Package revisions allows manipulating revisions in a storage provider.
Index ¶
- func Glob(pattern string) <-chan string
- func GlobWorkers(pattern string, depth string, remainder string) <-chan string
- func List(base string, workers int) <-chan string
- func PurgeRevisions(nodes <-chan string, bs DelBlobstore, dryRun, verbose bool) (int, int, int)
- func Walk(base string) <-chan string
- type DelBlobstore
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GlobWorkers ¶
GlobWorkers uses multiple go routine to glob all revision nodes in a storage provider.
func PurgeRevisions ¶
PurgeRevisions removes all revisions from a storage provider.
Types ¶
type DelBlobstore ¶
DelBlobstore is the interface for a blobstore that can delete blobs.
Click to show internal directories.
Click to hide internal directories.