openformation / strawman

A Deno-based service virtualization solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename NodeName and NodePath models

grebaldi opened this issue · comments

During implementation of #7 it became apparent that both NodeName and NodePath are more universal than their name suggests.

It's best to rename them in the following manner in order to avoid confusion:

  • NodeName -> PathSegment
  • NodePath -> Path