Documentation
¶
Index ¶
- func Execute() error
- func GetGitSSHCommandEnv(user string, proxyName string) (*model.GitAccount, []string, error)
- func GetSSHServerConfig(sshServerName string) (*model.SSHAccount, error)
- func ReplaceRemotePath(slice []string, server model.SSHAccount) error
- type GitHubUserInfoResponse
- type ProxyConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetGitSSHCommandEnv ¶
func GetSSHServerConfig ¶ added in v1.10.0
func GetSSHServerConfig(sshServerName string) (*model.SSHAccount, error)
GetSSHServerConfig retrieves SSH server configuration by name
func ReplaceRemotePath ¶
func ReplaceRemotePath(slice []string, server model.SSHAccount) error
Types ¶
type GitHubUserInfoResponse ¶
type ProxyConfig ¶ added in v1.10.0
ProxyConfig holds parsed proxy configuration
func GetProxyConfig ¶ added in v1.10.0
func GetProxyConfig(proxyName string) (*ProxyConfig, error)
GetProxyConfig retrieves and parses proxy configuration by name
Click to show internal directories.
Click to hide internal directories.