Go to file
2021-12-23 17:09:44 -05:00
config Added HTTPS support. 2021-12-20 12:33:14 -05:00
context Moved pager to the controller package. Added additional documentation. 2021-12-18 16:55:35 -05:00
controller Added HTMX partial support template rendering. 2021-12-23 17:09:44 -05:00
ent Finished auth tests. 2021-12-17 21:10:35 -05:00
funcmap Added tests for funcmap. 2021-12-19 16:08:09 -05:00
htmx Added htmx package. 2021-12-23 17:09:23 -05:00
middleware Use nil error response for testing middleware execution. 2021-12-22 14:38:00 -05:00
msg Added test coverage for msg package. 2021-12-21 21:42:53 -05:00
routes Added HTMX partial support template rendering. 2021-12-23 17:09:44 -05:00
services Added HTMX partial support template rendering. 2021-12-23 17:09:44 -05:00
static Added favicon. 2021-12-14 20:10:48 -05:00
templates Added HTMX partial support template rendering. 2021-12-23 17:09:44 -05:00
tests Use nil error response for testing middleware execution. 2021-12-22 14:38:00 -05:00
.gitignore Initial commit. 2021-12-03 06:11:01 -05:00
docker-compose.yml Added database config and docker image. 2021-12-10 08:49:15 -05:00
go.mod Added tests for auth middleware. 2021-12-21 20:29:15 -05:00
go.sum Added tests for auth middleware. 2021-12-21 20:29:15 -05:00
main.go Added HTTPS support. 2021-12-20 12:33:14 -05:00
Makefile Added shutdown method to container. 2021-12-19 13:22:44 -05:00