Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Name contains name of the exporter.
Name = "GCP"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter struct { GCSBucket string // contains filtered or unexported fields }
Exporter is an instance of GCP Exporter.
func NewExporter ¶
func NewExporter(spannerClient *spanner.Client, storageClient *storage.Service, GCSBucket string, uploadPayloads bool, workerCount int) (*Exporter, error)
NewExporter creates new GCP exporter.
Click to show internal directories.
Click to hide internal directories.