实现路径规则部分功能

This commit is contained in:
刘祥超
2020-09-21 19:51:56 +08:00
parent a8ed53582c
commit 8e5ba9db59
17 changed files with 415 additions and 23 deletions

View File

@@ -289,7 +289,7 @@ func (this *NodeService) ComposeNodeConfig(ctx context.Context, req *pb.ComposeN
return nil, err
}
return &pb.ComposeNodeConfigResponse{ConfigJSON: data}, nil
return &pb.ComposeNodeConfigResponse{NodeJSON: data}, nil
}
// 节点stream