Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Account string `envconfig:"SNOWFLAKE_ACCOUNT"`
Username string `envconfig:"SNOWFLAKE_USERNAME"`
Password string `envconfig:"SNOWFLAKE_PASSWORD"`
Region string `envconfig:"SNOWFLAKE_REGION"`
Role string `envconfig:"SNOWFLAKE_ROLE"`
Database string `envconfig:"SNOWFLAKE_DATABASE"`
Schema string `envconfig:"SNOWFLAKE_SCHEMA"`
}
func LoadConfigFromEnv ¶
Click to show internal directories.
Click to hide internal directories.