Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvServiceResponse ¶
type EnvServiceResponse struct { Env string `json:"env"` EncryptedPrivkey string `json:"encrypted_privkey"` PubkeyArmored string `json:"pubkey"` SignedTrustedPubkeys string `json:"signed_trusted_pubkeys"` SignedById string `json:"signed_by_id"` SignedByPubkeyArmored string `json:"signed_by_pubkey"` SignedByTrustedPubkeys string `json:"signed_by_trusted_pubkeys"` InheritanceOverrides string `json:"inheritance_overrides,omitempty"` InheritanceOverridesSignedById string `json:"inheritance_overrides_signed_by_id,omitempty"` InheritanceOverridesSignedByPubkeyArmored string `json:"inheritance_overrides_signed_by_pubkey,omitempty"` InheritanceOverridesSignedByTrustedPubkeys string `json:"inheritance_overrides_signed_by_trusted_pubkeys,omitempty"` AllowCaching bool `json:"allow_caching"` }
type ResponseWithKeys ¶
type ResponseWithKeys struct { RawResponse *EnvServiceResponse DecryptedPrivkey, VerifiedPubkey, SignerKeyring, InheritanceSignerKeyring, SignedByPubkey, InheritanceOverridesSignedByPubkey openpgp.EntityList }
type ResponseWithTrustChain ¶
type ResponseWithTrustChain struct { ResponseWithKeys *ResponseWithKeys TrustedKeyablesChain *trust.TrustedKeyablesChain Signer *trust.Signer InheritanceOverridesSigner *trust.Signer }
Click to show internal directories.
Click to hide internal directories.