重构中继

This commit is contained in:
snltty
2025-12-01 17:42:29 +08:00
parent 8fc3ac328b
commit 3598795812
13 changed files with 222 additions and 85 deletions

View File

@@ -6,6 +6,7 @@
public Task<RelayServerNodeStoreInfo> GetByNodeId(string nodeId);
public Task<bool> Add(RelayServerNodeStoreInfo info);
public Task<bool> Report(RelayServerNodeReportInfo info);
public Task<bool> Delete(int id);
}