Skip to content

gRPC basis (and logs)#1

Open
mirkobrombin wants to merge 3 commits intobottlesdevs:mainfrom
mirkobrombin:main
Open

gRPC basis (and logs)#1
mirkobrombin wants to merge 3 commits intobottlesdevs:mainfrom
mirkobrombin:main

Conversation

@mirkobrombin
Copy link
Copy Markdown
Member

@mirkobrombin mirkobrombin commented Jan 6, 2026

Follows-up bottlesdevs/next-core#1

I also added a few logs to actually test the server-client connection (it works).

// Logic (stub path for now, usually should be derived from config)
let path = std::path::PathBuf::from(format!("/home/mirko/.local/share/bottles/bottles/{}", name)); // TODO: use proper config
let kind = match req.r#type.as_str() {
"Gaming" => BottleType::Gaming,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead this, implement FromStr trait on BottlesType

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants