package
0.0.0-20240228101629-fe331c71c72c
Repository: https://github.com/berkaymuratt/sep-app-api.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
go:generate mockgen -destination=../mocks/service/mockAppointmentsService.go -package=services github.com/berkaymuratt/sep-app-api/services AppointmentsServiceI.
go:generate mockgen -destination=../mocks/service/mockAuthService.go -package=services github.com/berkaymuratt/sep-app-api/services AuthServiceI.
go:generate mockgen -destination=../mocks/service/mockBodyPartsService.go -package=services github.com/berkaymuratt/sep-app-api/services BodyPartsServiceI.
go:generate mockgen -destination=../mocks/service/mockDiseasesService.go -package=services github.com/berkaymuratt/sep-app-api/services DiseasesServiceI.
go:generate mockgen -destination=../mocks/service/mockDoctorsService.go -package=services github.com/berkaymuratt/sep-app-api/services DoctorsServiceI.
go:generate mockgen -destination=../mocks/service/mockJwtService.go -package=services github.com/berkaymuratt/sep-app-api/services JwtServiceI.
go:generate mockgen -destination=../mocks/service/mockMiddlewareService.go -package=services github.com/berkaymuratt/sep-app-api/services MiddlewareServiceI.
go:generate mockgen -destination=../mocks/service/mockPatientsService.go -package=services github.com/berkaymuratt/sep-app-api/services PatientsServiceI.
go:generate mockgen -destination=../mocks/service/mockReportsService.go -package=services github.com/berkaymuratt/sep-app-api/services ReportsServiceI.
go:generate mockgen -destination=../mocks/service/mockSymptomsService.go -package=services github.com/berkaymuratt/sep-app-api/services SymptomsServiceI.