refactor: rename node resolver methods

This commit is contained in:
Pete Davison
2024-02-13 19:29:28 +00:00
parent 68191205c7
commit 9a5fb38f48
5 changed files with 10 additions and 10 deletions

View File

@@ -18,8 +18,8 @@ type Node interface {
Dir() string
Optional() bool
Remote() bool
ResolveIncludeEntrypoint(entrypoint string) (string, error)
ResolveIncludeDir(dir string) (string, error)
ResolveEntrypoint(entrypoint string) (string, error)
ResolveDir(dir string) (string, error)
}
func NewRootNode(