Skip to content

Commit c359b47

Browse files
committed
Add role and version to service info
1 parent 4964a35 commit c359b47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

objdb.go

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ type LockInterface interface {
5151
// identify an instance of a service
5252
type ServiceInfo struct {
5353
ServiceName string // Name of the service
54+
Role string // Role of the service. (leader, follower etc)
55+
Version string // Version string for the service
5456
HostAddr string // Host name or IP address where its running
5557
Port int // Port number where its listening
5658
}

0 commit comments

Comments
 (0)