变量改名

This commit is contained in:
2025-09-15 18:57:47 +08:00
parent dedb429186
commit ff5b40bb56

View File

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