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 2d131c1 commit b8b465cCopy full SHA for b8b465c
internal/query/session.go
@@ -24,8 +24,8 @@ var _ query.Session = (*Session)(nil)
24
type Session struct {
25
cfg *config.Config
26
id string
27
- nodeID uint32
28
grpcClient Ydb_Query_V1.QueryServiceClient
+ nodeID uint32
29
statusCode statusCode
30
closeOnce func(ctx context.Context) error
31
checks []func(s *Session) bool
0 commit comments