Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSHAgentAuthMethod ¶
type SSHAgentAuthMethod struct {
GitSSHUser string `json:"git_ssh_user"`
}
func NewSSHAgentAuthMethod ¶
func NewSSHAgentAuthMethod() *SSHAgentAuthMethod
NewSSHAgentAuthMethod creates a new SSHAgentAuthMethod from the given credential
func (*SSHAgentAuthMethod) AuthMethodConstructor ¶
func (auth *SSHAgentAuthMethod) AuthMethodConstructor(credential *credentials.Credential) (repository.AuthMethodReader, error)
AuthMethodConstructor return a SSHAgentAuthMethod
func (*SSHAgentAuthMethod) Name ¶
func (a *SSHAgentAuthMethod) Name() string
Name returns the name of the authentication method
Click to show internal directories.
Click to hide internal directories.