MCPcopy Index your code
hub / github.com/google/go-github / Sign

Method Sign

github/git_commits.go:34–34  ·  view source on GitHub ↗
(w io.Writer, r io.Reader)

Source from the content-addressed store, hash-verified

32// })
33type MessageSigner interface {
34 Sign(w io.Writer, r io.Reader) error
35}
36
37// MessageSignerFunc is a single function implementation of MessageSigner.

Callers 1

createSignatureFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected