Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EnvConfig = fromConfigFiles()
Functions ¶
func LoadConfig ¶
Types ¶
type CatalogConfig ¶
type CatalogConfig struct {
CatalogType string `yaml:"type"`
URI string `yaml:"uri"`
Output string `yaml:"output"`
Credential string `yaml:"credential"`
Warehouse string `yaml:"warehouse"`
}
func ParseConfig ¶
func ParseConfig(file []byte, catalogName string) *CatalogConfig
Click to show internal directories.
Click to hide internal directories.