Documentation ¶
Index ¶
Constants ¶
View Source
const ( GPG = "gpg" GPG_BATCH_OPTION = "--batch" GPG_DECRYPT_OPTION = "--decrypt" GPG_KEYRING_OPTION = "--keyring" GPG_NO_DEFAULT_KEYRING_OPTION = "--no-default-keyring" GPG_OUTPUT_OPTION = "--output" GPG_YES_OPTION = "--yes" GPG_DEFAULT_KEYRING_PATH = "" // TODO: Get this value from configuration )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GpgExecuteError ¶
type GpgExecuteError struct {
// contains filtered or unexported fields
}
func NewGpgExecuteError ¶
func NewGpgExecuteError(message string) *GpgExecuteError
func (*GpgExecuteError) Error ¶
func (err *GpgExecuteError) Error() string
type KeyringNotConfiguredError ¶
type KeyringNotConfiguredError struct {
// contains filtered or unexported fields
}
func NewKeyringNotConfiguredError ¶
func NewKeyringNotConfiguredError(message string) *KeyringNotConfiguredError
func (*KeyringNotConfiguredError) Error ¶
func (err *KeyringNotConfiguredError) Error() string
Click to show internal directories.
Click to hide internal directories.