SecretRingFile returns the GnuPG secret ring, suitable for setting in CAMLI_SECRET_RING.
()
| 388 | // SecretRingFile returns the GnuPG secret ring, suitable for setting |
| 389 | // in CAMLI_SECRET_RING. |
| 390 | func (w *World) SecretRingFile() string { |
| 391 | return filepath.Join(w.srcRoot, "pkg", "jsonsign", "testdata", "test-secring.gpg") |
| 392 | } |
| 393 | |
| 394 | // SearchHandlerPath returns the path to the search handler, with trailing slash. |
| 395 | func (w *World) SearchHandlerPath() string { return "/my-search/" } |
no outgoing calls
no test coverage detected