go-admin
go-admin copied to clipboard
[Question] How to get current system user info in gin.Context
Description [describe your questions]
I know how to get system user info in context.Context, but in "gin.Context" need help
Example code [If you have any code info]
func GetDashboard(ctx *gin.Context) (types.Panel, error) {
// want get user info, and than do something
}
@Lifelong-Study Here is a document which may help you.