correct TemplateVar collection type in Queries
parent
4912f4d375
commit
1723f30bdf
|
@ -13,9 +13,9 @@ import (
|
|||
)
|
||||
|
||||
type QueryRequest struct {
|
||||
ID string `json:"id"`
|
||||
Query string `json:"query"`
|
||||
TemplateVars []chronograf.TemplateVar `json:"tempVars,omitempty"`
|
||||
ID string `json:"id"`
|
||||
Query string `json:"query"`
|
||||
TemplateVars chronograf.TemplateVars `json:"tempVars,omitempty"`
|
||||
}
|
||||
|
||||
type QueriesRequest struct {
|
||||
|
|
Loading…
Reference in New Issue