Files
panel/app/http/responses/user/info.go
T

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"`
}