command "wshactivity", wshserver.WshActivityCommand
(w *wshutil.WshRpc, data map[string]int, opts *wshrpc.RpcOpts)
| 1050 | |
| 1051 | // command "wshactivity", wshserver.WshActivityCommand |
| 1052 | func WshActivityCommand(w *wshutil.WshRpc, data map[string]int, opts *wshrpc.RpcOpts) error { |
| 1053 | _, err := sendRpcRequestCallHelper[any](w, "wshactivity", data, opts) |
| 1054 | return err |
| 1055 | } |
| 1056 | |
| 1057 | // command "wsldefaultdistro", wshserver.WslDefaultDistroCommand |
| 1058 | func WslDefaultDistroCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) (string, error) { |