Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMigrationList ¶
func NewMigrationList() migrationList
Types ¶
type Migration ¶
type Migration interface { Sequence() int Migrate(config types.BacalhauConfig) (types.BacalhauConfig, error) }
func GetMigrations ¶
type MigrationFn ¶
type MigrationFn = func(config types.BacalhauConfig) (types.BacalhauConfig, error)
Click to show internal directories.
Click to hide internal directories.