types(chr) update data source doc

This commit is contained in:
Theo Technicguy 2023-08-19 19:25:56 +02:00
parent 62b7106bb3
commit 913304f906
Signed by: theo.technicguy
GPG Key ID: 3BC661201BCA53D9
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ type Datasource interface {
// UpdateProduct updates the product in the product segment of the
// data source persistant storage to match the passed product.
// This means that taggings also have to be updated. The product
// pointer is then updated.
// This means that taggings also have to be updated. The updated
// product is then returned.
// The ID can never be updated.
UpdateProduct(*Product) (*Product, error)