Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigureHelper ¶
func RemoveHelper ¶
func RemoveHelperFromPath ¶
func ToString ¶
func ToString(credentials *GitCredentials) string
Types ¶
type GitCredentials ¶
type GitCredentials struct {
Protocol string `json:"protocol,omitempty"`
URL string `json:"url,omitempty"`
Host string `json:"host,omitempty"`
Path string `json:"path,omitempty"`
Username string `json:"username,omitempty"`
Password string `json:"password,omitempty"`
}
func GetCredentials ¶
func GetCredentials(requestObj *GitCredentials) (*GitCredentials, error)
func Parse ¶
func Parse(raw string) (*GitCredentials, error)
Click to show internal directories.
Click to hide internal directories.