Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SnowflakeClientEnv ¶
type SnowflakeClientEnv struct {
NAME string `required:"true"`
USER string `required:"true"`
ROLE string `required:"true"`
PARAM_STORE_SERVICE string `required:"true"`
REGION string
}
envconfig that's prefixed by the snowflake account name
func LoadSnowflakeEnv ¶
func LoadSnowflakeEnv(acctName string) (*SnowflakeClientEnv, error)
Click to show internal directories.
Click to hide internal directories.