summaryrefslogtreecommitdiff
path: root/src/hub
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-04-30 02:54:38 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-04-30 02:54:38 +0200
commitb23a508d45ce6d7d6a720dc734f88f2ce1fac85f (patch)
tree1595e17f2811822c801a0bdd3aa077d9253da6bf /src/hub
parentfixed last commit (diff)
improved protocol docs
Diffstat (limited to 'src/hub')
-rw-r--r--src/hub/src/spreadspace.org/sfive/s5typesApi.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hub/src/spreadspace.org/sfive/s5typesApi.go b/src/hub/src/spreadspace.org/sfive/s5typesApi.go
index 0cd5100..265380c 100644
--- a/src/hub/src/spreadspace.org/sfive/s5typesApi.go
+++ b/src/hub/src/spreadspace.org/sfive/s5typesApi.go
@@ -43,7 +43,7 @@ type StreamId struct {
type SourceId struct {
Hostname string `json:"hostname"`
StreamId StreamId `json:"streamer-id"`
- Tags []string `json:"tags"`
+ Tags []string `json:"tags,omitempty"`
}
type ClientData struct {