package scm // Repo represents an SCM repo type Repo struct { Name string Path string URL string CloneURL string }