Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigQueryConfig ¶
type BigQueryConfig struct { // ProjectID with the GKE project identifier ProjectID string // Schema with the BigQuery Schema Schema string // Table with the BigQuery table name Table string // CredentialsPath with the Service Account credentials file CredentialsPath string // SendingTime is the time between database inserts SendingTime time.Duration }
BigQueryConfig with the bigQuery provider configuration
func NewBigQueryConfig ¶
func (*BigQueryConfig) IsValid ¶
func (bqc *BigQueryConfig) IsValid() error
func (*BigQueryConfig) Print ¶
func (bqc *BigQueryConfig) Print()
Click to show internal directories.
Click to hide internal directories.