Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSHAgentAuth ¶
type SSHAgentAuth struct {
GitSSHUser string
}
func NewSSHAgentAuth ¶ added in v0.7.0
func NewSSHAgentAuth(gitSSHUser string) *SSHAgentAuth
NewSSHAgentAuth returns a new SSHAgentAuth
func (*SSHAgentAuth) Auth ¶
func (a *SSHAgentAuth) Auth() (transport.AuthMethod, error)
Auth returns a new transport.AuthMethod created from the SSHAgentAuth
Click to show internal directories.
Click to hide internal directories.