重构 #4
@@ -1,4 +1,5 @@
|
||||
package transport
|
||||
|
||||
type Transport interface {
|
||||
// Communicator 用于其他设备通信
|
||||
type Communicator interface {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1,4 +1,5 @@
|
||||
package transport
|
||||
|
||||
type Transport interface {
|
||||
// Communicator 用于其他设备通信
|
||||
type Communicator interface {
|
||||
}
|
||||
|
||||