mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-30 09:10:26 +08:00
实现在服务中使用分组
This commit is contained in:
@@ -4,6 +4,7 @@ option go_package = "./pb";
|
||||
package pb;
|
||||
|
||||
import "model_node_cluster.proto";
|
||||
import "model_server_group.proto";
|
||||
|
||||
message Server {
|
||||
int64 id = 1;
|
||||
@@ -28,4 +29,5 @@ message Server {
|
||||
bytes reverseProxyJSON = 16;
|
||||
|
||||
NodeCluster cluster = 30;
|
||||
repeated ServerGroup groups = 31;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user