MCPcopy Create free account
hub / github.com/evcc-io/evcc / MockConnectionTimer

Struct MockConnectionTimer

api/mock.go:681–685  ·  view source on GitHub ↗

MockConnectionTimer is a mock of ConnectionTimer interface.

Source from the content-addressed store, hash-verified

679
680// MockConnectionTimer is a mock of ConnectionTimer interface.
681type MockConnectionTimer struct {
682 ctrl *gomock.Controller
683 recorder *MockConnectionTimerMockRecorder
684 isgomock struct{}
685}
686
687// MockConnectionTimerMockRecorder is the mock recorder for MockConnectionTimer.
688type MockConnectionTimerMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected