Versions in this module Expand all Collapse all v1 v1.0.0 May 7, 2020 Changes in this version + type BigQueryPuller struct + Client *bigquery.Client + Ctx context.Context + DatasetName string + GcpProject string + func (p *BigQueryPuller) GetNew() Puller + func (p *BigQueryPuller) Pull(query string, params *[]bigquery.QueryParameter) *[][]bigquery.Value + func (p *BigQueryPuller) SetClient(clt *bigquery.Client) + func (p *BigQueryPuller) SetContext(ctx context.Context) + type MockPuller struct + Client *bigquery.Client + Ctx context.Context + DatasetName string + GcpProject string + MockResp [][]bigquery.Value + func (p *MockPuller) GetNew() Puller + func (p *MockPuller) Pull(query string, params *[]bigquery.QueryParameter) *[][]bigquery.Value + func (p *MockPuller) SetClient(clt *bigquery.Client) + func (p *MockPuller) SetContext(ctx context.Context) + type Puller interface + Pull func(query string, params *[]bigquery.QueryParameter) *[][]bigquery.Value + SetClient func(clt *bigquery.Client) + SetContext func(ctx context.Context)