Chore: Update mocks with recent mockery (#107816)

This commit is contained in:
Ryan McKinley
2025-07-09 09:15:34 +02:00
committed by GitHub
parent 39904d7b9b
commit 3f502f305d
95 changed files with 877 additions and 522 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
// Code generated by mockery v2.43.1. DO NOT EDIT.
// Code generated by mockery v2.53.4. DO NOT EDIT.
package mocks
@@ -83,7 +83,7 @@ func (_c *DB_BeginTx_Call) RunAndReturn(run func(context.Context, *sql.TxOptions
return _c
}
// DriverName provides a mock function with given fields:
// DriverName provides a mock function with no fields
func (_m *DB) DriverName() string {
ret := _m.Called()
@@ -374,7 +374,7 @@ func (_c *DB_QueryRowContext_Call) RunAndReturn(run func(context.Context, string
return _c
}
// Stats provides a mock function with given fields:
// Stats provides a mock function with no fields
func (_m *DB) Stats() sql.DBStats {
ret := _m.Called()
+2 -2
View File
@@ -1,4 +1,4 @@
// Code generated by mockery v2.43.1. DO NOT EDIT.
// Code generated by mockery v2.53.4. DO NOT EDIT.
package mocks
@@ -17,7 +17,7 @@ func (_m *Row) EXPECT() *Row_Expecter {
return &Row_Expecter{mock: &_m.Mock}
}
// Err provides a mock function with given fields:
// Err provides a mock function with no fields
func (_m *Row) Err() error {
ret := _m.Called()
+5 -5
View File
@@ -1,4 +1,4 @@
// Code generated by mockery v2.43.1. DO NOT EDIT.
// Code generated by mockery v2.53.4. DO NOT EDIT.
package mocks
@@ -17,7 +17,7 @@ func (_m *Rows) EXPECT() *Rows_Expecter {
return &Rows_Expecter{mock: &_m.Mock}
}
// Close provides a mock function with given fields:
// Close provides a mock function with no fields
func (_m *Rows) Close() error {
ret := _m.Called()
@@ -62,7 +62,7 @@ func (_c *Rows_Close_Call) RunAndReturn(run func() error) *Rows_Close_Call {
return _c
}
// Err provides a mock function with given fields:
// Err provides a mock function with no fields
func (_m *Rows) Err() error {
ret := _m.Called()
@@ -107,7 +107,7 @@ func (_c *Rows_Err_Call) RunAndReturn(run func() error) *Rows_Err_Call {
return _c
}
// Next provides a mock function with given fields:
// Next provides a mock function with no fields
func (_m *Rows) Next() bool {
ret := _m.Called()
@@ -152,7 +152,7 @@ func (_c *Rows_Next_Call) RunAndReturn(run func() bool) *Rows_Next_Call {
return _c
}
// NextResultSet provides a mock function with given fields:
// NextResultSet provides a mock function with no fields
func (_m *Rows) NextResultSet() bool {
ret := _m.Called()
+3 -3
View File
@@ -1,4 +1,4 @@
// Code generated by mockery v2.43.1. DO NOT EDIT.
// Code generated by mockery v2.53.4. DO NOT EDIT.
package mocks
@@ -24,7 +24,7 @@ func (_m *Tx) EXPECT() *Tx_Expecter {
return &Tx_Expecter{mock: &_m.Mock}
}
// Commit provides a mock function with given fields:
// Commit provides a mock function with no fields
func (_m *Tx) Commit() error {
ret := _m.Called()
@@ -269,7 +269,7 @@ func (_c *Tx_QueryRowContext_Call) RunAndReturn(run func(context.Context, string
return _c
}
// Rollback provides a mock function with given fields:
// Rollback provides a mock function with no fields
func (_m *Tx) Rollback() error {
ret := _m.Called()
+3 -3
View File
@@ -1,4 +1,4 @@
// Code generated by mockery v2.43.1. DO NOT EDIT.
// Code generated by mockery v2.53.4. DO NOT EDIT.
package mocks
@@ -17,7 +17,7 @@ func (_m *Result) EXPECT() *Result_Expecter {
return &Result_Expecter{mock: &_m.Mock}
}
// LastInsertId provides a mock function with given fields:
// LastInsertId provides a mock function with no fields
func (_m *Result) LastInsertId() (int64, error) {
ret := _m.Called()
@@ -72,7 +72,7 @@ func (_c *Result_LastInsertId_Call) RunAndReturn(run func() (int64, error)) *Res
return _c
}
// RowsAffected provides a mock function with given fields:
// RowsAffected provides a mock function with no fields
func (_m *Result) RowsAffected() (int64, error) {
ret := _m.Called()