bigqueryclient

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 12, 2022 License: MIT Imports: 2 Imported by: 0

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

func NewBigQueryClient(ctx context.Context, projectID string, dataset string) (BigQueryClient, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL