We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b3a1b commit b8c9591Copy full SHA for b8c9591
1 file changed
internal/cli/serverless/privatelink/ui.go
@@ -15,11 +15,12 @@
15
package privatelink
16
17
import (
18
- "github.com/charmbracelet/bubbletea"
19
- "github.com/juju/errors"
20
"github.com/tidbcloud/tidbcloud-cli/internal/ui"
21
"github.com/tidbcloud/tidbcloud-cli/internal/util"
22
"github.com/tidbcloud/tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/privatelink"
+
+ "github.com/charmbracelet/bubbletea"
23
+ "github.com/juju/errors"
24
)
25
26
const (
0 commit comments