packageselectorimport(ipld"github.com/ipld/go-ipld-prime")// SelectAll is a dummy selector that other selectors can return to say// "the content at this path? definitely this".typeSelectTruestruct{}func(sSelectTrue)Interests()[]PathSegment{return[]PathSegment{}}func(sSelectTrue)Explore(nipld.Node,pPathSegment)Selector{returnnil}func(sSelectTrue)Decide(nipld.Node)bool{returntrue}