Skip to content

Commit

Permalink
wait rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
xjlgod committed Mar 14, 2022
1 parent 1720974 commit 99cc563
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions server/pkg/webserver/controller/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ import (
"os"
"path/filepath"


"github.com/vesoft-inc/nebula-studio/server/pkg/config"
"github.com/vesoft-inc/nebula-studio/server/pkg/webserver/base"

"github.com/axgle/mahonia"
"github.com/kataras/iris/v12"
"github.com/saintfish/chardet"
"github.com/vesoft-inc/nebula-studio/server/pkg/config"
"github.com/vesoft-inc/nebula-studio/server/pkg/webserver/base"
)

type fileStat struct {
Expand Down
2 changes: 1 addition & 1 deletion server/pkg/webserver/controller/gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"encoding/base64"
"errors"
"fmt"
"github.com/vesoft-inc/nebula-studio/server/pkg/utils"
"path/filepath"
"strings"

Expand All @@ -13,6 +12,7 @@ import (
importconfig "github.com/vesoft-inc/nebula-importer/pkg/config"
importerErrors "github.com/vesoft-inc/nebula-importer/pkg/errors"
"github.com/vesoft-inc/nebula-studio/server/pkg/config"
"github.com/vesoft-inc/nebula-studio/server/pkg/utils"
"github.com/vesoft-inc/nebula-studio/server/pkg/webserver/base"
"github.com/vesoft-inc/nebula-studio/server/pkg/webserver/service/importer"

Expand Down
2 changes: 1 addition & 1 deletion server/pkg/webserver/service/importer/importer.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package importer
import (
"errors"
"fmt"
"github.com/vesoft-inc/nebula-studio/server/pkg/utils"
"gopkg.in/yaml.v2"
"os"
"path/filepath"
Expand All @@ -13,6 +12,7 @@ import (
importconfig "github.com/vesoft-inc/nebula-importer/pkg/config"
importerErrors "github.com/vesoft-inc/nebula-importer/pkg/errors"
"github.com/vesoft-inc/nebula-studio/server/pkg/config"
"github.com/vesoft-inc/nebula-studio/server/pkg/utils"

"go.uber.org/zap"
)
Expand Down
1 change: 1 addition & 0 deletions server/pkg/webserver/service/importer/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package importer

import (
"github.com/vesoft-inc/nebula-importer/pkg/cmd"

"go.uber.org/zap"
)

Expand Down

0 comments on commit 99cc563

Please sign in to comment.