Merge pull request #3842 from influxdb/loop_queries

Allow queries to be looped
pull/3823/head
Philip O'Toole 2015-08-25 15:24:12 -07:00
commit 2b8858baa7
1 changed files with 1 additions and 0 deletions

View File

@ -232,6 +232,7 @@ type Query struct {
exp, act string
pattern bool
skip bool
repeat int
}
// Execute runs the command and returns an err if it fails