package protocol // Notification is struct when used to communicate with WebSocket RPC type Notification struct { Header Method string `json:"method"` Params []string `json:"params,omitempty"` }