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

7 lines
140 B
Go

package protocol
// Header is struct when used to communicate with WebSocket RPC
type Header struct {
Protocol string `json:"protocol"`
}