Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { ID string `json:"id"` Username string `json:"username"` Email string `json:"email"` Name string `json:"name"` CreatedAt time.Time `json:"createdAt"` UpdatedAt time.Time `json:"updatedAt"` }
func FromContext ¶
type UserAuthMiddleware ¶
func ProvideUserAuthMiddleware ¶
func ProvideUserAuthMiddleware(userApi UserAPI) UserAuthMiddleware
Click to show internal directories.
Click to hide internal directories.