Versions in this module Expand all Collapse all v0 v0.9.0 Dec 15, 2015 Changes in this version + type Recorder struct + func NewRecorder(host string, set string, collection string) (*Recorder, error) + func (r *Recorder) FindByTimestamp(deviceid uint64, start uint64, end uint64, records interface{}) error + func (r *Recorder) FindLatest(deviceid uint64, record interface{}) error + func (r *Recorder) Insert(args interface{}) error