Skip to content

Commit

Permalink
dr: Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Vitan committed Aug 27, 2024
1 parent 149e3e5 commit ce853d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/devicerepository/store/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ type GetCodecRequest interface {
GetFieldMask() *fieldmaskpb.FieldMask
}

// EndDeviceProfileIdentifiers contains the identifiers of an end device profile.
// GetProvisioningInfoRequest is used to retrieve the provisioning information of an end device.
type GetProvisioningInfoRequest struct {
VendorID uint32
VendorProfileID uint32
Expand All @@ -92,12 +92,12 @@ type GetProvisioningInfoResponse struct {
ProvisioningInfo *ttnpb.GetEndDeviceProvisioningInfoResponse
}

// EndDeviceProfileIdentifiersRequest is a request to retrieve end device profile identifiers.
// GetEndDeviceProfileIdentifiersRequest is used to retrieve end device profile identifiers.
type GetEndDeviceProfileIdentifiersRequest struct {
BrandID string
}

// EndDeviceProfileIdentifiers contains the identifiers of an end device profile.
// GetEndDeviceProfileIdentifiersResponse contains the end device profile identifiers.
type GetEndDeviceProfileIdentifiersResponse struct {
EndDeviceProfileIdentifiers []*EndDeviceProfileIdentifiers
}
Expand Down

0 comments on commit ce853d8

Please sign in to comment.