mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-28 14:11:10 +01:00
Fix tags on structure (#3442)
The comma breaks mapstructure for this actually.
This commit is contained in:
parent
022e93f627
commit
fab7f3bd9a
@ -27,7 +27,7 @@ type Request struct {
|
|||||||
|
|
||||||
// If set, the name given to the replication secondary where this request
|
// If set, the name given to the replication secondary where this request
|
||||||
// originated
|
// originated
|
||||||
ReplicationCluster string `json:"replication_cluster" structs:"replication_cluster", mapstructure:"replication_cluster"`
|
ReplicationCluster string `json:"replication_cluster" structs:"replication_cluster" mapstructure:"replication_cluster"`
|
||||||
|
|
||||||
// Operation is the requested operation type
|
// Operation is the requested operation type
|
||||||
Operation Operation `json:"operation" structs:"operation" mapstructure:"operation"`
|
Operation Operation `json:"operation" structs:"operation" mapstructure:"operation"`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user