Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadConfig ¶
Types ¶
type CatalogConfig ¶
type CatalogConfig struct {
Catalog string `yaml:"catalog"`
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
type Config ¶
type Config struct {
Catalogs map[string]CatalogConfig `yaml:"catalog"`
}
Click to show internal directories.
Click to hide internal directories.