chore: unify naming for node related types
This commit is contained in:
parent
b8cde30581
commit
6b170e4c5a
12 changed files with 72 additions and 53 deletions
|
|
@ -6,6 +6,8 @@ import (
|
|||
"net/http"
|
||||
)
|
||||
|
||||
// TODO: split this up
|
||||
|
||||
type Path string
|
||||
|
||||
func (p Path) String() string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue