Migrate applies a migration to the configuration.
(Migration)
| 71 | |
| 72 | // Migrate applies a migration to the configuration. |
| 73 | Migrate(Migration) error |
| 74 | |
| 75 | // Version returns the current schema version of the configuration. |
| 76 | Version() o.Option[string] |