spiegel/internal/git/config.go

8 lines
163 B
Go
Raw Normal View History

package git
type RepoConfig struct {
URL string // Source url
FullPath string // Full clone directory
Name string // Name of clone (directory name)
}