Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Query ¶
type Query struct { Message *messages.QueryMessage Type string QueryUUID string QueryField string TimeInterval string Interval time.Duration TimeLength string Limit int ResponseChannel chan *messages.QueryResponse }
func BuildQuery ¶
func BuildQuery(qm *messages.QueryMessage) *Query
func MakeQuery ¶
func MakeQuery(qm *messages.QueryMessage) *Query
* query historical data of uuid from startTime to endTime prob should make sure they don't query like 1000 years or something
Click to show internal directories.
Click to hide internal directories.