command "waveinfo", wshserver.WaveInfoCommand
(w *wshutil.WshRpc, opts *wshrpc.RpcOpts)
| 1008 | |
| 1009 | // command "waveinfo", wshserver.WaveInfoCommand |
| 1010 | func WaveInfoCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) (*wshrpc.WaveInfoData, error) { |
| 1011 | resp, err := sendRpcRequestCallHelper[*wshrpc.WaveInfoData](w, "waveinfo", nil, opts) |
| 1012 | return resp, err |
| 1013 | } |
| 1014 | |
| 1015 | // command "webselector", wshserver.WebSelectorCommand |
| 1016 | func WebSelectorCommand(w *wshutil.WshRpc, data wshrpc.CommandWebSelectorData, opts *wshrpc.RpcOpts) ([]string, error) { |
no test coverage detected