Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ func GetApproval(title string, description string) (bool, error) func GetPassword(title string, description string) (string, error) func SetExternalPinentry(pinentry Pinentry) error type Pinentry Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetApproval ¶ func GetApproval(title string, description string) (bool, error) func GetPassword ¶ func GetPassword(title string, description string) (string, error) func SetExternalPinentry ¶ func SetExternalPinentry(pinentry Pinentry) error Types ¶ type Pinentry ¶ type Pinentry struct { GetPassword func(title string, description string) (string, error) GetApproval func(title string, description string) (bool, error) } Source Files ¶ View all Source files go-pinentry.go pinentry.go Directories ¶ Show internal Expand all Path Synopsis keybase-pinentry Click to show internal directories. Click to hide internal directories.