command "getallvars", wshserver.GetAllVarsCommand
(w *wshutil.WshRpc, data wshrpc.CommandVarData, opts *wshrpc.RpcOpts)
| 402 | |
| 403 | // command "getallvars", wshserver.GetAllVarsCommand |
| 404 | func GetAllVarsCommand(w *wshutil.WshRpc, data wshrpc.CommandVarData, opts *wshrpc.RpcOpts) ([]wshrpc.CommandVarResponseData, error) { |
| 405 | resp, err := sendRpcRequestCallHelper[[]wshrpc.CommandVarResponseData](w, "getallvars", data, opts) |
| 406 | return resp, err |
| 407 | } |
| 408 | |
| 409 | // command "getbuilderoutput", wshserver.GetBuilderOutputCommand |
| 410 | func GetBuilderOutputCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) ([]string, error) { |
no test coverage detected