summaryrefslogtreecommitdiff
path: root/src/hub/src/spreadspace.org/sfive/s5typesApi.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/hub/src/spreadspace.org/sfive/s5typesApi.go')
-rw-r--r--src/hub/src/spreadspace.org/sfive/s5typesApi.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hub/src/spreadspace.org/sfive/s5typesApi.go b/src/hub/src/spreadspace.org/sfive/s5typesApi.go
index e3a397e..5b2b29f 100644
--- a/src/hub/src/spreadspace.org/sfive/s5typesApi.go
+++ b/src/hub/src/spreadspace.org/sfive/s5typesApi.go
@@ -35,9 +35,9 @@ type SourceData struct {
}
type DataUpdate struct {
- StartTime time.Time `json:"start-time"`
- Duration time.Duration `json:"duration-ms"`
- Data SourceData `json:"data"`
+ StartTime time.Time `json:"start-time"`
+ Duration int64 `json:"duration-ms"`
+ Data SourceData `json:"data"`
}
type StatisticsData struct {