package model type Tag struct { Name string `json:"name"` Tags []string `json:"tags"` }