PostVersion is the config version that must be applied after migration
()
| 95 | PreVersion() string |
| 96 | // PostVersion is the config version that must be applied after migration |
| 97 | PostVersion() string |
| 98 | // Do is expected to apply any necessary changes to the config in place |
| 99 | Do(*ghConfig.Config) error |
| 100 | } |
no outgoing calls
no test coverage detected