//
pkg.gl
Category
github.com/aaronland/gocloud-blob
walk
package
0.3.1
Repository:
https://github.com/aaronland/gocloud-blob.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
6
Files
61 SLOC
#
Functions
WalkBucket
WalkBucket will crawl 'bucket' and invoke 'cb' for each file (each `blob.ListObject`) it encounters.
#
Type aliases
WalkBucketCallback
WalkBucketCallback is a custom function for processing a `blob.ListObject` instance, used by the `WalkBucket` method.