mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
ctx-mgmt: ctx session management (dev mode only) (#2415)
This commit is contained in:
@@ -26,9 +26,8 @@ pub struct Resource {
|
||||
pub annotations: Option<Annotations>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize, Clone, PartialEq)]
|
||||
#[derive(ToSchema, Debug, Serialize, Deserialize, Clone, PartialEq)]
|
||||
#[serde(rename_all = "camelCase", untagged)]
|
||||
#[derive(ToSchema)]
|
||||
pub enum ResourceContents {
|
||||
TextResourceContents {
|
||||
uri: String,
|
||||
|
||||
Reference in New Issue
Block a user