Versions in this module Expand all Collapse all v1 v1.5.0 Apr 30, 2026 Changes in this version + type MockExchangeUseCase struct + func (m *MockExchangeUseCase) Exchange(ctx context.Context, token string, ipAddress *string, userAgent *string) (*types.ExchangeResult, error) + type MockVerifyUseCase struct + func (m *MockVerifyUseCase) Verify(ctx context.Context, token string, ipAddress *string, userAgent *string) (string, error)