Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/go-git/go-git
/ Sign
Method
Sign
signer.go:19–19 ·
view source on GitHub ↗
(message io.Reader)
Source
from the content-addressed store, hash-verified
17
// See https://git-scm.com/docs/gitformat-signature for more information.
18
type
Signer
interface
{
19
Sign(message io.Reader) ([]byte, error)
20
}
21
22
func
signObject(signer Signer, obj signableObject) ([]byte, error) {
Callers
1
signObject
Function · 0.65
Implementers
2
gpgSigner
worktree_commit.go
b64signer
signer_test.go
Calls
no outgoing calls
Tested by
no test coverage detected