You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Code generated by mockery v2.13.1. DO NOT EDIT.
package mock
import mock "github.com/stretchr/testify/mock"
// Cleaner is an autogenerated mock type for the Cleaner type
type Cleaner struct {
mock.Mock
}
// RunGC provides a mock function with given fields:
func (_m *Cleaner) RunGC() {
_m.Called()
}
type mockConstructorTestingTNewCleaner interface {
mock.TestingT
Cleanup(func())
}
// NewCleaner creates a new instance of Cleaner. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.