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