Documentation ¶
Overview ¶
package walk provides methods for iterating (walking) over files in a bucket.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WalkBucket ¶
WalkBucket will crawl 'bucket' and invoke 'cb' for each file (each `blob.ListObject`) it encounters.
Types ¶
type WalkBucketCallback ¶
type WalkBucketCallback func(context.Context, *blob.ListObject) error
WalkBucketCallback is a custom function for processing a `blob.ListObject` instance, used by the `WalkBucket` method.
Click to show internal directories.
Click to hide internal directories.