command "getupdatechannel", wshserver.GetUpdateChannelCommand
(w *wshutil.WshRpc, opts *wshrpc.RpcOpts)
| 480 | |
| 481 | // command "getupdatechannel", wshserver.GetUpdateChannelCommand |
| 482 | func GetUpdateChannelCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) (string, error) { |
| 483 | resp, err := sendRpcRequestCallHelper[string](w, "getupdatechannel", nil, opts) |
| 484 | return resp, err |
| 485 | } |
| 486 | |
| 487 | // command "getvar", wshserver.GetVarCommand |
| 488 | func GetVarCommand(w *wshutil.WshRpc, data wshrpc.CommandVarData, opts *wshrpc.RpcOpts) (*wshrpc.CommandVarResponseData, error) { |