spiegel/internal/git/config.go
Ada 94ee5804fb
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/lint Pipeline failed
Support ssh clone
2024-05-22 02:59:08 +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
}