Versions in this module Expand all Collapse all v0 v0.1.1 Apr 19, 2026 v0.1.0 Apr 19, 2026 Changes in this version + func ConfigureHelper(binaryPath, userName string, port int) error + func GetHTTPPath(ctx context.Context, params GetHttpPathParameters) (string, error) + func GetLocalGitConfigPath(repoPath string) string + func RemoveHelper(userName string) error + func RemoveHelperFromPath(gitConfigPath string) error + func SetUser(userName string, user *GitUser) error + func SetupGpgGitKey(gitSignKey string) error + func ToString(credentials *GitCredentials) string + type GetHttpPathParameters struct + CurrentPath string + Host string + Protocol string + Repository string + type GitCredentials struct + Host string + Password string + Path string + Protocol string + URL string + Username string + func GetCredentials(requestObj *GitCredentials) (*GitCredentials, error) + func Parse(raw string) (*GitCredentials, error) + type GitUser struct + Email string + Name string + func GetUser(userName string) (*GitUser, error)