Files
luci/modules
Paul Donald fddc70391f luci-base: amend rpc to handle objects in param
This allows more complex and nested call constructions. Example:

const container_create = rpc.declare({
	object: 'frob',
	method: 'glob',
	params: { foo: { }, bar: { } },
});

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2026-01-23 04:27:51 +01:00
..