new json_data model
This commit is contained in:
@@ -340,7 +340,7 @@ func (d *Datapoint) QueryDatapoints(depth uint, path string) (dps Datapoints) {
|
||||
return
|
||||
}
|
||||
|
||||
func (d *Datapoint) AddSubscribtion(id string, sub json_dataModels.Subscribe) {
|
||||
func (d *Datapoint) AddSubscribtion(id string, sub json_dataModels.Subscription) {
|
||||
if d.Subscriptions == nil {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user