mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-05 05:30:25 +08:00
对服务增加基础的数据统计/部分代码分Package
This commit is contained in:
@@ -3,11 +3,11 @@ option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
import "model_node.proto";
|
||||
import "model_node_login.proto";
|
||||
import "model_node_install_status.proto";
|
||||
import "model_dns_route.proto";
|
||||
import "rpc_messages.proto";
|
||||
import "models/model_node.proto";
|
||||
import "models/model_node_login.proto";
|
||||
import "models/model_node_install_status.proto";
|
||||
import "models/model_dns_route.proto";
|
||||
import "models/rpc_messages.proto";
|
||||
|
||||
service NodeService {
|
||||
// 创建节点
|
||||
|
||||
Reference in New Issue
Block a user