package
0.0.0-20240714070259-db833852a0d9
Repository: https://github.com/3tagger/echo-sample-arch.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

NewMockRepository creates a new instance of MockRepository.
NewMockUsecase creates a new instance of MockUsecase.

# Structs

MockRepository is an autogenerated mock type for the Repository type.
MockRepository_DeleteOne_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteOne'.
No description provided by the author
MockRepository_GetAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAll'.
MockRepository_GetOneById_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOneById'.
MockRepository_InsertMany_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InsertMany'.
MockRepository_InsertOne_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InsertOne'.
MockRepository_UpdateOneById_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateOneById'.
MockUsecase is an autogenerated mock type for the Usecase type.
MockUsecase_DeleteOne_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteOne'.
No description provided by the author
MockUsecase_GetAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAll'.
MockUsecase_GetOneById_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOneById'.
MockUsecase_InsertMany_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InsertMany'.
MockUsecase_InsertOne_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InsertOne'.
MockUsecase_UpdateOneById_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateOneById'.
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author