Documentation ¶ Index ¶ Variables type AttestationSigner Constants ¶ This section is empty. Variables ¶ View Source var ErrNoKeyForCheck = errors.New("no signing entity exists for check") ErrNoKeyForCheck is the error returned when Voucher does not have a key for the Check in question. Functions ¶ This section is empty. Types ¶ type AttestationSigner ¶ type AttestationSigner interface { // Sign finds the key for a given check, signs the body and returns the signature and the key identifier Sign(checkName, body string) (string, string, error) Close() error } Source Files ¶ View all Source files errors.go signer.go Directories ¶ Show internal Expand all Path Synopsis kms pgp Click to show internal directories. Click to hide internal directories.