readXGroupInfo support entries-read and lag

This commit is contained in:
神圣小树 2022-12-22 17:29:08 +08:00
parent 9ae93887be
commit 0205a0c632
1 changed files with 3 additions and 2 deletions

View File

@ -1962,6 +1962,7 @@ type XInfoGroup struct {
Consumers int64 Consumers int64
Pending int64 Pending int64
LastDeliveredID string LastDeliveredID string
EntriesRead int64 EntriesRead int64
Lan int64 Lan int64
} }