We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4964a35 commit c359b47Copy full SHA for c359b47
objdb.go
@@ -51,6 +51,8 @@ type LockInterface interface {
51
// identify an instance of a service
52
type ServiceInfo struct {
53
ServiceName string // Name of the service
54
+ Role string // Role of the service. (leader, follower etc)
55
+ Version string // Version string for the service
56
HostAddr string // Host name or IP address where its running
57
Port int // Port number where its listening
58
}
0 commit comments