mirror of
https://github.com/acepanel/panel.git
synced 2026-02-05 20:47:18 +08:00
9 lines
175 B
Go
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"`
|
|
}
|