github.com/yankunsam/loki/v2@v2.6.3-0.20220817130409-389df5235c27/pkg/loghttp/legacy/labels.go (about) 1 package loghttp 2 3 // LabelResponse represents the http json response to a label query 4 type LabelResponse struct { 5 Values []string `json:"values,omitempty"` 6 }