chunks: correct the interface name
Signed-off-by: johncming <johncming@yahoo.com>
This commit is contained in:
parent
0fdd93b0b9
commit
84d71073f1
|
@ -366,7 +366,7 @@ func (b realByteSlice) Sub(start, end int) ByteSlice {
|
||||||
return b[start:end]
|
return b[start:end]
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reader implements a SeriesReader for a serialized byte stream
|
// Reader implements a ChunkReader for a serialized byte stream
|
||||||
// of series data.
|
// of series data.
|
||||||
type Reader struct {
|
type Reader struct {
|
||||||
bs []ByteSlice // The underlying bytes holding the encoded series data.
|
bs []ByteSlice // The underlying bytes holding the encoded series data.
|
||||||
|
|
Loading…
Reference in New Issue