mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-09-16 14:51:37 +02:00
Replace the default workspace with a home screen (#660)
This commit is contained in:
+3
-1
File diff suppressed because one or more lines are too long
@@ -366,6 +366,10 @@ pub struct CmdCurlToRequestReq {
|
||||
pub workspace_id: String,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize, TS)]
|
||||
#[ts(export, export_to = "gen_rpc.ts")]
|
||||
pub struct CmdCreateExampleWorkspaceReq {}
|
||||
|
||||
#[derive(Debug, Deserialize, TS)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
#[ts(export, export_to = "gen_rpc.ts")]
|
||||
@@ -957,6 +961,7 @@ macro_rules! with_commands {
|
||||
cmd_call_http_authentication_action(CmdCallHttpAuthenticationActionReq) -> (),
|
||||
cmd_curl_to_request(CmdCurlToRequestReq) -> HttpRequest,
|
||||
cmd_export_data(CmdExportDataReq) -> (),
|
||||
cmd_create_example_workspace(CmdCreateExampleWorkspaceReq) -> BatchUpsertResult,
|
||||
cmd_save_base64_to_binary(CmdSaveBase64ToBinaryReq) -> (),
|
||||
cmd_save_response(CmdSaveResponseReq) -> (),
|
||||
cmd_send_http_request(CmdSendHttpRequestReq) -> HttpResponse,
|
||||
|
||||
Reference in New Issue
Block a user