Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Requester ¶
type Requester interface { // Passphrase requests a passphrase for a file at path. Passphrase(path string) ([]byte, error) }
Requester is a type which can request information from a user dynamically.
type VerifyError ¶
type VerifyError struct {
// contains filtered or unexported fields
}
VerifyError is an error type signaling that verification failed.
Click to show internal directories.
Click to hide internal directories.