Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct { Success bool `json:"success,omitempty"` Subscribe string `json:"subscribe,omitempty"` Request interface{} `json:"request,omitempty"` Table string `json:"table,omitempty"` Action string `json:"action,omitempty"` Data interface{} `json:"data,omitempty"` }
func DecodeMessage ¶
Click to show internal directories.
Click to hide internal directories.