Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DatasetScraper ¶
type DatasetScraper struct {
Context context.Context
DB *gorm.DB
Client *bigquery.Client
Config *configs.Config
Dataset models.Dataset
Logger *log.Logger
WaitGroup *sync.WaitGroup
}
DatasetScraper represents a dataset scraper instance
type FieldScraper ¶
type FieldScraper struct {
DB *gorm.DB
APIMetadata *bigquery.TableMetadata
Logger *log.Logger
ColumnNumber int
}
FieldScraper represents a field scraper instance
type PartitionScraper ¶
type PartitionScraper struct {
Context context.Context
DB *gorm.DB
Client *bigquery.Client
Config *configs.Config
APIMetadata *bigquery.TableMetadata
Logger *log.Logger
}
PartitionScraper represents a partition scraper instance
type ProjectScraper ¶
type ProjectScraper struct {
Context context.Context
DB *gorm.DB
Client *bigquery.Client
Config *configs.Config
Project models.Project
Logger *log.Logger
}
ProjectScraper represents a project scraper instance
Click to show internal directories.
Click to hide internal directories.