diff --git a/.travis.yml b/.travis.yml index fadc326..13585d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go go: - - 1.8 + - 1.10.x install: - go get github.com/golang/lint/golint - go get github.com/fzipp/gocyclo diff --git a/responses.go b/responses.go index fe0eeb3..d6044aa 100644 --- a/responses.go +++ b/responses.go @@ -168,6 +168,7 @@ type RespSync struct { } `json:"rooms"` } +// RespTurnServer is the JSON response from a Turn Server type RespTurnServer struct { Username string `json:"username"` Password string `json:"password"`