MCPcopy Create free account
hub / github.com/baerwang/openapi-rs / ServerObject

Class ServerObject

src/model/parse.rs:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132
133#[derive(Debug, Serialize, Deserialize)]
134pub struct ServerObject {
135 pub url: String,
136 pub description: Option<String>,
137}
138
139#[derive(Debug, Serialize, Deserialize)]
140pub struct PathBase {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected