()
| 48 | type migrationsComponent struct{} |
| 49 | |
| 50 | func Migrations() *migrationsComponent { |
| 51 | return &migrationsComponent{} |
| 52 | } |
| 53 | |
| 54 | func (_ *migrationsComponent) GetReadyCondition() string { |
| 55 | return "MigrationsReady" |
no outgoing calls
no test coverage detected