spiegel/internal/git/config.go

9 lines
200 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)
2024-05-22 02:59:08 +02:00
SSHKey string // SSH key for auth
}