| 31 | } |
| 32 | |
| 33 | type WSRpcCommand struct { |
| 34 | WSCommand string `json:"wscommand" tstype:"\"rpc\""` |
| 35 | Message *wshutil.RpcMessage `json:"message"` |
| 36 | } |
| 37 | |
| 38 | func (cmd *WSRpcCommand) GetWSCommand() string { |
| 39 | return cmd.WSCommand |
nothing calls this directly
no outgoing calls
no test coverage detected