You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
Agent服务
目录结构
internal:服务源码。
config:服务使用的配置文件结构定义。
grpc:通过grpc对外提供的接口。实现了.proto文件里定义的接口,这个文件位于common\pkgs\grpc\agent\agent.proto。
mq:通过rabbitmq对外提供的接口。实现了common\pkgs\mq\agent目录里文件定义的接口。
task:需要在后台异步运行的任务。