github.com/kyma-incubator/compass/components/director@v0.0.0-20230623144113-d764f56ff805/internal/domain/runtime/rtmtest/uuid.go (about) 1 package rtmtest 2 3 import "github.com/kyma-incubator/compass/components/director/internal/domain/runtime/automock" 4 5 // UnusedUUIDService returns a mock uid service that does not expect to get called 6 func UnusedUUIDService() *automock.UidService { 7 return &automock.UidService{} 8 }