2c737182e4
Support testing of CI and GitHub actions by creating a real dependency between Vault and a plugin. The plugin itself is a no-op.
7 lines
96 B
Go
7 lines
96 B
Go
package mock
|
|
|
|
|
|
const (
|
|
MOCK = "This is a mock module to test plugin integration with Vault."
|
|
)
|