Versions in this module Expand all Collapse all v0 v0.0.2 Feb 19, 2025 v0.0.1 Feb 19, 2025 Changes in this version + type MockLimiter struct + func NewMockLimiter(ctrl *gomock.Controller) *MockLimiter + func (m *MockLimiter) EXPECT() *MockLimiterMockRecorder + func (m *MockLimiter) Limit(ctx context.Context, key string) (bool, error) + type MockLimiterMockRecorder struct + func (mr *MockLimiterMockRecorder) Limit(ctx, key any) *gomock.Call