Files
MoGoEagleEye/core/README.md
董宏宇 390fa9a2c2 架构升级增加目录结构
Signed-off-by: 董宏宇 <martindhy@gmail.com>
2021-09-16 15:42:53 +08:00

11 lines
430 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 模块说明
本模块用来编写鹰眼核型功能
mogo-core-data定义基础业务所需要的数据结构
mogo-core-function-api定义基础业务功能的接口
mogo-core-function-impl定义基础业务功能的接口的功能具体实现
mogo-core-function-call-api定义基础业务暴露给外部调用的接口
mogo-core-function-call-impl定义基础业务暴露给外部调用的接口调用实现