Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigQueryWriter ¶
type BigQueryWriter struct { Project string Dataset string Table string AutodetectSchema bool TmpFile string // contains filtered or unexported fields }
func NewBigQueryWriter ¶
func (BigQueryWriter) Finalize ¶
func (w BigQueryWriter) Finalize() error
func (BigQueryWriter) StoreApiResult ¶
func (w BigQueryWriter) StoreApiResult(data interface{}) strategies.WriterStrategy
type FileWriter ¶
func (FileWriter) Finalize ¶
func (w FileWriter) Finalize() error
func (FileWriter) StoreApiResult ¶
func (w FileWriter) StoreApiResult(data interface{}) strategies.WriterStrategy
type GcsStorageWriter ¶
type GcsStorageWriter struct { Format string BucketName string FileName string // contains filtered or unexported fields }
func (GcsStorageWriter) Finalize ¶
func (w GcsStorageWriter) Finalize() error
func (GcsStorageWriter) StoreApiResult ¶
func (w GcsStorageWriter) StoreApiResult(data interface{}) strategies.WriterStrategy
type LogWriter ¶
func (LogWriter) StoreApiResult ¶
func (s LogWriter) StoreApiResult(data interface{}) strategies.WriterStrategy
Click to show internal directories.
Click to hide internal directories.