Versions in this module Expand all Collapse all v1 v1.1.0 May 5, 2026 v1.0.0 May 3, 2026 Changes in this version + type MockAPIClient struct + func NewMockAPIClient(ctrl *gomock.Controller) *MockAPIClient + func (m *MockAPIClient) EXPECT() *MockAPIClientMockRecorder + func (m *MockAPIClient) VerifyToken(ctx context.Context, token string) (bool, error) + type MockAPIClientMockRecorder struct + func (mr *MockAPIClientMockRecorder) VerifyToken(ctx, token any) *gomock.Call