Documentation
¶
Index ¶
Constants ¶
View Source
const ( BasicAuthUsernameKey = "username" BasicAuthPasswordKey = "password" SSHAuthPrivateKey = "ssh-privatekey" )
Variables ¶
View Source
var ErrNoSecret = fmt.Errorf("failed to find one of the following keys in secret: %v", []string{ BasicAuthUsernameKey, BasicAuthPasswordKey, SSHAuthPrivateKey, })
Functions ¶
func BranchCommit ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.