Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GCSOperationRM = GCSOperation("rm") GCSOperationMV = GCSOperation("mv") )
Functions ¶
This section is empty.
Types ¶
type BQ ¶ added in v0.0.30
type BQ struct {
Client *bigquery.Client
ProjectID string
Key *string
QueryKey *bool
RetrieveQuery *string
ClearQuery *string
FailQuery *string
}
func (*BQ) HandleFailure ¶ added in v0.0.30
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.