MigrationStatus represents the result of migrating a legacy metadata file.
| 79 | |
| 80 | // MigrationStatus represents the result of migrating a legacy metadata file. |
| 81 | type MigrationStatus int |
| 82 | |
| 83 | // MigrationStatus |
| 84 | const ( |
no outgoing calls
no test coverage detected