Documentation
¶
Index ¶
Constants ¶
View Source
const CurrentSchemaVersion = 1
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CacheConfig ¶
type Config ¶
type Config struct {
Version int `yaml:"version"`
Provider string `yaml:"provider"`
Providers map[string]ProviderConfig `yaml:"providers"`
Output OutputConfig `yaml:"output"`
Cache CacheConfig `yaml:"cache"`
}
type OutputConfig ¶
type ProviderConfig ¶
Click to show internal directories.
Click to hide internal directories.