Documentation
¶
Overview ¶
Package bigqueryclient is responsible for interacting with the BigQuery API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigQueryClient ¶
type BigQueryClient interface { CreateTable(table string, schema interface{}) error Insert(table string, rows interface{}) error }
func NewBigQueryClient ¶
Click to show internal directories.
Click to hide internal directories.