package repo import ( "github.com/foomo/contentserver/content" ) type RepoDimension struct { Dimension string Node *content.RepoNode }