Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GCSOperationRM = GCSOperation("rm") GCSOperationMV = GCSOperation("mv") )
Functions ¶
This section is empty.
Types ¶
type GCPPubSub ¶
func (*GCPPubSub) HandleFailure ¶
type GCS ¶ added in v0.0.28
type GCS struct {
Client *storage.Client
Bucket string
Key string
KeyRegex string
KeyPrefix string
ClearOp *GCSOp
FailOp *GCSOp
}
func (*GCS) HandleFailure ¶ added in v0.0.28
type GCSOp ¶ added in v0.0.28
type GCSOp struct {
Operation GCSOperation
Bucket string
Key string
KeyTemplate string
}
type GCSOperation ¶ added in v0.0.28
type GCSOperation string
Click to show internal directories.
Click to hide internal directories.