Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is an autogenerated mock type for the Client type
type ClientHelper ¶
ClientHelper is an autogenerated mock type for the ClientHelper type
func (*ClientHelper) Connect ¶
func (_m *ClientHelper) Connect() error
Connect provides a mock function with given fields:
func (*ClientHelper) Database ¶
func (_m *ClientHelper) Database(_a0 string) common.DatabaseHelper
Database provides a mock function with given fields: _a0
func (*ClientHelper) Ping ¶
func (_m *ClientHelper) Ping() error
Ping provides a mock function with given fields:
func (*ClientHelper) StartSession ¶
func (_m *ClientHelper) StartSession() (mongo.Session, error)
StartSession provides a mock function with given fields:
type CollectionHelper ¶
CollectionHelper is an autogenerated mock type for the CollectionHelper type
type Controller ¶
Controller is an autogenerated mock type for the Controller type
func (*Controller) GatherAndSaveURL ¶
func (_m *Controller) GatherAndSaveURL(_a0 string) error
GatherAndSaveURL provides a mock function with given fields: _a0
type DatabaseHelper ¶
DatabaseHelper is an autogenerated mock type for the DatabaseHelper type
func (*DatabaseHelper) Client ¶
func (_m *DatabaseHelper) Client() common.ClientHelper
Client provides a mock function with given fields:
func (*DatabaseHelper) Collection ¶
func (_m *DatabaseHelper) Collection(name string) common.CollectionHelper
Collection provides a mock function with given fields: name
type GenericRepository ¶
GenericRepository is an autogenerated mock type for the GenericRepository type