package
2.0.2+incompatible
Repository: https://github.com/ssvlabs/ssv.git
Documentation: pkg.go.dev

# Functions

Run executes the default migrations.

# Structs

Migration is a named MigrationFunc.
Options is the options for running migrations.

# Type aliases

CompletedFunc is a function that marks a migration as completed.
MigrationFunc is a function that performs a migration.
Migrations is a slice of named migrations, meant to be executed from first to last (order is significant).