command "getsecretsnames", wshserver.GetSecretsNamesCommand
(w *wshutil.WshRpc, opts *wshrpc.RpcOpts)
| 462 | |
| 463 | // command "getsecretsnames", wshserver.GetSecretsNamesCommand |
| 464 | func GetSecretsNamesCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) ([]string, error) { |
| 465 | resp, err := sendRpcRequestCallHelper[[]string](w, "getsecretsnames", nil, opts) |
| 466 | return resp, err |
| 467 | } |
| 468 | |
| 469 | // command "gettab", wshserver.GetTabCommand |
| 470 | func GetTabCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) (*waveobj.Tab, error) { |
no test coverage detected