package openpgp_ops type OpenPGPRoot struct { Name string SecretKeyRing string Identifier string } type OpenPGPProfile struct { Name string }