review comments

This commit is contained in:
Pat Christopher
2021-07-13 19:02:23 -07:00
parent ef3c344868
commit bde2ef2a1a
3 changed files with 49 additions and 34 deletions

View File

@@ -34,6 +34,7 @@ const (
errBuckets = "Buckets should be set to list of floats, result from function call of prometheus.LinearBuckets or prometheus.ExponentialBuckets"
errLabels = "Labels were not set to list of strings"
errImport = `Importing using "." is not supported`
errExprNotIdent = "expr selector does not refer to type ast.Ident, is type %s"
)
type decodeError struct {