Skip to content
Snippets Groups Projects

Resolve "Refactor how PNDs are implemented in the code"

Merged Fabian Seidl requested to merge 243-refactor-how-pnds-are-implemented-in-the-code into develop
2 files
+ 19
29
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -41,7 +41,7 @@ type NetworkDomain interface {
// LoadedPnd represents a PND that was loaded.
type LoadedPnd struct {
ID string `json:"_id" bson:"_id"`
ID string `json:"id" bson:"id"`
Name string `json:"name,omitempty"`
Description string `json:"description,omitempty"`
}
Loading