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

type Tag struct {
  Id int `json:"id"`
  Name string `json:"name"`
}