edge/pkg/module
wpetit f758acb4e5 fix(module,fetch): wait for module initialization to prevent false failure in test 2023-04-06 14:46:46 +02:00
..
app chore: add cast commands for testing purpose 2023-04-05 15:12:51 +02:00
auth feat(module,auth): dynamically define authentication cookie domain 2023-04-05 15:19:22 +02:00
blob fix(storage,sqlite): prevent 'database is busy' error by using busy_timeout pragma 2023-04-06 14:45:50 +02:00
cast chore: add cast commands for testing purpose 2023-04-05 15:12:51 +02:00
fetch fix(module,fetch): wait for module initialization to prevent false failure in test 2023-04-06 14:46:46 +02:00
net fix(module,net): add missing context to server message 2023-03-03 10:43:13 +01:00
store fix(storage,sqlite): prevent 'database is busy' error by using busy_timeout pragma 2023-04-06 14:45:50 +02:00
util feat(module,blob): implements full api 2023-03-23 19:01:20 +01:00
.gitignore feat: initial commit 2023-02-16 17:04:15 +01:00
console.go feat: initial commit 2023-02-16 17:04:15 +01:00
context.go feat(module,auth): authentication module with arbitrary claims support 2023-02-24 14:40:28 +01:00
error.go feat: initial commit 2023-02-16 17:04:15 +01:00
extension.go feat(module,auth): authentication module with arbitrary claims support 2023-02-24 14:40:28 +01:00
lifecycle.go feat(server): handle panic in runtime 2023-03-01 13:04:40 +01:00
message.go feat: initial commit 2023-02-16 17:04:15 +01:00
rpc.go feat(server): handle panic in runtime 2023-03-01 13:04:40 +01:00
store.go feat(module,auth): authentication module with arbitrary claims support 2023-02-24 14:40:28 +01:00