implement websocket transport connect

This commit is contained in:
Marcelo Pires
2018-09-05 01:22:43 +02:00
parent 518d141dca
commit fc09ac255e
3 changed files with 13 additions and 3 deletions

View File

@ -8,6 +8,7 @@ type Message struct {
Channel string `json:"channel,omitempty"`
Version string `json:"version,omitempty"`
SupportedConnectionTypes []string `json:"supportedConnectionTypes,omitempty"`
ConnectionType string `json:"connectionType,omitempty"`
MinimumVersion string `json:"minimumVersion,omitempty"`
Successful bool `json:"successful,omitempty"`
Ext interface{} `json:"ext,omitempty"`