diff --git a/aliases.go b/aliases.go index 521bd33e..bda2c3b5 100644 --- a/aliases.go +++ b/aliases.go @@ -71,6 +71,8 @@ type ( // See `Context.User` and `SetUser` methods for more. // An alias for the `context/User` type. User = context.User + // SimpleUser is a simple implementation of the User interface. + SimpleUser = context.SimpleUser // Problem Details for HTTP APIs. // Pass a Problem value to `context.Problem` to // write an "application/problem+json" response.