()
| 43 | } |
| 44 | |
| 45 | func (s *Signer) String() string { |
| 46 | return fmt.Sprintf("[*schema.Signer for key=%s pubkey=%s]", s.KeyIDLong(), s.pubref) |
| 47 | } |
| 48 | |
| 49 | // KeyIDLong returns the long (16 digit) capital hex GPG key ID. |
| 50 | func (s *Signer) KeyIDLong() string { |