mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 08:55:13 -04:00
Add json tag to names response for sys_plugins
This commit is contained in:
parent
b915e47caa
commit
0efaa97cfd
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ type ListPluginsInput struct{}
|
|||
// ListPluginsResponse is the response from the ListPlugins call.
|
||||
type ListPluginsResponse struct {
|
||||
// Names is the list of names of the plugins.
|
||||
Names []string
|
||||
Names []string `json:"names"`
|
||||
}
|
||||
|
||||
// ListPlugins lists all plugins in the catalog and returns their names as a
|
||||
|
|
|
|||
Loading…
Reference in a new issue