Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func DetectAndInstallBrowsers ¶
func DetectAndInstallBrowsers() error
func Main ¶
func Main(rtCfg *config.RuntimeConfig) 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"` }
Click to show internal directories.
Click to hide internal directories.