feat: add cluster ID to shard state
This commit is contained in:
@@ -11,6 +11,8 @@ message ShardState {
|
||||
// unix timestamp
|
||||
int32 last_heartbeat = 5;
|
||||
int32 last_connection = 6;
|
||||
|
||||
optional int32 cluster_id = 7;
|
||||
}
|
||||
|
||||
message GatewayEvent {
|
||||
|
Reference in New Issue
Block a user