Tweaks ACL replication struct name.
This commit is contained in:
parent
a59f503c13
commit
742362fad1
|
@ -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