Fix golint issue

Signed-off-by: Hu Shuai <hus.fnst@cn.fujitsu.com>
This commit is contained in:
Hu Shuai 2021-05-08 11:45:29 +08:00
parent 5b61ac4412
commit 996848ef40
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ type ExemplarQueryable interface {
ExemplarQuerier(ctx context.Context) (ExemplarQuerier, error)
}
// Querier provides reading access to time series data.
// ExemplarQuerier provides reading access to time series data.
type ExemplarQuerier interface {
// Select all the exemplars that match the matchers.
// Within a single slice of matchers, it is an intersection. Between the slices, it is a union.