Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCancel = errors.New("gpgagent: Cancel")
View Source
var ErrNoAgent = errors.New("GPG_AGENT_INFO not set in environment")
View Source
var ErrNoData = errors.New("GPG_ERR_NO_DATA cache miss")
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn struct {
// contains filtered or unexported fields
}
A connection to the GPG agent.
func (*Conn) GetPassphrase ¶
func (c *Conn) GetPassphrase(pr *PassphraseRequest) (passphrase string, outerr error)
func (*Conn) RemoveFromCache ¶
type PassphraseRequest ¶
Click to show internal directories.
Click to hide internal directories.