Documentation
¶
Overview ¶
Package pinentry provides an interface to the pinentry utility.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Pinentry ¶
type Pinentry interface { Confirm(context.Context, string) (bool, error) NewPass(context.Context, string) (string, error) AskPass(context.Context, string, func(string) bool) (string, error) }
Pinentry is the interface
var External Pinentry = pinentry{}
External is the external (default) pinentry implementation.
Click to show internal directories.
Click to hide internal directories.