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

Struct MockCurrentLimiter

api/mock.go:141–145  ·  view source on GitHub ↗

MockCurrentLimiter is a mock of CurrentLimiter interface.

Source from the content-addressed store, hash-verified

139
140// MockCurrentLimiter is a mock of CurrentLimiter interface.
141type MockCurrentLimiter struct {
142 ctrl *gomock.Controller
143 recorder *MockCurrentLimiterMockRecorder
144 isgomock struct{}
145}
146
147// MockCurrentLimiterMockRecorder is the mock recorder for MockCurrentLimiter.
148type MockCurrentLimiterMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected