CloudMigration: Add service to list all migrations (#85308)
This commit is contained in:
@@ -10,7 +10,7 @@ type Service interface {
|
||||
SaveEncryptedToken(context.Context, string) error
|
||||
// migration
|
||||
GetMigration(context.Context, int64) (*CloudMigrationResponse, error)
|
||||
GetMigrationList(context.Context) ([]CloudMigrationResponse, error)
|
||||
GetMigrationList(context.Context) (*CloudMigrationListResponse, error)
|
||||
CreateMigration(context.Context, CloudMigrationRequest) (*CloudMigrationResponse, error)
|
||||
UpdateMigration(context.Context, int64, CloudMigrationRequest) (*CloudMigrationResponse, error)
|
||||
RunMigration(context.Context, string) (*CloudMigrationRun, error)
|
||||
|
||||
Reference in New Issue
Block a user