summaryrefslogtreecommitdiff
path: root/worker.go
AgeCommit message (Collapse)Author
2024-10-09allow to pass an array of query values to luaunwox
2024-09-27support passing CLI arguments to lua scriptunwox
2024-09-14add luna.db.* moduleunwox
2024-08-23small fixesunwox
2024-08-23pass a single response object instead of multiple arguments to luaunwox
2024-08-23small fixesunwox
2024-07-23add more commentsunwox
2024-07-23use luna module instead of returning table for lua->go interactionunwox
2024-06-18make it possible to push go functions onto the lua stackunwox
2024-06-13make evaluation of custom lua code thread-safeunwox
2024-06-13implement unsafe evaluation of lua code in workersunwox
2024-06-13add RestoreStackFunc method for preventing stack leaksunwox
2024-06-12improve worker lua integrationunwox
2024-06-06refactor main.go into several filesunwox