env
initial commits 2
2024-09-12 17:13:16 -05:00
logger
Added Level type - A custom int type with constants DEBUG, INFO, WARNING, ERROR in increasing severity order.
2026-05-06 16:06:25 -05:00
template /components
add id
2025-08-26 13:31:13 -05:00
testingdata
initial commits 2
2024-09-12 17:13:16 -05:00
.gitignore
add documentation
2025-02-24 09:59:07 -05:00
cache.go
add documentation
2025-02-24 09:59:07 -05:00
config.go
add config option to disable queues
2024-12-23 23:41:27 -05:00
consts.go
add core services, add graph service, add component graph
2024-10-28 11:33:06 -05:00
context.go
Implemented a thread-safe solution to the race condition that was causing random route overlaps
2025-09-18 00:11:08 -05:00
context_test.go
initial commits 2
2024-09-12 17:13:16 -05:00
controller.go
change hooks
2024-09-16 16:01:44 -05:00
cookies.go
add documentation
2025-02-24 09:59:07 -05:00
core.go
Added Level type - A custom int type with constants DEBUG, INFO, WARNING, ERROR in increasing severity order.
2026-05-06 16:06:25 -05:00
core_test.go
initial commits 2
2024-09-12 17:13:16 -05:00
event-job.go
initial commits 2
2024-09-12 17:13:16 -05:00
event.go
initial commits 2
2024-09-12 17:13:16 -05:00
events-manager.go
initial commits 2
2024-09-12 17:13:16 -05:00
events-manager_test.go
initial commits 2
2024-09-12 17:13:16 -05:00
go.mod
go update
2026-05-02 01:15:26 -05:00
go.sum
go update
2026-05-02 01:15:26 -05:00
graph.go
sync graph code
2026-05-02 00:37:10 -05:00
hashing.go
initial commits 2
2024-09-12 17:13:16 -05:00
hook.go
migration
2024-09-15 19:19:54 -05:00
hooks.go
change hooks
2024-09-16 16:01:44 -05:00
hooks_test.go
change hooks
2024-09-16 16:01:44 -05:00
jwt.go
initial commits 2
2024-09-12 17:13:16 -05:00
jwt_test.go
initial commits 2
2024-09-12 17:13:16 -05:00
LICENSE
initial commits 2
2024-09-12 17:13:16 -05:00
mailer.go
initial commits 2
2024-09-12 17:13:16 -05:00
queue.go
add documentation
2025-02-24 09:59:07 -05:00
README.md
add documentation
2025-02-24 09:59:07 -05:00
request.go
initial commits 2
2024-09-12 17:13:16 -05:00
response.go
add img and class to table template, new responnse buffer inline
2025-03-27 12:12:49 -05:00
response_test.go
initial commits 2
2024-09-12 17:13:16 -05:00
router.go
add documentation
2025-02-24 09:59:07 -05:00
router_test.go
change hooks
2024-09-16 16:01:44 -05:00
templates.go
Custom html/template FuncMap extensions that bring Liquid-like expressiveness to Go server-side templates.
2026-05-02 03:00:56 -05:00
testing-config.go
initial commits 2
2024-09-12 17:13:16 -05:00
validator.go
get body request, validator fix
2024-09-28 17:40:42 -05:00
validator_test.go
initial commits 2
2024-09-12 17:13:16 -05:00