Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OpenPGPKey ¶
type OpenPGPKey struct { ID int64 `json:"id"` PrimaryKeyID *int64 `json:"primary_key_id"` KeyID string `json:"key_id"` RawKey *string `json:"raw_key"` PublicKey string `json:"public_key"` EMails []*EMailInfo `json:"emails"` SubKeys []*OpenPGPKey `json:"subkeys"` CanSign bool `json:"can_sign"` CanEncryptCmms bool `json:"can_encrypt_comms"` CanEncryptStorage bool `json:"can_encrypt_storage"` CanCertify bool `json:"can_certify"` CreatedAt *time.Time `json:"created_at"` ExpiresAt *time.Time `json:"expires_at"` }
Click to show internal directories.
Click to hide internal directories.