linstrom/storage-new/models/UserRoles.go
mstar 8d4ba2ecae
Some checks are pending
/ test (push) Waiting to run
More work on defining the new data structure
2025-03-26 17:14:42 +01:00

8 lines
95 B
Go

package models
type UserRole struct {
User User
UserId string
Role Role
RoleId uint
}