refactor: use HeartbeatRequest from cameleer3-common
Replace local HeartbeatRequest DTO with the shared model from cameleer3-common. Message types exchanged between server and agent belong in the common module. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
package com.cameleer3.server.app.dto;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
public record HeartbeatRequest(
|
||||
Map<String, String> routeStates
|
||||
) {}
|
||||
Reference in New Issue
Block a user