spiegel/internal/git/config.go
2024-05-22 03:01:10 +02:00

8 lines
200 B
Go

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