Move render_grpc_request to yaak-models too; drop yaak::render

This commit is contained in:
Gregory Schier
2026-08-17 07:48:01 -07:00
parent bfbff361a6
commit 43a2d140ad
6 changed files with 69 additions and 76 deletions
-1
View File
@@ -2,7 +2,6 @@ pub mod error;
pub mod export;
pub mod import;
pub mod plugin_events;
pub mod render;
pub mod response_body;
pub mod send;