command "path", wshserver.PathCommand
(w *wshutil.WshRpc, data wshrpc.PathCommandData, opts *wshrpc.RpcOpts)
| 654 | |
| 655 | // command "path", wshserver.PathCommand |
| 656 | func PathCommand(w *wshutil.WshRpc, data wshrpc.PathCommandData, opts *wshrpc.RpcOpts) (string, error) { |
| 657 | resp, err := sendRpcRequestCallHelper[string](w, "path", data, opts) |
| 658 | return resp, err |
| 659 | } |
| 660 | |
| 661 | // command "publishapp", wshserver.PublishAppCommand |
| 662 | func PublishAppCommand(w *wshutil.WshRpc, data wshrpc.CommandPublishAppData, opts *wshrpc.RpcOpts) (*wshrpc.CommandPublishAppRtnData, error) { |