refactors data access layer to use pop ORM for eager loading, adds book titles rented to renters in response body
This commit is contained in:
@@ -5,6 +5,6 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
ErrNotFound = errors.New("no renter found")
|
||||
ErrNotFound = errors.New("empty result")
|
||||
ErrAlreadyExists = errors.New("the provided value already exists")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user