MCPcopy
hub / github.com/perkeep/perkeep / ClientIdentity

Method ClientIdentity

pkg/test/world.go:384–386  ·  view source on GitHub ↗

ClientIdentity returns the GPG identity to use in World tests, suitable for setting in CAMLI_KEYID.

()

Source from the content-addressed store, hash-verified

382// ClientIdentity returns the GPG identity to use in World tests, suitable
383// for setting in CAMLI_KEYID.
384func (w *World) ClientIdentity() string {
385 return "26F5ABDA"
386}
387
388// SecretRingFile returns the GnuPG secret ring, suitable for setting
389// in CAMLI_SECRET_RING.

Callers 2

CmdWithEnvMethod · 0.95
setupClientFunction · 0.80

Implementers 2

testWorldpkg/gc/gc_test.go
Worldpkg/test/world.go

Calls

no outgoing calls

Tested by

no test coverage detected