Documentation
¶
Overview ¶
Code generated by mockery v1.0.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDatabase ¶
MockDatabase is an autogenerated mock type for the Database type
func (*MockDatabase) GetApplicationByID ¶
func (_m *MockDatabase) GetApplicationByID(id string) *model.Application
GetApplicationById provides a mock function with given fields: id
func (*MockDatabase) GetClientByID ¶
func (_m *MockDatabase) GetClientByID(id string) *model.Client
GetClientById provides a mock function with given fields: id
func (*MockDatabase) GetUserByID ¶
func (_m *MockDatabase) GetUserByID(id uint) *model.User
GetUserById provides a mock function with given fields: id
func (*MockDatabase) GetUserByName ¶
func (_m *MockDatabase) GetUserByName(name string) *model.User
GetUserByName provides a mock function with given fields: name
Click to show internal directories.
Click to hide internal directories.