Documentation
¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BigQueryConfig ¶
type Config ¶
type Config struct { // Deprecated: Use Provider instead Warehouse string Provider Provider FsApiToken string ExportDuration Duration ExportDelay Duration AdditionalHttpHeader []Header Backoff Duration BackoffStepsMax int // Deprecated CheckInterval Duration TmpDir string // Deprecated ListExportLimit int // Deprecated: use ExportDuration GroupFilesByDay bool SaveAsJson bool StorageOnly bool StartTime time.Time IncludeMobileAppsFields bool ApiURL string FilePrefix string // aws: s3 + redshift S3 S3Config Redshift RedshiftConfig // gcloud: GCS + BigQuery GCS GCSConfig BigQuery BigQueryConfig // local filesystem: Local Local LocalConfig }
type Duration ¶
func (*Duration) UnmarshalText ¶
type GCSConfig ¶
type GCSConfig struct { StorageConfig Bucket string // Deprecated: Use `StorageOnly` option at the main level GCSOnly bool }
type LocalConfig ¶
type LocalConfig struct { StorageConfig SaveDir string // Deprecated: Use `StartTime` in the base config instead StartTime time.Time // This forces the exports to start at the provided StartTime instead of using the // any sync file that might exist. UseStartTime bool }
type RedshiftConfig ¶
type S3Config ¶
type S3Config struct { StorageConfig Bucket string Region string Timeout Duration // Deprecated: Use `StorageOnly` option instead S3Only bool }
type StorageConfig ¶ added in v1.1.0
type StorageConfig struct {
FilePrefix string `toml:"-"`
}
Click to show internal directories.
Click to hide internal directories.