Restructure cloudmigration service (#83211)

* Restructure cloudmigation service

* Adjust codewoners and wire

* Comment out unused metrics
This commit is contained in:
idafurjes
2024-02-26 14:52:16 +01:00
committed by GitHub
parent 648abdbd0e
commit 80447dd0cc
22 changed files with 186 additions and 160 deletions
@@ -0,0 +1,9 @@
package cloudmigrationimpl
import (
"testing"
)
func TestMigrateDatasources(t *testing.T) {
// TODO: Write this test
}