command "filestream", wshserver.FileStreamCommand
(w *wshutil.WshRpc, data wshrpc.CommandFileStreamData, opts *wshrpc.RpcOpts)
| 372 | |
| 373 | // command "filestream", wshserver.FileStreamCommand |
| 374 | func FileStreamCommand(w *wshutil.WshRpc, data wshrpc.CommandFileStreamData, opts *wshrpc.RpcOpts) (*wshrpc.FileInfo, error) { |
| 375 | resp, err := sendRpcRequestCallHelper[*wshrpc.FileInfo](w, "filestream", data, opts) |
| 376 | return resp, err |
| 377 | } |
| 378 | |
| 379 | // command "filewrite", wshserver.FileWriteCommand |
| 380 | func FileWriteCommand(w *wshutil.WshRpc, data wshrpc.FileData, opts *wshrpc.RpcOpts) error { |
no test coverage detected