feat: abstract method to perform action

This commit is contained in:
mokurin000
2025-07-30 03:20:21 +08:00
parent 6ee009715d
commit 1a281e0cc7
7 changed files with 59 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
use serde::Serialize;
#[derive(Serialize)]
pub struct Ping;
pub struct Ping {}