mirror of
https://github.com/Start9Labs/rpc-toolkit.git
synced 2026-03-30 20:24:48 +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 RpcResponse = yajrc::RpcResponse<GenericRpcMethod>;
|
||||||
pub type SingleOrBatchRpcRequest = yajrc::SingleOrBatchRpcRequest<GenericRpcMethod>;
|
pub type SingleOrBatchRpcRequest = yajrc::SingleOrBatchRpcRequest<GenericRpcMethod>;
|
||||||
|
|
||||||
mod http;
|
pub mod http;
|
||||||
mod socket;
|
pub mod socket;
|
||||||
|
|
||||||
pub use http::*;
|
pub use http::*;
|
||||||
pub use socket::*;
|
pub use socket::*;
|
||||||
|
|||||||
Reference in New Issue
Block a user