freed/internal/model/user.go

7 lines
90 B
Go

package model
type User struct {
ID string
FirstName string
Email string
}