mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-24 23:53:01 +08:00
分组配置信息中增加分组ID
This commit is contained in:
@@ -393,7 +393,9 @@ func (this *ServerGroupService) FindEnabledServerGroupConfigInfo(ctx context.Con
|
|||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
var result = &pb.FindEnabledServerGroupConfigInfoResponse{}
|
var result = &pb.FindEnabledServerGroupConfigInfoResponse{
|
||||||
|
ServerGroupId: int64(group.Id),
|
||||||
|
}
|
||||||
|
|
||||||
if len(group.HttpReverseProxy) > 0 {
|
if len(group.HttpReverseProxy) > 0 {
|
||||||
var ref = &serverconfigs.ReverseProxyRef{}
|
var ref = &serverconfigs.ReverseProxyRef{}
|
||||||
|
|||||||
Reference in New Issue
Block a user