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,12 @@
package api
import (
"testing"
"github.com/stretchr/testify/assert"
)
func Test_OnlyEnabledForGrafanaAdmi(t *testing.T) {
// TODO: implement
assert.True(t, true)
}