mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-13 20:20:28 +08:00
对服务增加基础的数据统计/部分代码分Package
This commit is contained in:
18
pkg/rpc/protos/models/model_node_cluster.proto
Normal file
18
pkg/rpc/protos/models/model_node_cluster.proto
Normal file
@@ -0,0 +1,18 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message NodeCluster {
|
||||
int64 id = 1;
|
||||
string name = 2;
|
||||
int64 createdAt = 3;
|
||||
int64 grantId = 4;
|
||||
string installDir = 5;
|
||||
string uniqueId = 6;
|
||||
string secret = 7;
|
||||
string dnsName = 8;
|
||||
int64 dnsDomainId = 9;
|
||||
int64 httpCachePolicyId = 10;
|
||||
int64 httpFirewallPolicyId = 11;
|
||||
}
|
||||
Reference in New Issue
Block a user