Documentation ¶
Overview ¶
Package blob provides a Pipe that push artifacts to blob supported by Go CDK
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bucket ¶
Bucket is object which holds connection for Go Bucker Provider
type OpenBucket ¶
type OpenBucket interface { Connect(ctx *context.Context, bucketURL string) (*blob.Bucket, error) Upload(ctx *context.Context, conf config.Blob, folder string) error }
OpenBucket is the interface that wraps the BucketConnect and UploadBucket method
Click to show internal directories.
Click to hide internal directories.