Commit 7dfe7853 authored by Jeromy's avatar Jeromy

separate Resolve and ResolveLink

parent 75ed1d6e
...@@ -8,7 +8,8 @@ import ( ...@@ -8,7 +8,8 @@ import (
) )
type Node interface { type Node interface {
Resolve(path []string) (*Link, []string, error) Resolve(path []string) (interface{}, []string, error)
ResolveLink(path []string) (*Link, []string, error)
Tree() []string Tree() []string
Cid() *cid.Cid Cid() *cid.Cid
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment