command "setconfig", wshserver.SetConfigCommand
(w *wshutil.WshRpc, data wshrpc.MetaSettingsType, opts *wshrpc.RpcOpts)
| 838 | |
| 839 | // command "setconfig", wshserver.SetConfigCommand |
| 840 | func SetConfigCommand(w *wshutil.WshRpc, data wshrpc.MetaSettingsType, opts *wshrpc.RpcOpts) error { |
| 841 | _, err := sendRpcRequestCallHelper[any](w, "setconfig", data, opts) |
| 842 | return err |
| 843 | } |
| 844 | |
| 845 | // command "setconnectionsconfig", wshserver.SetConnectionsConfigCommand |
| 846 | func SetConnectionsConfigCommand(w *wshutil.WshRpc, data wshrpc.ConnConfigRequest, opts *wshrpc.RpcOpts) error { |