package model type Catalog struct { Repos []string `json:"repositories"` }