Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalyticPusher ¶
type AnalyticPusher interface {
Push(recs interface{}, table string) bool
SetClient(clt *bigquery.Client)
SetContext(ctx context.Context)
}
AnalyticPusher AnalyticPusher
type MockPusher ¶
type MockPusher struct {
Ctx context.Context
Client *bigquery.Client
GcpProject string
DatasetName string
MockPushSuccess bool
}
MockPusher MockPusher
func (*MockPusher) SetClient ¶
func (p *MockPusher) SetClient(clt *bigquery.Client)
SetClient SetClient
func (*MockPusher) SetContext ¶
func (p *MockPusher) SetContext(ctx context.Context)
SetContext SetContext
Click to show internal directories.
Click to hide internal directories.