mirror of
https://github.com/volatiletech/authboss.git
synced 2024-11-24 08:42:17 +02:00
386133a84b
In order to support multiple different types of requests, there needed to be an interface to be able to read values from a request, and subsequently validate them to return any errors. So we've adjusted the Validator interface to no longer validate a request but instead validate the object it lives on. And we've created a new BodyReader interface. |
||
---|---|---|
.. | ||
doc.go | ||
error_handler_test.go | ||
error_handler.go | ||
log_mailer_test.go | ||
log_mailer.go | ||
logger_test.go | ||
logger.go | ||
responder_test.go | ||
responder.go | ||
router_test.go | ||
router.go | ||
rules_test.go | ||
rules.go | ||
smtp_mailer.go | ||
validation_test.go | ||
validation.go | ||
values_test.go | ||
values.go |