mirror of
https://github.com/hashicorp/vault-plugin-mock
synced 2026-04-05 18:57:25 +00:00
No description
- Go 100%
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> |
||
|---|---|---|
| .github/workflows | ||
| CODEOWNERS | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| mock.go | ||
| README.md | ||
vault-plugin-mock
This is a mock Vault plugin for testing.
It is imported by the real Vault, so while it is functionally a no-op, changes can break Vault. In particular:
- Don't rename the package
- Don't rename or remove the exported constant
- Ensure it always compiles