MCPcopy
hub / github.com/ory/hydra / MigrateStatus

Method MigrateStatus

cmd/cli/handler_migrate.go:74–80  ·  view source on GitHub ↗
(cmd *cobra.Command, args []string)

Source from the content-addressed store, hash-verified

72}
73
74func (h *MigrateHandler) MigrateStatus(cmd *cobra.Command, args []string) error {
75 p, err := h.makeMigrationManager(cmd, args)
76 if err != nil {
77 return err
78 }
79 return popx.MigrateStatus(cmd, p)
80}

Callers

nothing calls this directly

Calls 1

makeMigrationManagerMethod · 0.95

Tested by

no test coverage detected