chore: unify naming for node related types
This commit is contained in:
parent
29fbf229f5
commit
d3f0628396
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