MCPcopy Create free account
hub / github.com/0x77dev/pdf-sign / SigningBackend

Enum SigningBackend

crates/cli/src/cli.rs:149–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147
148#[derive(Debug, Clone, Copy, PartialEq, Eq, clap::ValueEnum)]
149pub enum SigningBackend {
150 /// OpenPGP signing via gpg-agent
151 Gpg,
152 /// Sigstore keyless signing via OIDC
153 Sigstore,
154}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected