fork github.com/doug-martin
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
// Code generated by mockery v1.0.0. DO NOT EDIT.
|
||||
|
||||
package mocks
|
||||
|
||||
import exp "git.fsdpf.net/go/db/v2/exp"
|
||||
import mock "github.com/stretchr/testify/mock"
|
||||
import sb "git.fsdpf.net/go/db/v2/internal/sb"
|
||||
|
||||
// DeleteSQLGenerator is an autogenerated mock type for the DeleteSQLGenerator type
|
||||
type DeleteSQLGenerator struct {
|
||||
mock.Mock
|
||||
}
|
||||
|
||||
// Dialect provides a mock function with given fields:
|
||||
func (_m *DeleteSQLGenerator) Dialect() string {
|
||||
ret := _m.Called()
|
||||
|
||||
var r0 string
|
||||
if rf, ok := ret.Get(0).(func() string); ok {
|
||||
r0 = rf()
|
||||
} else {
|
||||
r0 = ret.Get(0).(string)
|
||||
}
|
||||
|
||||
return r0
|
||||
}
|
||||
|
||||
// Generate provides a mock function with given fields: b, clauses
|
||||
func (_m *DeleteSQLGenerator) Generate(b sb.SQLBuilder, clauses exp.DeleteClauses) {
|
||||
_m.Called(b, clauses)
|
||||
}
|
||||
Reference in New Issue
Block a user