(o plumbing.EncodedObject)
| 9 | // signableObject is an object which can be signed. |
| 10 | type signableObject interface { |
| 11 | EncodeWithoutSignature(o plumbing.EncodedObject) error |
| 12 | } |
| 13 | |
| 14 | // Signer is an interface for signing git objects. |
no outgoing calls