refactor(remote): Created separate function to generate requests

This commit is contained in:
quexeky
2025-01-19 15:09:35 +11:00
parent fd30b3e402
commit 9a184a8f35
5 changed files with 53 additions and 47 deletions

View File

@ -1,3 +1,4 @@
pub mod auth;
pub mod commands;
pub mod remote;
pub mod requests;