重构 #4

Merged
huang merged 106 commits from 重构 into main 2025-09-18 21:51:17 +08:00
Showing only changes of commit ff5b40bb56 - Show all commits

View File

@@ -1,4 +1,5 @@
package transport
type Transport interface {
// Communicator 用于其他设备通信
type Communicator interface {
}