Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GPGSigner ¶
type GPGSigner struct {
// contains filtered or unexported fields
}
GPGSigner signs commits using a GPG key.
func NewGPGSigner ¶
NewGPGSigner creates a new GPGSigner with the given GPG key entity.
type SSHSigner ¶
type SSHSigner struct {
// contains filtered or unexported fields
}
SSHSigner signs commits using an SSH key.
func NewSSHSigner ¶
NewSSHSigner creates a new SSHSigner with the given SSH key file path.
Click to show internal directories.
Click to hide internal directories.