Documentation ¶ Index ¶ func Close() error func Open() error func SubscribeProperty() func Write(metric, id string, values map[string]interface{}, tm int64) error type Point func Query(metric, id string, field string, start, end, window string) ([]*Point, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Close ¶ func Close() error func Open ¶ func Open() error func SubscribeProperty ¶ func SubscribeProperty() func Write ¶ func Write(metric, id string, values map[string]interface{}, tm int64) error Types ¶ type Point ¶ type Point struct { Value interface{} `json:"value"` Time time.Time `json:"time"` } func Query ¶ func Query(metric, id string, field string, start, end, window string) ([]*Point, error) Source Files ¶ View all Source files property.gotstorage.go Click to show internal directories. Click to hide internal directories.