package label type label struct { Name string `json:"name"` Color string `json:"color"` Description string `json:"description,omitempty"` }