Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
Handler is an autogenerated mock type for the Handler type
func NewHandler ¶
func NewHandler(t mockConstructorTestingTNewHandler) *Handler
NewHandler creates a new instance of Handler. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
type SQLConn ¶
SQLConn is an autogenerated mock type for the SQLConn type
func NewSQLConn ¶
func NewSQLConn(t mockConstructorTestingTNewSQLConn) *SQLConn
NewSQLConn creates a new instance of SQLConn. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*SQLConn) ExecContext ¶
func (_m *SQLConn) ExecContext(_a0 context.Context, _a1 string, _a2 ...interface{}) (sql.Result, error)
ExecContext provides a mock function with given fields: _a0, _a1, _a2
func (*SQLConn) PrepareContext ¶
PrepareContext provides a mock function with given fields: _a0, _a1
Click to show internal directories.
Click to hide internal directories.