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 b5d1297 commit 8276521Copy full SHA for 8276521
internal/query/client.go
@@ -19,7 +19,7 @@ import (
19
"github.com/ydb-platform/ydb-go-sdk/v3/trace"
20
)
21
22
-//go:generate mockgen -destination grpc_client_mock_test.go--typed -package query -write_package_comment=false github.com/ydb-platform/ydb-go-genproto/Ydb_Query_V1 QueryServiceClient,QueryService_AttachSessionClient,QueryService_ExecuteQueryClient
+//go:generate mockgen -destination grpc_client_mock_test.go --typed -package query -write_package_comment=false github.com/ydb-platform/ydb-go-genproto/Ydb_Query_V1 QueryServiceClient,QueryService_AttachSessionClient,QueryService_ExecuteQueryClient
23
24
var (
25
_ query.Client = (*Client)(nil)
0 commit comments