command "setmeta", wshserver.SetMetaCommand
(w *wshutil.WshRpc, data wshrpc.CommandSetMetaData, opts *wshrpc.RpcOpts)
| 850 | |
| 851 | // command "setmeta", wshserver.SetMetaCommand |
| 852 | func SetMetaCommand(w *wshutil.WshRpc, data wshrpc.CommandSetMetaData, opts *wshrpc.RpcOpts) error { |
| 853 | _, err := sendRpcRequestCallHelper[any](w, "setmeta", data, opts) |
| 854 | return err |
| 855 | } |
| 856 | |
| 857 | // command "setpeerinfo", wshserver.SetPeerInfoCommand |
| 858 | func SetPeerInfoCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error { |
no outgoing calls
no test coverage detected