package domain type User struct { ID int64 Name string } type Role struct { ID int64 Name string }