Fix go vet issue.
parent
2b864c72c5
commit
33412782ed
|
@ -50,8 +50,9 @@ type SeriesBlock struct {
|
|||
|
||||
// Series returns a series element.
|
||||
func (blk *SeriesBlock) Series(name []byte, tags models.Tags) SeriesElem {
|
||||
panic("TODO: Add hashmap to series block")
|
||||
panic("TODO: Lookup series by hashmap")
|
||||
// panic("TODO: Add hashmap to series block")
|
||||
// panic("TODO: Lookup series by hashmap")
|
||||
return nil
|
||||
}
|
||||
|
||||
// SeriesOffset returns offset of the encoded series key.
|
||||
|
|
Loading…
Reference in New Issue