Documentation
¶
Overview ¶
Package config provides types and functions used for specifying the tool settings.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Version defines the configuration version.
Version int `toml:"version"`
// Schema defines the schema resources configuration.
Schema SchemaConfig `toml:"schema"`
}
Config defines the tool configuration.
func LoadConfig ¶
LoadConfig loads configuration from the provided path.
type SchemaConfig ¶
type SchemaConfig struct {
Directory string `toml:"directory"`
Sequence []string `toml:"sequence"`
}
SchemaConfig defines the schema migration resources configurations.
Click to show internal directories.
Click to hide internal directories.