• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H26-Aug-2020-

README.mdH A D26-Aug-2020283

go.modH A D26-Aug-202055

go.sumH A D26-Aug-20200

mock.goH A D26-Aug-202096

README.md

1# vault-plugin-mock
2
3This is a mock Vault plugin for testing.
4
5It *may* be imported by the real Vault, so while it is functionally a NOOP, changes can break Vault. In particular:
6
7- Don't rename the package
8- Don't rename or remove the exported constant
9- Ensure it always compiles
10