command "getjwtpublickey", wshserver.GetJwtPublicKeyCommand
(w *wshutil.WshRpc, opts *wshrpc.RpcOpts)
| 432 | |
| 433 | // command "getjwtpublickey", wshserver.GetJwtPublicKeyCommand |
| 434 | func GetJwtPublicKeyCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) (string, error) { |
| 435 | resp, err := sendRpcRequestCallHelper[string](w, "getjwtpublickey", nil, opts) |
| 436 | return resp, err |
| 437 | } |
| 438 | |
| 439 | // command "getmeta", wshserver.GetMetaCommand |
| 440 | func GetMetaCommand(w *wshutil.WshRpc, data wshrpc.CommandGetMetaData, opts *wshrpc.RpcOpts) (waveobj.MetaMapType, error) { |
no outgoing calls
no test coverage detected