(ctx context.Context, data wshrpc.MetaSettingsType)
| 552 | } |
| 553 | |
| 554 | func (ws *WshServer) SetConfigCommand(ctx context.Context, data wshrpc.MetaSettingsType) error { |
| 555 | return wconfig.SetBaseConfigValue(data.MetaMapType) |
| 556 | } |
| 557 | |
| 558 | func (ws *WshServer) SetConnectionsConfigCommand(ctx context.Context, data wshrpc.ConnConfigRequest) error { |
| 559 | return wconfig.SetConnectionsConfigValue(data.Host, data.MetaMapType) |
nothing calls this directly
no test coverage detected