crusader@loafle.com abaf9c217a WebSocket client
2017-08-10 16:39:58 +09:00

8 lines
143 B
Go

package protocol
// Request is struct when used to communicate with WebSocket RPC
type Request struct {
Notification
ID int64 `json:"id"`
}