Versions in this module Expand all Collapse all v1 v1.1.0 Jun 26, 2026 v1.0.0 Apr 29, 2026 Changes in this version + type MockFacade struct + func NewMockFacade(ctrl *gomock.Controller) *MockFacade + func (m *MockFacade) EXPECT() *MockFacadeMockRecorder + func (m *MockFacade) IsEmailUnsubscribed(ctx context.Context, email string) (bool, error) + func (m *MockFacade) UnsubscribeEmail(ctx context.Context, token string) (string, error) + type MockFacadeMockRecorder struct + func (mr *MockFacadeMockRecorder) IsEmailUnsubscribed(ctx, email any) *gomock.Call + func (mr *MockFacadeMockRecorder) UnsubscribeEmail(ctx, token any) *gomock.Call + type MockViews struct + func NewMockViews(ctrl *gomock.Controller) *MockViews + func (m *MockViews) EXPECT() *MockViewsMockRecorder + func (m *MockViews) Load() error + func (m *MockViews) Render(out io.Writer, name string, binding any, layout ...string) error + type MockViewsMockRecorder struct + func (mr *MockViewsMockRecorder) Load() *gomock.Call + func (mr *MockViewsMockRecorder) Render(out, name, binding any, layout ...any) *gomock.Call