Skip to content

Commit

Permalink
adds some doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinGallauner committed May 2, 2024
1 parent 99bf016 commit 01cca54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/collection_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func (cfg *BookclubServer) AddBookToCollection(isbn string, userId uint) (Book,
return book, nil
}

// Searches for the given book within the network of the given user.
func (cfg *BookclubServer) SearchBookInNetwork(userId uint, isbn string) ([]User, error) {

//get linked users
Expand Down

0 comments on commit 01cca54

Please sign in to comment.