Sfoglia il codice sorgente

fix typo in deprecation notice for Records

FrancoisPoinsot 7 anni fa
parent
commit
87203d82e8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      fetch_response.go

+ 1 - 1
fetch_response.go

@@ -33,7 +33,7 @@ type FetchResponseBlock struct {
 	HighWaterMarkOffset int64
 	HighWaterMarkOffset int64
 	LastStableOffset    int64
 	LastStableOffset    int64
 	AbortedTransactions []*AbortedTransaction
 	AbortedTransactions []*AbortedTransaction
-	Records             *Records // deprecated: use FetchResponseBlock.Records
+	Records             *Records // deprecated: use FetchResponseBlock.RecordsSet
 	RecordsSet          []*Records
 	RecordsSet          []*Records
 	Partial             bool
 	Partial             bool
 }
 }