提交 3ed10b13 作者: Jeromy

dagservice interface fix

上级 98f56ab7
......@@ -242,7 +242,7 @@ func (n *dagService) Remove(nd *Node) error {
return n.Blocks.DeleteBlock(k)
}
func FetchGraph(ctx context.Context, root *Node, serv *DAGService) {
func FetchGraph(ctx context.Context, root *Node, serv DAGService) {
for _, l := range root.Links {
go func(lnk *Link) {
select {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论