package selector import "context" type NodeFilter func(ctx context.Context, nodes []Node) []Node