Skip to content
Snippets Groups Projects
Commit 27a91c65 authored by Malte Bauch's avatar Malte Bauch
Browse files

Linter pleasing

parent 832db0c9
Branches
No related tags found
2 merge requests!352Draft: Resolve "Structs like LoadedDevice, LoadedSbi, LoadedRole, LoadedUser are never passed as pointer",!347Resolve "Requesting information from the Controller via NBI takes very long"
Pipeline #109385 failed
This commit is part of merge request !347. Comments created here will be created in the context of that merge request.
...@@ -74,7 +74,7 @@ func (p *PndAdapter) GetDevice(ctx context.Context, identifier string) (*ppb.Get ...@@ -74,7 +74,7 @@ func (p *PndAdapter) GetDevice(ctx context.Context, identifier string) (*ppb.Get
return resp, nil return resp, nil
} }
// GetDevices requests all devices belonging to the PrincipalNetworkDomain // GetFlattenedDevices requests all devices belonging to the PrincipalNetworkDomain
// attached to this adapter. The requested devices also contain their config // attached to this adapter. The requested devices also contain their config
// information as gNMI notifications. // information as gNMI notifications.
func (p *PndAdapter) GetFlattenedDevices(ctx context.Context) (*ppb.GetFlattenedOndListResponse, error) { func (p *PndAdapter) GetFlattenedDevices(ctx context.Context) (*ppb.GetFlattenedOndListResponse, error) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment