MCPcopy Create free account
hub / github.com/coderaidershaun/rust-auto-gippity-full-code / RouteObject

Class RouteObject

src/models/agents/agent_traits.rs:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6#[derive(Debug, Serialize, Deserialize, Clone, PartialEq)]
7pub struct RouteObject {
8 pub is_route_dynamic: String,
9 pub method: String,
10 pub request_body: serde_json::Value,
11 pub response: serde_json::Value,
12 pub route: String,
13}
14
15#[derive(Debug, Serialize, Deserialize, Clone, Copy, PartialEq)]
16pub struct ProjectScope {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected