Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AddClient ¶
type AddClient struct {
DeviceID string `json:"deviceID"`
PublicKey string `json:"publicKey"`
RequestID string `json:"requestID"`
}
AddClient - rpc client message
type AddReplay ¶
type AddReplay struct {
Error interface{} `json:"error"`
PublicKey string `json:"publicKey"`
RequestID string `json:"requestID"`
}
AddReplay - rpc client message
type EncryptedMsg ¶
type EncryptedMsg struct {
DeviceID string `json:"deviceID"`
RequestID string `json:"requestID"`
Error interface{} `json:"error"`
Code int `json:"code"`
Data EncryptedMsgData `json:"data"`
}
EncryptedMsg -
type EncryptedMsgData ¶
EncryptedMsgData -
type EncryptedMsgDataContains ¶
EncryptedMsgDataContains -
type GatewayAddress ¶
GatewayAddress -
type SubMessage ¶
type SubMessage struct {
Scope string `json:"scope"`
Options map[string]interface{} `json:"options"`
}
SubMessage -
Click to show internal directories.
Click to hide internal directories.