Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrMigratorFactory = errors.New("failed to make migrators") ErrNoOneMigratorWasDefined = errors.New("no migrators were defined") )
Functions ¶
This section is empty.
Types ¶
type Migrate ¶
type Migrate struct {
// contains filtered or unexported fields
}
func (*Migrate) Down ¶
Down executes each migrator in parallel wrapping them in errgroup without context.
Click to show internal directories.
Click to hide internal directories.