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.21.4. DO NOT EDIT.
package mock
import mock "github.com/stretchr/testify/mock"
// DHTMetrics is an autogenerated mock type for the DHTMetrics type
type DHTMetrics struct {
mock.Mock
}
// RoutingTablePeerAdded provides a mock function with given fields:
func (_m *DHTMetrics) RoutingTablePeerAdded() {
_m.Called()
}
// RoutingTablePeerRemoved provides a mock function with given fields:
func (_m *DHTMetrics) RoutingTablePeerRemoved() {
_m.Called()
}
type mockConstructorTestingTNewDHTMetrics interface {
mock.TestingT
Cleanup(func())
}
// NewDHTMetrics creates a new instance of DHTMetrics. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.