| 394 | |
| 395 | #[derive(Debug, Clone, Serialize, Deserialize, Default)] |
| 396 | pub struct AgentConfigs { |
| 397 | #[serde(flatten)] |
| 398 | pub entries: HashMap<String, AgentConfig>, |
| 399 | } |
| 400 | |
| 401 | #[derive(Debug, Clone, Serialize, Deserialize, Default)] |
| 402 | pub struct AgentConfig { |
nothing calls this directly
no outgoing calls
no test coverage detected