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
4 files
+ 19
8
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -25,6 +25,7 @@ type NetworkElement interface {
GetModelAsString() (string, error)
TransportAddress() string
GetMetadata() conflict.Metadata
PndID() uuid.UUID
}
// Details contains details of a network element used by the cSBI mechanism.
Loading