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 1f620fa commit a295cc4Copy full SHA for a295cc4
trace/topic.go
@@ -119,7 +119,7 @@ type (
119
// Internals: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#internals
120
TopicReaderPartitionReadStopResponseStartInfo struct {
121
ReaderConnectionID string
122
- PartitionContext context.Context
+ PartitionContext context.Context //nolint:containedctx
123
Topic string
124
PartitionID int64
125
PartitionSessionID int64
0 commit comments