command "jobprepareconnect", wshserver.JobPrepareConnectCommand
(w *wshutil.WshRpc, data wshrpc.CommandJobPrepareConnectData, opts *wshrpc.RpcOpts)
| 588 | |
| 589 | // command "jobprepareconnect", wshserver.JobPrepareConnectCommand |
| 590 | func JobPrepareConnectCommand(w *wshutil.WshRpc, data wshrpc.CommandJobPrepareConnectData, opts *wshrpc.RpcOpts) (*wshrpc.CommandJobConnectRtnData, error) { |
| 591 | resp, err := sendRpcRequestCallHelper[*wshrpc.CommandJobConnectRtnData](w, "jobprepareconnect", data, opts) |
| 592 | return resp, err |
| 593 | } |
| 594 | |
| 595 | // command "jobstartstream", wshserver.JobStartStreamCommand |
| 596 | func JobStartStreamCommand(w *wshutil.WshRpc, data wshrpc.CommandJobStartStreamData, opts *wshrpc.RpcOpts) error { |
no test coverage detected