This commit is contained in:
Pierig Le Saux
2026-04-08 22:38:34 -04:00
committed by André Roth
parent 5655480e00
commit 8be72b48a1
-5
View File
@@ -13,11 +13,6 @@ import (
"github.com/gin-gonic/gin"
)
type gpgListKeysParams struct {
// Keyring to list keys from (default: trustedkeys.gpg)
Keyring string `json:"Keyring" example:"trustedkeys.gpg"`
}
type gpgKeyInfo struct {
// 16-character key ID (short form)
KeyID string `json:"KeyID" example:"8B48AD6246925553"`