Documentation ¶
Overview ¶
Package mocks_gateway is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockThrottler ¶
type MockThrottler struct {
// contains filtered or unexported fields
}
MockThrottler is a mock of Throttler interface.
func NewMockThrottler ¶
func NewMockThrottler(ctrl *gomock.Controller) *MockThrottler
NewMockThrottler creates a new mock instance.
func (*MockThrottler) CheckLimitReached ¶
CheckLimitReached mocks base method.
func (*MockThrottler) EXPECT ¶
func (m *MockThrottler) EXPECT() *MockThrottlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockThrottlerMockRecorder ¶
type MockThrottlerMockRecorder struct {
// contains filtered or unexported fields
}
MockThrottlerMockRecorder is the mock recorder for MockThrottler.
func (*MockThrottlerMockRecorder) CheckLimitReached ¶
func (mr *MockThrottlerMockRecorder) CheckLimitReached(arg0, arg1 interface{}) *gomock.Call
CheckLimitReached indicates an expected call of CheckLimitReached.
Click to show internal directories.
Click to hide internal directories.