# Packages
No description provided by the author
# Functions
NewArticleRepository creates a new instance of ArticleRepository.
# Structs
ArticleRepository is an autogenerated mock type for the ArticleRepository type.
ArticleRepository_BulkCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BulkCreate'.
ArticleRepository_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'.
ArticleRepository_DeleteById_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteById'.
No description provided by the author
ArticleRepository_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'.
ArticleRepository_GetAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAll'.
ArticleRepository_GetById_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetById'.
ArticleRepository_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'.
ArticleRepository_UpdateAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateAll'.