Tweaks ACL replication struct name.

This commit is contained in:
James Phillips 2017-04-25 16:32:09 -07:00 committed by GitHub
parent 138abeb5f7
commit 36725cef11
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. // 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