package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jun 20, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Embed embeds a user into the current request context.
type User interface {
RBACSubjectID() string
RBACRoles() []string
}
User is an interface used to provide a subject ID and a slice of roles.
FromContext grabs a user from a context, if it has been set as a value.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.