Browse Source

fix

pull/459/head
Makonike 3 years ago
parent
commit
c63e778aa9
  1. 3
      dtmsvr/utils.go

3
dtmsvr/utils.go

@ -9,13 +9,14 @@ package dtmsvr
import (
"context"
"fmt"
"time"
"github.com/dtm-labs/dtm/client/dtmcli/dtmimp"
"github.com/dtm-labs/dtm/dtmsvr/config"
"github.com/dtm-labs/dtm/dtmsvr/storage"
"github.com/dtm-labs/dtm/dtmsvr/storage/registry"
"github.com/lithammer/shortuuid/v3"
"google.golang.org/grpc/metadata"
"time"
)
type branchStatus struct {

Loading…
Cancel
Save