package
0.0.0-20241110175912-8074670930ca
Repository: https://github.com/avialog/backend.git
Documentation: pkg.go.dev
# Functions
NewMockAuthClient creates a new mock instance.
NewMockDatabase creates a new mock instance.
# Structs
MockAuthClient is a mock of AuthClient interface.
MockAuthClientMockRecorder is the mock recorder for MockAuthClient.
MockDatabase is a mock of Database interface.
MockDatabaseMockRecorder is the mock recorder for MockDatabase.
# Interfaces
go:generate mockgen -source=auth_client.go -destination=auth_client_mock.go -package infrastructure.
go:generate mockgen -source=database.go -destination=database_mock.go -package infrastructure.
# Type aliases
No description provided by the author