mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-08 15:41:18 +02:00
replaced .* errors with constructors and added apisBinds tests
This commit is contained in:
@@ -57,8 +57,8 @@ func RequestData(c echo.Context) *models.RequestData {
|
||||
return result
|
||||
}
|
||||
|
||||
// RecordAuthResponse generates and writes a properly formatted record
|
||||
// auth response into the specified request context.
|
||||
// RecordAuthResponse writes standardised json record auth response
|
||||
// into the specified request context.
|
||||
func RecordAuthResponse(
|
||||
app core.App,
|
||||
c echo.Context,
|
||||
|
||||
Reference in New Issue
Block a user