Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Signer ¶
type Signer struct {
// contains filtered or unexported fields
}
Signer exposes methods to sign payloads using PGP
func NewSigner ¶
func NewSigner(secretPath string, logger *zap.SugaredLogger) (*Signer, error)
NewSigner returns a configured Signer
func (*Signer) PublicKey ¶
required for the signature.Signer interface unimplemented, since we don't need the public key for signing
Click to show internal directories.
Click to hide internal directories.