command "checkgoversion", wshserver.CheckGoVersionCommand
(w *wshutil.WshRpc, opts *wshrpc.RpcOpts)
| 97 | |
| 98 | // command "checkgoversion", wshserver.CheckGoVersionCommand |
| 99 | func CheckGoVersionCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) (*wshrpc.CommandCheckGoVersionRtnData, error) { |
| 100 | resp, err := sendRpcRequestCallHelper[*wshrpc.CommandCheckGoVersionRtnData](w, "checkgoversion", nil, opts) |
| 101 | return resp, err |
| 102 | } |
| 103 | |
| 104 | // command "connconnect", wshserver.ConnConnectCommand |
| 105 | func ConnConnectCommand(w *wshutil.WshRpc, data wshrpc.ConnRequest, opts *wshrpc.RpcOpts) error { |
nothing calls this directly
no test coverage detected