mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
feat: Add helper output on failed gitssh (#1127)
This commit is contained in:
@ -19,6 +19,7 @@ type GitSSHKey struct {
|
||||
}
|
||||
|
||||
type AgentGitSSHKey struct {
|
||||
PublicKey string `json:"public_key"`
|
||||
PrivateKey string `json:"private_key"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user