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 + const GPGFormatConfigKey + const GPGFormatSSH + const HelperScript + const UsersSigningKeyConfigKey + var GitConfigTemplate = ... + func ConfigureHelper(userName, gitSigningKey string, log log.Logger) error + func ExtractGitConfiguration() (string, string, error) + func HandleGitSSHProgramCall(certPath, namespace, bufferFile string, log log.Logger) error + func RemoveHelper(userName string) error + func SetSignatureServerURL(url string) + type GitSSHSignatureRequest struct + Content string + KeyPath string + PublicKey string + func (req *GitSSHSignatureRequest) Sign() (*GitSSHSignatureResponse, error) + type GitSSHSignatureResponse struct + Signature []byte