@ -9,7 +9,6 @@ package dtmsvr
import (
"errors"
"fmt"
"github.com/dtm-labs/dtm/dtmutil"
"strings"
"time"
@ -18,6 +17,7 @@ import (
"github.com/dtm-labs/dtm/dtmcli/logger"
"github.com/dtm-labs/dtm/dtmgrpc"
"github.com/dtm-labs/dtm/dtmgrpc/dtmgimp"
"github.com/dtm-labs/dtmdriver"
"google.golang.org/grpc/metadata"
)
@ -9,9 +9,9 @@ package dtmsvr
"github.com/dtm-labs/dtm/dtmcli/dtmimp"
"github.com/dtm-labs/dtm/dtmcli"
@ -1,15 +1,14 @@
package test
"testing"
"github.com/stretchr/testify/assert"
"github.com/dtm-labs/dtm/dtmsvr/storage"
"github.com/dtm-labs/dtm/dtmsvr/storage/registry"
func initTransGlobal(gid string) (*storage.TransGlobalStore, storage.Store) {