aboutsummaryrefslogtreecommitdiff
path: root/handlers.go
AgeCommit message (Collapse)AuthorFilesLines
2026-07-06added hash supportalex1-0/+91
2026-07-06added struct Item and keyowrd EXPIRE so now we can track expire time of ↵alex1-28/+69
items in the db
2026-07-06refactored all handlers to take all args as a parameteralex1-11/+100
2026-07-06split the code into multiple files for better readabilityalex1-0/+269