spiegel/internal/git/config.go
Ada f47bbeaaea
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/lint Pipeline failed
Support ssh clone
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
}