command "getfullconfig", wshserver.GetFullConfigCommand
(w *wshutil.WshRpc, opts *wshrpc.RpcOpts)
| 426 | |
| 427 | // command "getfullconfig", wshserver.GetFullConfigCommand |
| 428 | func GetFullConfigCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) (wconfig.FullConfigType, error) { |
| 429 | resp, err := sendRpcRequestCallHelper[wconfig.FullConfigType](w, "getfullconfig", nil, opts) |
| 430 | return resp, err |
| 431 | } |
| 432 | |
| 433 | // command "getjwtpublickey", wshserver.GetJwtPublicKeyCommand |
| 434 | func GetJwtPublicKeyCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) (string, error) { |
no test coverage detected