Migrate storage, image and common to monorepo and remote go.podman.io imports.

Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
Jan Kaluza
2025-08-28 09:21:52 +02:00
parent fdcd7c3ebc
commit d64631991b
927 changed files with 5312 additions and 33547 deletions

View File

@@ -877,6 +877,12 @@ func (k *Key) KeyListMode() KeyListMode {
return res
}
func (k *Key) Fingerprint() string {
res := C.GoString(k.k.fpr)
runtime.KeepAlive(k)
return res
}
type SubKey struct {
k C.gpgme_subkey_t
parent *Key // make sure the key is not released when we have a reference to a subkey