Versions in this module Expand all Collapse all v0 v0.2.1 Dec 10, 2019 v0.2.0 Dec 10, 2019 Changes in this version + const TextMessageSendRequest + type InternalTextMessageRequest struct + For string + Message string + type SendTextMessage struct + Command string + For string + Seq int + Text string + func NewSendTextMessage() *SendTextMessage + type TextMessageRequest struct + For string + Message string + type TextMessageResponse struct + Error string + Message string v0.1.3 Nov 7, 2019 v0.1.2 Nov 7, 2019 v0.1.1 Nov 7, 2019 Changes in this version + const LogonRequest + const OnChannelStatusEvent + const OnErrorEvent + const OnImageDataEvent + const OnImageEvent + const OnLocationEvent + const OnResponseEvent + const OnStreamDataEvent + const OnStreamStartEvent + const OnStreamStopEvent + const OnTextMessageEvent + type Command struct + Command string + type Logon struct + AuthToken string + Channel string + Command string + ListenOnly bool + Password string + RefreshToken string + Seq int + Username string + func NewLogon() *Logon + func (p Logon) IncompleteCredentials() bool + type OnChannelStatus struct + Channel string + Command string + Error string + ErrorType string + ImagesSupported bool + LocationsSupported bool + Status string + TextingSupported bool + UsersOnline int + func NewOnChannelStatus() *OnChannelStatus + type OnImage struct + Channel string + Command string + For string + From string + Height int + MessageID int + Source string + Type string + Width int + func NewOnImage() *OnImage + type OnLocation struct + Accuracy float64 + Channel string + Command string + For string + FormattedAddress string + From string + Latitude float64 + Longitude float64 + MessageID int + func NewOnLocation() *OnLocation + type OnStreamStart struct + Channel string + Codec string + CodecHeader string + Command string + For string + From string + PacketDuration int + StreamID int + Type string + func NewOnStreamStart() *OnStreamStart + type OnStreamStop struct + Command string + StreamID int + func NewOnStreamStop() *OnStreamStop + type OnTextMessage struct + Channel string + Command string + For string + From string + MessageID int + Text string + func NewOnTextMessage() *OnTextMessage + type Response struct + Error string + RefreshToken string + Seq int + StreamID int + Success bool + func NewResponse() *Response