diff --git a/.huskies/source-map.json b/.huskies/source-map.json index ec791690..87e184cb 100644 --- a/.huskies/source-map.json +++ b/.huskies/source-map.json @@ -1726,6 +1726,7 @@ "fn gateway_event_push_handler" ], "server/src/http/identity.rs": [ + "struct IdentityQuery", "struct IdentityResponse", "fn identity_handler" ], @@ -2600,12 +2601,18 @@ "fn toml_string", "fn serialize_bot_config" ], + "server/src/service/gateway/identity.rs": [ + "struct IdentityProbeResponse", + "enum IdentityCheck", + "fn check_identity" + ], "server/src/service/gateway/io.rs": [ "fn load_config", "fn save_config", "fn read_bot_config_raw", "struct BotConfigFields", "fn write_bot_config", + "fn probe_identity", "fn proxy_mcp_call", "fn proxy_mcp_call_sse", "fn fetch_one_project_pipeline_status", @@ -2627,6 +2634,7 @@ "server/src/service/gateway/mod.rs": [ "mod aggregation", "mod config", + "mod identity", "mod io", "mod polling", "struct GatewayStatusEvent",