Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminUsecase ¶
AdminUsecase is an autogenerated mock type for the AdminUsecase type
func NewAdminUsecase ¶
func NewAdminUsecase(t testing.TB) *AdminUsecase
NewAdminUsecase creates a new instance of AdminUsecase. It also registers a cleanup function to assert the mocks expectations.
type UserUsecase ¶
UserUsecase is an autogenerated mock type for the UserUsecase type
func NewUserUsecase ¶
func NewUserUsecase(t testing.TB) *UserUsecase
NewUserUsecase creates a new instance of UserUsecase. It also registers a cleanup function to assert the mocks expectations.
func (*UserUsecase) FindAudioByAudioID ¶
func (_m *UserUsecase) FindAudioByAudioID(ctx context.Context, audioID domain.AudioID) (service.Audio, error)
FindAudioByAudioID provides a mock function with given fields: ctx, audioID
Click to show internal directories.
Click to hide internal directories.