Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: FingerLeader <[email protected]>
  • Loading branch information
FingerLeader committed Aug 30, 2024
1 parent 2af2d92 commit 5b5b40a
Show file tree
Hide file tree
Showing 38 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion internal/cli/project/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"tidbcloud-cli/internal/output"
"tidbcloud-cli/internal/service/cloud"

iamClient "tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/iam"
iamClient "tidbcloud-cli/pkg/tidbcloud/v1beta1/iam"

"github.com/juju/errors"
"github.com/spf13/cobra"
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/project/list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"tidbcloud-cli/internal/iostream"
"tidbcloud-cli/internal/mock"
"tidbcloud-cli/internal/service/cloud"
iamClient "tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/iam"
iamClient "tidbcloud-cli/pkg/tidbcloud/v1beta1/iam"

"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/serverless/sqluser/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ import (
"tidbcloud-cli/internal/ui"
"tidbcloud-cli/internal/util"

iamClient "tidbcloud-cli/pkg/tidbcloud/v1beta1/iam"
serverlessApi "tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/client/serverless_service"
iamClient "tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/iam"

"github.com/charmbracelet/bubbles/textinput"
tea "github.com/charmbracelet/bubbletea"
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/serverless/sqluser/create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ import (
"tidbcloud-cli/internal/mock"
"tidbcloud-cli/internal/service/cloud"
"tidbcloud-cli/internal/util"
iamClient "tidbcloud-cli/pkg/tidbcloud/v1beta1/iam"
serverlessApi "tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/client/serverless_service"
iamClient "tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/iam"
serverlessModel "tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/models"

"github.com/juju/errors"
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/serverless/sqluser/delete_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"tidbcloud-cli/internal/iostream"
"tidbcloud-cli/internal/mock"
"tidbcloud-cli/internal/service/cloud"
iamClient "tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/iam"
iamClient "tidbcloud-cli/pkg/tidbcloud/v1beta1/iam"

"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/serverless/sqluser/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"tidbcloud-cli/internal/telemetry"
"tidbcloud-cli/internal/util"

iamClient "tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/iam"
iamClient "tidbcloud-cli/pkg/tidbcloud/v1beta1/iam"

"github.com/juju/errors"
"github.com/spf13/cobra"
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/serverless/sqluser/list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"tidbcloud-cli/internal/iostream"
"tidbcloud-cli/internal/mock"
"tidbcloud-cli/internal/service/cloud"
iamClient "tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/iam"
iamClient "tidbcloud-cli/pkg/tidbcloud/v1beta1/iam"

"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/serverless/sqluser/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"tidbcloud-cli/internal/service/cloud"
"tidbcloud-cli/internal/ui"
"tidbcloud-cli/internal/util"
iamClient "tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/iam"
iamClient "tidbcloud-cli/pkg/tidbcloud/v1beta1/iam"

"github.com/charmbracelet/bubbles/textinput"
tea "github.com/charmbracelet/bubbletea"
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/serverless/sqluser/update_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ import (
"tidbcloud-cli/internal/mock"
"tidbcloud-cli/internal/service/cloud"
"tidbcloud-cli/internal/util"
iamClient "tidbcloud-cli/pkg/tidbcloud/v1beta1/iam"
serverlessApi "tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/client/serverless_service"
iamClient "tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/iam"
serverlessModel "tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/models"

"github.com/juju/errors"
Expand Down
2 changes: 1 addition & 1 deletion internal/mock/api_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/service/cloud/api_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ import (
"tidbcloud-cli/internal/version"
pingchatClient "tidbcloud-cli/pkg/tidbcloud/pingchat/client"
pingchatOp "tidbcloud-cli/pkg/tidbcloud/pingchat/client/operations"
"tidbcloud-cli/pkg/tidbcloud/v1beta1/iam"
"tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/branch"
serverlessClient "tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/client"
serverlessOp "tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/client/serverless_service"
"tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/export"
"tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/iam"
brClient "tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless_br/client"
brOp "tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless_br/client/backup_restore_service"
serverlessImportClient "tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless_import/client"
Expand Down
2 changes: 1 addition & 1 deletion internal/service/cloud/logic.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import (

"tidbcloud-cli/internal/ui"
"tidbcloud-cli/internal/util"
iamClient "tidbcloud-cli/pkg/tidbcloud/v1beta1/iam"
"tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/branch"
serverlessApi "tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/client/serverless_service"
"tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/export"
iamClient "tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/iam"
serverlessModel "tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/models"
brApi "tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless_br/client/backup_restore_service"
brModel "tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless_br/models"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5b5b40a

Please sign in to comment.