"Overhaul Architecture"
Compare changes
- Malte Bauch authored
there was no need to get the full device list. but for the cli there is a need to access specific devices from the pnd via their uuid
@@ -17,7 +17,7 @@ type PrincipalNetworkDomain interface {
@@ -45,8 +45,8 @@ func (pnd *pndImplementation) GetName() string {
@@ -104,6 +104,11 @@ func (pnd *pndImplementation) removeDevice(uuid uuid.UUID) error {