package
Version:
v2.0.0-...-bff7708
Opens a new window with list of versions in this module.
Published: Jul 17, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Package string `yaml:"Package"`
Migration Migration `yaml:"Migration"`
}
Config represents application configuration
type Migration struct {
Sequential bool `yaml:"Sequential"`
}
Migration represents migration configuration
Source Files
¶
Click to show internal directories.
Click to hide internal directories.