reorganize file structure, define rpc protocol
This commit is contained in:
5
src/rpc/actions/ping.rs
Normal file
5
src/rpc/actions/ping.rs
Normal file
@ -0,0 +1,5 @@
|
||||
use json::object;
|
||||
|
||||
pub fn ping(data: json::object) -> json::object {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user