Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Auth ¶
type Auth interface { Auth(cmd *GitCloneCmd) error // Close ends the authentication Close() error }
type AuthHTTP ¶
type AuthHTTP struct {
User, Password string
}
func (*AuthHTTP) Auth ¶
func (a *AuthHTTP) Auth(cmd *GitCloneCmd) error
Click to show internal directories.
Click to hide internal directories.