Rename Master and Slave to Primary and Replica
[ric-plt/sdlgo.git] / internal / sdlgoredis / dbinfo.go
index b8990e0..931cfb7 100644 (file)
@@ -31,6 +31,6 @@ type DbInfo struct {
 //DbInfoFields struct is a holder for fields, which are read from sdlgoredis
 //'info' call's output.
 type DbInfoFields struct {
-       MasterRole          bool
+       PrimaryRole         bool
        ConnectedReplicaCnt uint32
 }