Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientRepository ¶
ClientRepository is an autogenerated mock type for the ClientRepository type
func (*ClientRepository) FindAll ¶
func (_m *ClientRepository) FindAll() ([]model.Client, error)
FindAll provides a mock function with given fields:
func (*ClientRepository) FindByEmail ¶
func (_m *ClientRepository) FindByEmail(email string) (*model.Client, error)
FindByEmail provides a mock function with given fields: email
Click to show internal directories.
Click to hide internal directories.