Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrmResult ¶
type OrmResult struct {
// contains filtered or unexported fields
}
OrmResult struct to implements orm.Result
func (*OrmResult) RowsAffected ¶
func (*OrmResult) RowsReturned ¶
type SQLMock ¶
type SQLMock struct {
// contains filtered or unexported fields
}
func NewGoPGDBTest ¶
NewGoPGDBTest returns method that already implements orm.DB and mock instance to mocking arguments and results.
func (*SQLMock) ExpectExec ¶
func (*SQLMock) ExpectQuery ¶
Click to show internal directories.
Click to hide internal directories.