MCPcopy Index your code
hub / github.com/go-git/go-git / gpgSigner

Struct gpgSigner

worktree_commit.go:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180type gpgSigner struct {
181 key *openpgp.Entity
182 cfg *packet.Config
183}
184
185func (s *gpgSigner) Sign(message io.Reader) ([]byte, error) {
186 var b bytes.Buffer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected