Versions in this module Expand all Collapse all v0 v0.1.1 Jul 14, 2024 v0.1.0 Jul 13, 2024 Changes in this version + type MockCacheEngine struct + func NewMockCacheEngine(ctrl *gomock.Controller) *MockCacheEngine + func (m *MockCacheEngine) EXPECT() *MockCacheEngineMockRecorder + func (m *MockCacheEngine) Get(ctx context.Context, key string, req *http.Request) (*http.Response, bool, error) + func (m *MockCacheEngine) Key(req *http.Request) (string, error) + func (m *MockCacheEngine) Set(ctx context.Context, key string, res *http.Response, expiration time.Duration) error + type MockCacheEngineMockRecorder struct + func (mr *MockCacheEngineMockRecorder) Get(ctx, key, req any) *gomock.Call + func (mr *MockCacheEngineMockRecorder) Key(req any) *gomock.Call + func (mr *MockCacheEngineMockRecorder) Set(ctx, key, res, expiration any) *gomock.Call