linstrom/storage-new/models/UserToPronoun.go

7 lines
95 B
Go

package models
type UserToPronoun struct {
User User
UserId string
Pronoung string
}