CommitSigningCallback defines a function type that takes some data to sign and returns (signature, signature_field, error)
func(string) (signature, signatureField string, err error)
| 67 | |
| 68 | // CommitSigningCallback defines a function type that takes some data to sign and returns (signature, signature_field, error) |
| 69 | type CommitSigningCallback func(string) (signature, signatureField string, err error) |
| 70 | |
| 71 | // CommitCreateCallback defines a function type that is called when another |
| 72 | // function is going to create commits (for example, Rebase) to allow callers |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…