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