package
0.0.0-20241110175912-8074670930ca
Repository: https://github.com/avialog/backend.git
Documentation: pkg.go.dev
# Functions
NewMockAircraftService creates a new mock instance.
NewMockAuthService creates a new mock instance.
NewMockContactService creates a new mock instance.
NewMockLogbookService creates a new mock instance.
NewMockUserService creates a new mock instance.
No description provided by the author
# Structs
MockAircraftService is a mock of AircraftService interface.
MockAircraftServiceMockRecorder is the mock recorder for MockAircraftService.
MockAuthService is a mock of AuthService interface.
MockAuthServiceMockRecorder is the mock recorder for MockAuthService.
MockContactService is a mock of ContactService interface.
MockContactServiceMockRecorder is the mock recorder for MockContactService.
MockLogbookService is a mock of LogbookService interface.
MockLogbookServiceMockRecorder is the mock recorder for MockLogbookService.
MockUserService is a mock of UserService interface.
MockUserServiceMockRecorder is the mock recorder for MockUserService.
# Interfaces
go:generate mockgen -source=aircraft.go -destination=aircraft_mock.go -package service.
go:generate mockgen -source=auth.go -destination=auth_mock.go -package service.
go:generate mockgen -source=contact.go -destination=contact_mock.go -package service.
go:generate mockgen -source=logbook.go -destination=logbook_mock.go -package service.
No description provided by the author
go:generate mockgen -source=user.go -destination=user_mock.go -package service.