We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff60862 commit d0b976aCopy full SHA for d0b976a
1 file changed
cmd/utils.go
@@ -62,16 +62,6 @@ func readPasswordFromConsole(inputAnswr string) (val string) {
62
}
63
64
65
-/*
66
-func grpcConnect() ybApi.Client {
67
- return ybApi.Connect(
68
- viper.GetString(config.KEY_HOST),
69
- ybApi.NewJwtAccess(func() string {
70
- return viper.GetString(config.KEY_TOKEN)
71
- }))
72
-}
73
-*/
74
-
75
func grpcConnect() ybApi.Client {
76
return ybApi.Connect(
77
viper.GetString(config.KEY_HOST),
0 commit comments