9 lines
331 B
Markdown
9 lines
331 B
Markdown
This folder contains HTTP handlers, router registration, and middleware.
|
|
|
|
Key files:
|
|
- `router.go` - registers routes and APIs.
|
|
- `handlers.go` - small HTMX-based handlers for the dashboard and API.
|
|
- `middleware.go` - request id, logging, placeholder auth and CSRF.
|
|
|
|
Handlers should accept `*App` struct for dependency injection.
|