Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func DetectAndInstallBrowsers ¶
func DetectAndInstallBrowsers() error
Types ¶
type EncryptedRecvMessage ¶
type EncryptedRecvMessage struct { AppID string `json:"appId"` Message EncryptedString `json:"message"` }
type EncryptedString ¶
type GenericRecvMessage ¶
type GenericRecvMessage struct { AppID string `json:"appId"` Message interface{} `json:"message"` }
top level messages
type PayloadMessage ¶
type ReceiveMessage ¶
type SendMessage ¶
type SendMessage struct { Command string `json:"command"` AppID string `json:"appId"` Message EncryptedString `json:"message"` }
type UnencryptedRecvMessage ¶
type UnencryptedRecvMessage struct { AppID string `json:"appId"` Message PayloadMessage `json:"message"` }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.