Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ProjectID string `mapstructure:"project_id" validate:"required"` ServiceAccountBase64 string `mapstructure:"service_account_base64"` // contains filtered or unexported fields }
Config holds the configurations for the bigtable extractor
type Extractor ¶
type Extractor struct { plugins.BaseExtractor // contains filtered or unexported fields }
Extractor used to extract bigtable metadata
type InstancesFetcher ¶
type InstancesFetcher interface {
Instances(context.Context) ([]*bigtable.InstanceInfo, error)
}
InstancesFetcher is an interface for fetching instances
Click to show internal directories.
Click to hide internal directories.