12 lines
160 B
Go
12 lines
160 B
Go
|
package openpgp_ops
|
||
|
|
||
|
type OpenPGPRoot struct {
|
||
|
Name string
|
||
|
SecretKeyRing string
|
||
|
Identifier string
|
||
|
}
|
||
|
|
||
|
type OpenPGPProfile struct {
|
||
|
Name string
|
||
|
}
|