From 566cfc2cbfb234e117d5dd0ace2fdcf7019765ee Mon Sep 17 00:00:00 2001 From: Eli Yip Date: Tue, 27 May 2025 15:24:55 +0800 Subject: [PATCH] chore: add TODO in communication interface --- pkg/communication/communicator.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/communication/communicator.go b/pkg/communication/communicator.go index 5a38e96..41d2323 100644 --- a/pkg/communication/communicator.go +++ b/pkg/communication/communicator.go @@ -9,6 +9,7 @@ import ( "time" ) +// TODO: ID 的作用是什么 // RawMessage 代表发送给 can-bridge 服务或从其接收的原始消息结构 type RawMessage struct { Interface string `json:"interface"` // 目标 CAN 接口名,例如 "can0", "vcan1"