MCPcopy Create free account
hub / github.com/YougLin-dev/amp-server / InternalRequest

Class InternalRequest

api/src/user/internal.rs:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3// Internal API request structures
4#[derive(Debug, Serialize, Deserialize)]
5pub struct InternalRequest {
6 pub method: String,
7 pub params: InternalParams,
8}
9
10#[derive(Debug, Serialize, Deserialize)]
11pub struct InternalParams {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected