Tweaks ACL replication struct name.

This commit is contained in:
James Phillips 2017-04-25 16:32:09 -07:00 committed by GitHub
parent a59f503c13
commit 742362fad1
1 changed files with 1 additions and 1 deletions

View File

@ -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