command "webselector", wshserver.WebSelectorCommand
(w *wshutil.WshRpc, data wshrpc.CommandWebSelectorData, opts *wshrpc.RpcOpts)
| 1014 | |
| 1015 | // command "webselector", wshserver.WebSelectorCommand |
| 1016 | func WebSelectorCommand(w *wshutil.WshRpc, data wshrpc.CommandWebSelectorData, opts *wshrpc.RpcOpts) ([]string, error) { |
| 1017 | resp, err := sendRpcRequestCallHelper[[]string](w, "webselector", data, opts) |
| 1018 | return resp, err |
| 1019 | } |
| 1020 | |
| 1021 | // command "workspacelist", wshserver.WorkspaceListCommand |
| 1022 | func WorkspaceListCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) ([]wshrpc.WorkspaceInfoData, error) { |
no test coverage detected