Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorHandler ¶
type ErrorHandler func(error)
type Streamer ¶
type Streamer interface { AddRow(ctx context.Context, row Row) error AddRowSync(ctx context.Context, row Row) error }
func NewStreamer ¶
func NewStreamer(cfg *Config, errFunc ErrorHandler) (Streamer, error)
type TableSchema ¶
type TableSchema struct { DatasetId string // bigquery datasetId Prefix string // bigquery table prefix Meta *bigquery.TableMetadata // bigquery table meta Period TablePeriod // TablePeriod }
type WorkerDispatcher ¶
type WorkerDispatcher struct {
// contains filtered or unexported fields
}
dispatcher
Click to show internal directories.
Click to hide internal directories.