command "workspacelist", wshserver.WorkspaceListCommand
(w *wshutil.WshRpc, opts *wshrpc.RpcOpts)
| 1020 | |
| 1021 | // command "workspacelist", wshserver.WorkspaceListCommand |
| 1022 | func WorkspaceListCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) ([]wshrpc.WorkspaceInfoData, error) { |
| 1023 | resp, err := sendRpcRequestCallHelper[[]wshrpc.WorkspaceInfoData](w, "workspacelist", nil, opts) |
| 1024 | return resp, err |
| 1025 | } |
| 1026 | |
| 1027 | // command "writeappfile", wshserver.WriteAppFileCommand |
| 1028 | func WriteAppFileCommand(w *wshutil.WshRpc, data wshrpc.CommandWriteAppFileData, opts *wshrpc.RpcOpts) error { |
no test coverage detected