Add new flags for specifying GPG keyring manually when signing.

This commit is contained in:
Andrey Smirnov
2014-02-12 21:25:33 +04:00
parent ced832b1c0
commit 5bf370e18a
3 changed files with 32 additions and 12 deletions
+2
View File
@@ -28,7 +28,9 @@ func (n *NullSigner) Init() error {
}
func (n *NullSigner) SetKey(keyRef string) {
}
func (g *NullSigner) SetKeyRing(keyring, secretKeyring string) {
}
func (n *NullSigner) DetachedSign(source string, destination string) error {