FindMyRecipe / server / models / user.go
user.go
Raw
package models

type User struct {
  Id int
  Name string
  Password string
}