mirror of https://github.com/hashicorp/consul
Tweaks ACL replication struct name.
parent
138abeb5f7
commit
36725cef11
|
@ -23,7 +23,7 @@ type ACLEntry struct {
|
|||
}
|
||||
|
||||
// ACLReplicationStatus is used to represent the status of ACL replication.
|
||||
type ACLReplicationEntry struct {
|
||||
type ACLReplicationStatus struct {
|
||||
Enabled bool
|
||||
Running bool
|
||||
SourceDatacenter string
|
||||
|
|
Loading…
Reference in New Issue