Documentation ¶
Index ¶
- Variables
- type BQ
- type FirestoreOp
- type GCPFirestore
- func (d *GCPFirestore) Cleanup() error
- func (d *GCPFirestore) ClearWork() error
- func (d *GCPFirestore) Data(obj map[string]interface{}) (io.Reader, error)
- func (d *GCPFirestore) GetWork() (io.Reader, error)
- func (d *GCPFirestore) HandleFailure() error
- func (d *GCPFirestore) Init() error
- func (d *GCPFirestore) LoadEnv(prefix string) error
- func (d *GCPFirestore) LoadFlags() error
- type GCPFirestoreQuery
- type GCPPubSub
- type GCS
- type GCSOp
- type GCSOperation
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FirestoreRMOp = FirestoreOp("rm") FirestoreMVOp = FirestoreOp("mv") FirestoreUpdateOp = FirestoreOp("update") )
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 FirestoreOp ¶ added in v0.0.44
type FirestoreOp string
type GCPFirestore ¶ added in v0.0.44
type GCPFirestore struct { Client *firestore.Client RetrieveCollection *string RetrieveDocument *string RetrieveQuery *GCPFirestoreQuery RetrieveDocumentJSONKey *string ClearOp *FirestoreOp ClearUpdate *map[string]interface{} ClearCollection *string FailOp *FirestoreOp FailUpdate *map[string]interface{} FailCollection *string ProjectID string // contains filtered or unexported fields }
func (*GCPFirestore) Cleanup ¶ added in v0.0.44
func (d *GCPFirestore) Cleanup() error
func (*GCPFirestore) ClearWork ¶ added in v0.0.44
func (d *GCPFirestore) ClearWork() error
func (*GCPFirestore) Data ¶ added in v0.0.44
func (d *GCPFirestore) Data(obj map[string]interface{}) (io.Reader, error)
func (*GCPFirestore) HandleFailure ¶ added in v0.0.44
func (d *GCPFirestore) HandleFailure() error
func (*GCPFirestore) Init ¶ added in v0.0.44
func (d *GCPFirestore) Init() error
func (*GCPFirestore) LoadEnv ¶ added in v0.0.44
func (d *GCPFirestore) LoadEnv(prefix string) error
func (*GCPFirestore) LoadFlags ¶ added in v0.0.44
func (d *GCPFirestore) LoadFlags() error
type GCPFirestoreQuery ¶ added in v0.0.44
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.