mirror of https://gitee.com/openkylin/genmai.git
update docs/架构设计/逻辑视图设计.md.
Signed-off-by: xujian <xujian@kylinos.cn>
This commit is contained in:
parent
672d7d4bd3
commit
8d919219e8
|
@ -264,7 +264,7 @@ app后端通过调用core层CORE API接口,以及向CORE层注册回调处理
|
|||
|
||||
为了实现通信数据格式的可拓展性,使用json格式进行app前后端的数据交互。
|
||||
|
||||
|
||||
### CMD数据示例
|
||||
cmd指令枚举示例
|
||||
```
|
||||
type Command int
|
||||
|
@ -339,7 +339,7 @@ func send_cmd(conn_cmd net.Conn,cmd Command){
|
|||
|
||||
```
|
||||
|
||||
|
||||
### EVENT数据示例
|
||||
event指令格式示例
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue