Select specific Node fields for listing

This commit is contained in:
Matthew Holt
2018-08-19 09:03:47 -06:00
parent 04c67d700d
commit 22475729ce
2 changed files with 24 additions and 4 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ type Node struct {
Error string `json:"error,omitempty"`
Path string `json:"path"`
Path string `json:"-"`
}
// Nodes is a slice of nodes that can be sorted.