MCPcopy Index your code
hub / github.com/coderanger/migrations-operator / Migrations

Function Migrations

components/migrations.go:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48type migrationsComponent struct{}
49
50func Migrations() *migrationsComponent {
51 return &migrationsComponent{}
52}
53
54func (_ *migrationsComponent) GetReadyCondition() string {
55 return "MigrationsReady"

Callers 2

MigratorFunction · 0.92
migrations_test.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected