Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ConnectionURL string `mapstructure:"connection_url" validate:"required"`
}
Config holds the connection URL for the extractor
type Extractor ¶
type Extractor struct { plugins.BaseExtractor // contains filtered or unexported fields }
Extractor manages the extraction of data from snowflake
type Option ¶
type Option func(*Extractor)
Option provides extension abstraction to Extractor constructor
func WithHTTPTransport ¶
func WithHTTPTransport(htr http.RoundTripper) Option
WithHTTPTransport assign custom http client to the Extractor constructor
Click to show internal directories.
Click to hide internal directories.