We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5cee57 commit 44713e0Copy full SHA for 44713e0
pool/const.go
@@ -34,7 +34,7 @@ type Role uint32
34
const (
35
// UnknownRole - the connection pool was unable to detect the instance mode.
36
UnknownRole Role = iota // unknown
37
- // MasterRole - the instance is read-write mode.
+ // MasterRole - the instance is in read-write mode.
38
MasterRole // master
39
// ReplicaRole - the instance is in read-only mode.
40
ReplicaRole // replica
0 commit comments