Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClearAuthFields ¶ added in v1.92.0
ClearAuthFields removes all authentication-related config entries for the given hostname. It does not touch non-auth settings such as git_protocol, api_host, or api_protocol.
Types ¶
type GitCredentialFlow ¶
type GitCredentialFlow struct {
Executable string
// contains filtered or unexported fields
}
func (*GitCredentialFlow) Setup ¶
func (gc *GitCredentialFlow) Setup(hostname, protocol, username, authToken string) error
func (*GitCredentialFlow) ShouldSetup ¶
func (gc *GitCredentialFlow) ShouldSetup() bool
Click to show internal directories.
Click to hide internal directories.