Add note about concurrency to plugin dev docs (#15357)
* Add note about concurrency * Adding arrow syntax
This commit is contained in:
parent
3d1f40f850
commit
390310409e
|
@ -26,7 +26,10 @@ a plugin is basic command-line skills and basic knowledge of the
|
|||
|
||||
Your plugin implementation needs to satisfy the interface for the plugin
|
||||
type you want to build. You can find these definitions in the docs for the
|
||||
backend running the plugin.
|
||||
backend running the plugin.
|
||||
|
||||
~> Note: Plugins should be prepared to handle multiple concurrent requests
|
||||
from Vault.
|
||||
|
||||
```go
|
||||
package main
|
||||
|
|
Loading…
Reference in New Issue