saasitone/services
2022-04-12 21:05:19 -04:00
..
auth_test.go Fix auth token expiration test failures. 2022-04-12 21:05:19 -04:00
auth.go Include password token entity ID in reset URL in order to prevent loading all tokens. 2022-01-27 08:44:12 -05:00
cache_test.go Simplified template renderer parsing and execution. 2022-01-19 09:14:18 -05:00
cache.go Use a separate cache db when running tests. 2022-02-06 10:07:25 -05:00
container_test.go Added asynq and a task client to the container to faciliate task queues. 2022-02-02 21:24:52 -05:00
container.go Lint check adjustments. 2022-02-10 08:56:07 -05:00
mail_test.go Moved mail to services package. 2021-12-19 16:22:55 -05:00
mail.go Simplified template renderer parsing and execution. 2022-01-19 09:14:18 -05:00
services_test.go Added asynq and a task client to the container to faciliate task queues. 2022-02-02 21:24:52 -05:00
tasks_test.go Added task worker service and example task processor. 2022-02-08 08:58:22 -05:00
tasks.go Added task worker service and example task processor. 2022-02-08 08:58:22 -05:00
template_renderer_test.go Simplified template renderer parsing and execution. 2022-01-19 09:14:18 -05:00
template_renderer.go Simplified template renderer parsing and execution. 2022-01-19 09:14:18 -05:00
validator_test.go Aded test coverage for form submissions. Added validator as a service. 2021-12-25 00:11:59 -05:00
validator.go Aded test coverage for form submissions. Added validator as a service. 2021-12-25 00:11:59 -05:00