mirror of
https://github.com/Start9Labs/rpc-toolkit.git
synced 2026-03-26 02:11:56 +00:00
publish modules
This commit is contained in:
@@ -15,8 +15,8 @@ pub type RpcRequest = yajrc::RpcRequest<GenericRpcMethod>;
|
||||
pub type RpcResponse = yajrc::RpcResponse<GenericRpcMethod>;
|
||||
pub type SingleOrBatchRpcRequest = yajrc::SingleOrBatchRpcRequest<GenericRpcMethod>;
|
||||
|
||||
mod http;
|
||||
mod socket;
|
||||
pub mod http;
|
||||
pub mod socket;
|
||||
|
||||
pub use http::*;
|
||||
pub use socket::*;
|
||||
|
||||
Reference in New Issue
Block a user