Skip to content

Commit

Permalink
fixed build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
VikashChauhan51 committed Jul 21, 2024
1 parent ea0ba88 commit d623a0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/core/interfaces/services/book_service.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package interfaces

import "github.com/VikashChauhan51/go-sample-api/internal/models"
import "github.com/VikashChauhan51/go-sample-api/internal/dto"

type BookService interface {
FetchBooksAsync() (*[]models.Book, error)
FetchBooksAsync() (*[]dto.Book, error)
}

0 comments on commit d623a0f

Please sign in to comment.