2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-05 08:07:17 +08:00
Files
panel/app/http/responses/user/info.go
2023-11-08 02:01:28 +08:00

9 lines
175 B
Go

package responses
type Info struct {
ID uint `json:"id"`
Role []string `json:"role"`
Username string `json:"username"`
Email string `json:"email"`
}