mirror of
https://github.com/stashapp/stash.git
synced 2026-02-07 16:05:47 +01:00
6 lines
73 B
Go
6 lines
73 B
Go
package user
|
|
|
|
type User struct {
|
|
Username string
|
|
Roles []RoleEnum
|
|
}
|