mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-29 05:42:47 -07:00
feat: create base payload, request and response data structures
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
mod payload;
|
||||
mod request;
|
||||
mod response;
|
||||
|
||||
pub mod ssr;
|
||||
|
||||
pub use payload::Payload;
|
||||
pub use request::Request;
|
||||
pub use response::Response;
|
||||
pub use ssr_rs::Ssr;
|
||||
pub use tuono_lib_macros::handler;
|
||||
|
||||
pub enum Response {
|
||||
Redirect(String),
|
||||
Props(String),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user