Empty Lua tables from DB queries (e.g. get_events with no results)
are ambiguous — they could be [] or {}. Frontend expects arrays
(with .length), so we default empty tables to [] instead of {}.
|
||
|---|---|---|
| .. | ||
| builtin/templates | ||
| api.go | ||
| api_ext.go | ||
| api_node.go | ||
| api_utils.go | ||
| lua.go | ||
| manager.go | ||
| manager_lifecycle.go | ||
| manager_test.go | ||
| runtime.go | ||
| runtime_test.go | ||
| scheduler.go | ||
| security_test.go | ||