feat: scaffold work queue API

This commit is contained in:
Steve W
2026-04-11 18:38:52 +00:00
parent 8a7cc102a8
commit 87efe766a2
10 changed files with 859 additions and 0 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
module work-queue-api
go 1.24.0
require (
github.com/go-chi/chi/v5 v5.2.3
github.com/google/uuid v1.6.0
github.com/mattn/go-sqlite3 v1.14.32
)