diff --git a/auth/api/iam/jar_mock.go b/auth/api/iam/jar_mock.go index 0d5f3ffb50..a048b78b4e 100644 --- a/auth/api/iam/jar_mock.go +++ b/auth/api/iam/jar_mock.go @@ -23,6 +23,7 @@ import ( type MockJAR struct { ctrl *gomock.Controller recorder *MockJARMockRecorder + isgomock struct{} } // MockJARMockRecorder is the mock recorder for MockJAR. diff --git a/auth/client/iam/mock.go b/auth/client/iam/mock.go index 338a080640..add1a059cd 100644 --- a/auth/client/iam/mock.go +++ b/auth/client/iam/mock.go @@ -23,6 +23,7 @@ import ( type MockClient struct { ctrl *gomock.Controller recorder *MockClientMockRecorder + isgomock struct{} } // MockClientMockRecorder is the mock recorder for MockClient. diff --git a/auth/contract/signer_mock.go b/auth/contract/signer_mock.go index 75956eb70a..982dbda0a7 100644 --- a/auth/contract/signer_mock.go +++ b/auth/contract/signer_mock.go @@ -21,6 +21,7 @@ import ( type MockSigner struct { ctrl *gomock.Controller recorder *MockSignerMockRecorder + isgomock struct{} } // MockSignerMockRecorder is the mock recorder for MockSigner. @@ -86,6 +87,7 @@ func (mr *MockSignerMockRecorder) StartSigningSession(contract, params any) *gom type MockSessionPointer struct { ctrl *gomock.Controller recorder *MockSessionPointerMockRecorder + isgomock struct{} } // MockSessionPointerMockRecorder is the mock recorder for MockSessionPointer. @@ -152,6 +154,7 @@ func (mr *MockSessionPointerMockRecorder) SessionID() *gomock.Call { type MockSigningSessionResult struct { ctrl *gomock.Controller recorder *MockSigningSessionResultMockRecorder + isgomock struct{} } // MockSigningSessionResultMockRecorder is the mock recorder for MockSigningSessionResult. diff --git a/auth/mock.go b/auth/mock.go index 87c1fe580e..e92db3f34a 100644 --- a/auth/mock.go +++ b/auth/mock.go @@ -23,6 +23,7 @@ import ( type MockAuthenticationServices struct { ctrl *gomock.Controller recorder *MockAuthenticationServicesMockRecorder + isgomock struct{} } // MockAuthenticationServicesMockRecorder is the mock recorder for MockAuthenticationServices. diff --git a/auth/services/mock.go b/auth/services/mock.go index 10c44d006e..94133bf6a7 100644 --- a/auth/services/mock.go +++ b/auth/services/mock.go @@ -25,6 +25,7 @@ import ( type MockSignedToken struct { ctrl *gomock.Controller recorder *MockSignedTokenMockRecorder + isgomock struct{} } // MockSignedTokenMockRecorder is the mock recorder for MockSignedToken. @@ -77,6 +78,7 @@ func (mr *MockSignedTokenMockRecorder) SignerAttributes() *gomock.Call { type MockVPProofValueParser struct { ctrl *gomock.Controller recorder *MockVPProofValueParserMockRecorder + isgomock struct{} } // MockVPProofValueParserMockRecorder is the mock recorder for MockVPProofValueParser. @@ -129,6 +131,7 @@ func (mr *MockVPProofValueParserMockRecorder) Verify(token any) *gomock.Call { type MockContractNotary struct { ctrl *gomock.Controller recorder *MockContractNotaryMockRecorder + isgomock struct{} } // MockContractNotaryMockRecorder is the mock recorder for MockContractNotary. diff --git a/auth/services/oauth/mock.go b/auth/services/oauth/mock.go index cceaafa547..f49e2d9a1e 100644 --- a/auth/services/oauth/mock.go +++ b/auth/services/oauth/mock.go @@ -23,6 +23,7 @@ import ( type MockRelyingParty struct { ctrl *gomock.Controller recorder *MockRelyingPartyMockRecorder + isgomock struct{} } // MockRelyingPartyMockRecorder is the mock recorder for MockRelyingParty. @@ -76,6 +77,7 @@ func (mr *MockRelyingPartyMockRecorder) RequestRFC003AccessToken(ctx, jwtGrantTo type MockAuthorizationServer struct { ctrl *gomock.Controller recorder *MockAuthorizationServerMockRecorder + isgomock struct{} } // MockAuthorizationServerMockRecorder is the mock recorder for MockAuthorizationServer. diff --git a/auth/services/selfsigned/types/mock.go b/auth/services/selfsigned/types/mock.go index 4707ec8b73..c24e81cff4 100644 --- a/auth/services/selfsigned/types/mock.go +++ b/auth/services/selfsigned/types/mock.go @@ -20,6 +20,7 @@ import ( type MockSessionStore struct { ctrl *gomock.Controller recorder *MockSessionStoreMockRecorder + isgomock struct{} } // MockSessionStoreMockRecorder is the mock recorder for MockSessionStore. diff --git a/core/echo_mock.go b/core/echo_mock.go index 43d7fc34f5..236b0899ff 100644 --- a/core/echo_mock.go +++ b/core/echo_mock.go @@ -20,6 +20,7 @@ import ( type MockEchoRouter struct { ctrl *gomock.Controller recorder *MockEchoRouterMockRecorder + isgomock struct{} } // MockEchoRouterMockRecorder is the mock recorder for MockEchoRouter. diff --git a/core/engine_mock.go b/core/engine_mock.go index 7bfb0a4513..34a47eef43 100644 --- a/core/engine_mock.go +++ b/core/engine_mock.go @@ -19,6 +19,7 @@ import ( type MockRoutable struct { ctrl *gomock.Controller recorder *MockRoutableMockRecorder + isgomock struct{} } // MockRoutableMockRecorder is the mock recorder for MockRoutable. @@ -54,6 +55,7 @@ func (mr *MockRoutableMockRecorder) Routes(router any) *gomock.Call { type MockRunnable struct { ctrl *gomock.Controller recorder *MockRunnableMockRecorder + isgomock struct{} } // MockRunnableMockRecorder is the mock recorder for MockRunnable. @@ -105,6 +107,7 @@ func (mr *MockRunnableMockRecorder) Start() *gomock.Call { type MockMigratable struct { ctrl *gomock.Controller recorder *MockMigratableMockRecorder + isgomock struct{} } // MockMigratableMockRecorder is the mock recorder for MockMigratable. @@ -142,6 +145,7 @@ func (mr *MockMigratableMockRecorder) Migrate() *gomock.Call { type MockConfigurable struct { ctrl *gomock.Controller recorder *MockConfigurableMockRecorder + isgomock struct{} } // MockConfigurableMockRecorder is the mock recorder for MockConfigurable. @@ -179,6 +183,7 @@ func (mr *MockConfigurableMockRecorder) Configure(config any) *gomock.Call { type MockViewableDiagnostics struct { ctrl *gomock.Controller recorder *MockViewableDiagnosticsMockRecorder + isgomock struct{} } // MockViewableDiagnosticsMockRecorder is the mock recorder for MockViewableDiagnostics. @@ -230,6 +235,7 @@ func (mr *MockViewableDiagnosticsMockRecorder) Name() *gomock.Call { type MockDiagnosable struct { ctrl *gomock.Controller recorder *MockDiagnosableMockRecorder + isgomock struct{} } // MockDiagnosableMockRecorder is the mock recorder for MockDiagnosable. @@ -267,6 +273,7 @@ func (mr *MockDiagnosableMockRecorder) Diagnostics() *gomock.Call { type MockEngine struct { ctrl *gomock.Controller recorder *MockEngineMockRecorder + isgomock struct{} } // MockEngineMockRecorder is the mock recorder for MockEngine. @@ -290,6 +297,7 @@ func (m *MockEngine) EXPECT() *MockEngineMockRecorder { type MockNamed struct { ctrl *gomock.Controller recorder *MockNamedMockRecorder + isgomock struct{} } // MockNamedMockRecorder is the mock recorder for MockNamed. @@ -327,6 +335,7 @@ func (mr *MockNamedMockRecorder) Name() *gomock.Call { type MockInjectable struct { ctrl *gomock.Controller recorder *MockInjectableMockRecorder + isgomock struct{} } // MockInjectableMockRecorder is the mock recorder for MockInjectable. @@ -378,6 +387,7 @@ func (mr *MockInjectableMockRecorder) Name() *gomock.Call { type MockHealthCheckable struct { ctrl *gomock.Controller recorder *MockHealthCheckableMockRecorder + isgomock struct{} } // MockHealthCheckableMockRecorder is the mock recorder for MockHealthCheckable. diff --git a/crypto/mock.go b/crypto/mock.go index c14177c5e6..e2192cba07 100644 --- a/crypto/mock.go +++ b/crypto/mock.go @@ -23,6 +23,7 @@ import ( type MockKeyCreator struct { ctrl *gomock.Controller recorder *MockKeyCreatorMockRecorder + isgomock struct{} } // MockKeyCreatorMockRecorder is the mock recorder for MockKeyCreator. @@ -62,6 +63,7 @@ func (mr *MockKeyCreatorMockRecorder) New(ctx, namingFunc any) *gomock.Call { type MockKeyResolver struct { ctrl *gomock.Controller recorder *MockKeyResolverMockRecorder + isgomock struct{} } // MockKeyResolverMockRecorder is the mock recorder for MockKeyResolver. @@ -129,6 +131,7 @@ func (mr *MockKeyResolverMockRecorder) Resolve(ctx, kid any) *gomock.Call { type MockKeyStore struct { ctrl *gomock.Controller recorder *MockKeyStoreMockRecorder + isgomock struct{} } // MockKeyStoreMockRecorder is the mock recorder for MockKeyStore. @@ -331,6 +334,7 @@ func (mr *MockKeyStoreMockRecorder) SignJWT(ctx, claims, headers, kid any) *gomo type MockDecrypter struct { ctrl *gomock.Controller recorder *MockDecrypterMockRecorder + isgomock struct{} } // MockDecrypterMockRecorder is the mock recorder for MockDecrypter. @@ -369,6 +373,7 @@ func (mr *MockDecrypterMockRecorder) Decrypt(ctx, kid, ciphertext any) *gomock.C type MockJWTSigner struct { ctrl *gomock.Controller recorder *MockJWTSignerMockRecorder + isgomock struct{} } // MockJWTSignerMockRecorder is the mock recorder for MockJWTSigner. @@ -437,6 +442,7 @@ func (mr *MockJWTSignerMockRecorder) SignJWT(ctx, claims, headers, kid any) *gom type MockJsonWebEncryptor struct { ctrl *gomock.Controller recorder *MockJsonWebEncryptorMockRecorder + isgomock struct{} } // MockJsonWebEncryptorMockRecorder is the mock recorder for MockJsonWebEncryptor. diff --git a/crypto/storage/azure/mock.go b/crypto/storage/azure/mock.go index 7ae8262a21..dbab3ddecd 100644 --- a/crypto/storage/azure/mock.go +++ b/crypto/storage/azure/mock.go @@ -22,6 +22,7 @@ import ( type MockkeyVaultClient struct { ctrl *gomock.Controller recorder *MockkeyVaultClientMockRecorder + isgomock struct{} } // MockkeyVaultClientMockRecorder is the mock recorder for MockkeyVaultClient. diff --git a/crypto/storage/spi/mock.go b/crypto/storage/spi/mock.go index ccb7e78490..13fdec0739 100644 --- a/crypto/storage/spi/mock.go +++ b/crypto/storage/spi/mock.go @@ -22,6 +22,7 @@ import ( type MockStorage struct { ctrl *gomock.Controller recorder *MockStorageMockRecorder + isgomock struct{} } // MockStorageMockRecorder is the mock recorder for MockStorage. diff --git a/didman/mock.go b/didman/mock.go index 08dbe8404b..6cc009d726 100644 --- a/didman/mock.go +++ b/didman/mock.go @@ -23,6 +23,7 @@ import ( type MockDidman struct { ctrl *gomock.Controller recorder *MockDidmanMockRecorder + isgomock struct{} } // MockDidmanMockRecorder is the mock recorder for MockDidman. @@ -209,6 +210,7 @@ func (mr *MockDidmanMockRecorder) UpdateEndpoint(ctx, id, serviceType, endpoint type MockCompoundServiceResolver struct { ctrl *gomock.Controller recorder *MockCompoundServiceResolverMockRecorder + isgomock struct{} } // MockCompoundServiceResolverMockRecorder is the mock recorder for MockCompoundServiceResolver. diff --git a/discovery/api/server/client/mock.go b/discovery/api/server/client/mock.go index 895718a0d9..92bbd420d8 100644 --- a/discovery/api/server/client/mock.go +++ b/discovery/api/server/client/mock.go @@ -21,6 +21,7 @@ import ( type MockHTTPClient struct { ctrl *gomock.Controller recorder *MockHTTPClientMockRecorder + isgomock struct{} } // MockHTTPClientMockRecorder is the mock recorder for MockHTTPClient. diff --git a/discovery/mock.go b/discovery/mock.go index 3d231317ed..bd78bca133 100644 --- a/discovery/mock.go +++ b/discovery/mock.go @@ -21,6 +21,7 @@ import ( type MockServer struct { ctrl *gomock.Controller recorder *MockServerMockRecorder + isgomock struct{} } // MockServerMockRecorder is the mock recorder for MockServer. @@ -75,6 +76,7 @@ func (mr *MockServerMockRecorder) Register(context, serviceID, presentation any) type MockClient struct { ctrl *gomock.Controller recorder *MockClientMockRecorder + isgomock struct{} } // MockClientMockRecorder is the mock recorder for MockClient. diff --git a/events/events_mock.go b/events/events_mock.go index 0b1844a34c..ede78e0759 100644 --- a/events/events_mock.go +++ b/events/events_mock.go @@ -19,6 +19,7 @@ import ( type MockEvent struct { ctrl *gomock.Controller recorder *MockEventMockRecorder + isgomock struct{} } // MockEventMockRecorder is the mock recorder for MockEvent. diff --git a/events/mock.go b/events/mock.go index 4e7a7aef88..98512e859e 100644 --- a/events/mock.go +++ b/events/mock.go @@ -21,6 +21,7 @@ import ( type MockConn struct { ctrl *gomock.Controller recorder *MockConnMockRecorder + isgomock struct{} } // MockConnMockRecorder is the mock recorder for MockConn. @@ -75,6 +76,7 @@ func (mr *MockConnMockRecorder) JetStream(opts ...any) *gomock.Call { type MockJetStreamContext struct { ctrl *gomock.Controller recorder *MockJetStreamContextMockRecorder + isgomock struct{} } // MockJetStreamContextMockRecorder is the mock recorder for MockJetStreamContext. @@ -915,6 +917,7 @@ func (mr *MockJetStreamContextMockRecorder) UpdateStream(cfg any, opts ...any) * type MockConnectionPool struct { ctrl *gomock.Controller recorder *MockConnectionPoolMockRecorder + isgomock struct{} } // MockConnectionPoolMockRecorder is the mock recorder for MockConnectionPool. diff --git a/http/echo_mock.go b/http/echo_mock.go index 284eb54e1b..592634ad96 100644 --- a/http/echo_mock.go +++ b/http/echo_mock.go @@ -21,6 +21,7 @@ import ( type MockEchoServer struct { ctrl *gomock.Controller recorder *MockEchoServerMockRecorder + isgomock struct{} } // MockEchoServerMockRecorder is the mock recorder for MockEchoServer. diff --git a/network/dag/mock.go b/network/dag/mock.go index c244959af3..6fceb82067 100644 --- a/network/dag/mock.go +++ b/network/dag/mock.go @@ -24,6 +24,7 @@ import ( type MockState struct { ctrl *gomock.Controller recorder *MockStateMockRecorder + isgomock struct{} } // MockStateMockRecorder is the mock recorder for MockState. @@ -337,6 +338,7 @@ func (mr *MockStateMockRecorder) XOR(reqClock any) *gomock.Call { type MockPayloadStore struct { ctrl *gomock.Controller recorder *MockPayloadStoreMockRecorder + isgomock struct{} } // MockPayloadStoreMockRecorder is the mock recorder for MockPayloadStore. diff --git a/network/dag/notifier_mock.go b/network/dag/notifier_mock.go index d21bac735d..d5f9ca5ffa 100644 --- a/network/dag/notifier_mock.go +++ b/network/dag/notifier_mock.go @@ -21,6 +21,7 @@ import ( type MockNotifier struct { ctrl *gomock.Controller recorder *MockNotifierMockRecorder + isgomock struct{} } // MockNotifierMockRecorder is the mock recorder for MockNotifier. diff --git a/network/mock.go b/network/mock.go index 560aea9ae3..90c0ab062c 100644 --- a/network/mock.go +++ b/network/mock.go @@ -24,6 +24,7 @@ import ( type MockTransactions struct { ctrl *gomock.Controller recorder *MockTransactionsMockRecorder + isgomock struct{} } // MockTransactionsMockRecorder is the mock recorder for MockTransactions. diff --git a/network/transport/connection_manager_mock.go b/network/transport/connection_manager_mock.go index cbc098971d..8cf63fb483 100644 --- a/network/transport/connection_manager_mock.go +++ b/network/transport/connection_manager_mock.go @@ -22,6 +22,7 @@ import ( type MockConnectionManager struct { ctrl *gomock.Controller recorder *MockConnectionManagerMockRecorder + isgomock struct{} } // MockConnectionManagerMockRecorder is the mock recorder for MockConnectionManager. diff --git a/network/transport/grpc/authenticator_mock.go b/network/transport/grpc/authenticator_mock.go index 1d51801629..c5b9ec9eee 100644 --- a/network/transport/grpc/authenticator_mock.go +++ b/network/transport/grpc/authenticator_mock.go @@ -21,6 +21,7 @@ import ( type MockAuthenticator struct { ctrl *gomock.Controller recorder *MockAuthenticatorMockRecorder + isgomock struct{} } // MockAuthenticatorMockRecorder is the mock recorder for MockAuthenticator. diff --git a/network/transport/grpc/connection_list_mock.go b/network/transport/grpc/connection_list_mock.go index 9fa134794f..4280937e38 100644 --- a/network/transport/grpc/connection_list_mock.go +++ b/network/transport/grpc/connection_list_mock.go @@ -19,6 +19,7 @@ import ( type MockConnectionList struct { ctrl *gomock.Controller recorder *MockConnectionListMockRecorder + isgomock struct{} } // MockConnectionListMockRecorder is the mock recorder for MockConnectionList. diff --git a/network/transport/grpc/connection_mock.go b/network/transport/grpc/connection_mock.go index d5cc18ae03..c428827d6f 100644 --- a/network/transport/grpc/connection_mock.go +++ b/network/transport/grpc/connection_mock.go @@ -21,6 +21,7 @@ import ( type MockConnection struct { ctrl *gomock.Controller recorder *MockConnectionMockRecorder + isgomock struct{} } // MockConnectionMockRecorder is the mock recorder for MockConnection. diff --git a/network/transport/grpc/interface_mock.go b/network/transport/grpc/interface_mock.go index ca04f9a756..1c6e951c24 100644 --- a/network/transport/grpc/interface_mock.go +++ b/network/transport/grpc/interface_mock.go @@ -24,6 +24,7 @@ import ( type MockProtocol struct { ctrl *gomock.Controller recorder *MockProtocolMockRecorder + isgomock struct{} } // MockProtocolMockRecorder is the mock recorder for MockProtocol. @@ -226,6 +227,7 @@ func (mr *MockProtocolMockRecorder) Version() *gomock.Call { type MockStream struct { ctrl *gomock.Controller recorder *MockStreamMockRecorder + isgomock struct{} } // MockStreamMockRecorder is the mock recorder for MockStream. @@ -291,6 +293,7 @@ func (mr *MockStreamMockRecorder) SendMsg(m any) *gomock.Call { type MockConn struct { ctrl *gomock.Controller recorder *MockConnMockRecorder + isgomock struct{} } // MockConnMockRecorder is the mock recorder for MockConn. @@ -353,6 +356,7 @@ func (mr *MockConnMockRecorder) NewStream(ctx, desc, method any, opts ...any) *g type MockClientStream struct { ctrl *gomock.Controller recorder *MockClientStreamMockRecorder + isgomock struct{} } // MockClientStreamMockRecorder is the mock recorder for MockClientStream. diff --git a/network/transport/protocol_mock.go b/network/transport/protocol_mock.go index bda7b5f01d..9748f8fd82 100644 --- a/network/transport/protocol_mock.go +++ b/network/transport/protocol_mock.go @@ -20,6 +20,7 @@ import ( type MockProtocol struct { ctrl *gomock.Controller recorder *MockProtocolMockRecorder + isgomock struct{} } // MockProtocolMockRecorder is the mock recorder for MockProtocol. diff --git a/network/transport/v2/gossip/mock.go b/network/transport/v2/gossip/mock.go index 3b3c91818a..c78fdd998f 100644 --- a/network/transport/v2/gossip/mock.go +++ b/network/transport/v2/gossip/mock.go @@ -21,6 +21,7 @@ import ( type MockManager struct { ctrl *gomock.Controller recorder *MockManagerMockRecorder + isgomock struct{} } // MockManagerMockRecorder is the mock recorder for MockManager. diff --git a/network/transport/v2/senders_mock.go b/network/transport/v2/senders_mock.go index fbd0177e86..5c2ad466d5 100644 --- a/network/transport/v2/senders_mock.go +++ b/network/transport/v2/senders_mock.go @@ -23,6 +23,7 @@ import ( type MockmessageSender struct { ctrl *gomock.Controller recorder *MockmessageSenderMockRecorder + isgomock struct{} } // MockmessageSenderMockRecorder is the mock recorder for MockmessageSender. diff --git a/pki/mock.go b/pki/mock.go index 293a7a1fd7..d8f2321aa3 100644 --- a/pki/mock.go +++ b/pki/mock.go @@ -23,6 +23,7 @@ import ( type MockDenylist struct { ctrl *gomock.Controller recorder *MockDenylistMockRecorder + isgomock struct{} } // MockDenylistMockRecorder is the mock recorder for MockDenylist. @@ -114,6 +115,7 @@ func (mr *MockDenylistMockRecorder) ValidateCert(cert any) *gomock.Call { type MockValidator struct { ctrl *gomock.Controller recorder *MockValidatorMockRecorder + isgomock struct{} } // MockValidatorMockRecorder is the mock recorder for MockValidator. @@ -191,6 +193,7 @@ func (mr *MockValidatorMockRecorder) Validate(chain any) *gomock.Call { type MockProvider struct { ctrl *gomock.Controller recorder *MockProviderMockRecorder + isgomock struct{} } // MockProviderMockRecorder is the mock recorder for MockProvider. diff --git a/policy/mock.go b/policy/mock.go index d39675a562..a406fb20cf 100644 --- a/policy/mock.go +++ b/policy/mock.go @@ -21,6 +21,7 @@ import ( type MockPDPBackend struct { ctrl *gomock.Controller recorder *MockPDPBackendMockRecorder + isgomock struct{} } // MockPDPBackendMockRecorder is the mock recorder for MockPDPBackend. diff --git a/storage/mock.go b/storage/mock.go index 5beb253a22..3cf42b60ad 100644 --- a/storage/mock.go +++ b/storage/mock.go @@ -23,6 +23,7 @@ import ( type MockEngine struct { ctrl *gomock.Controller recorder *MockEngineMockRecorder + isgomock struct{} } // MockEngineMockRecorder is the mock recorder for MockEngine. @@ -130,6 +131,7 @@ func (mr *MockEngineMockRecorder) Start() *gomock.Call { type MockProvider struct { ctrl *gomock.Controller recorder *MockProviderMockRecorder + isgomock struct{} } // MockProviderMockRecorder is the mock recorder for MockProvider. @@ -168,6 +170,7 @@ func (mr *MockProviderMockRecorder) GetKVStore(name, class any) *gomock.Call { type Mockdatabase struct { ctrl *gomock.Controller recorder *MockdatabaseMockRecorder + isgomock struct{} } // MockdatabaseMockRecorder is the mock recorder for Mockdatabase. @@ -232,6 +235,7 @@ func (mr *MockdatabaseMockRecorder) getClass() *gomock.Call { type MockSessionDatabase struct { ctrl *gomock.Controller recorder *MockSessionDatabaseMockRecorder + isgomock struct{} } // MockSessionDatabaseMockRecorder is the mock recorder for MockSessionDatabase. @@ -286,6 +290,7 @@ func (mr *MockSessionDatabaseMockRecorder) close() *gomock.Call { type MockSessionStore struct { ctrl *gomock.Controller recorder *MockSessionStoreMockRecorder + isgomock struct{} } // MockSessionStoreMockRecorder is the mock recorder for MockSessionStore. diff --git a/vcr/holder/mock.go b/vcr/holder/mock.go index 4fcd69dfae..69db728228 100644 --- a/vcr/holder/mock.go +++ b/vcr/holder/mock.go @@ -25,6 +25,7 @@ import ( type MockWallet struct { ctrl *gomock.Controller recorder *MockWalletMockRecorder + isgomock struct{} } // MockWalletMockRecorder is the mock recorder for MockWallet. diff --git a/vcr/holder/openid_mock.go b/vcr/holder/openid_mock.go index 402f2d72c8..8d6f45b655 100644 --- a/vcr/holder/openid_mock.go +++ b/vcr/holder/openid_mock.go @@ -21,6 +21,7 @@ import ( type MockOpenIDHandler struct { ctrl *gomock.Controller recorder *MockOpenIDHandlerMockRecorder + isgomock struct{} } // MockOpenIDHandlerMockRecorder is the mock recorder for MockOpenIDHandler. diff --git a/vcr/issuer/mock.go b/vcr/issuer/mock.go index 23961a6080..140e958566 100644 --- a/vcr/issuer/mock.go +++ b/vcr/issuer/mock.go @@ -25,6 +25,7 @@ import ( type MockPublisher struct { ctrl *gomock.Controller recorder *MockPublisherMockRecorder + isgomock struct{} } // MockPublisherMockRecorder is the mock recorder for MockPublisher. @@ -76,6 +77,7 @@ func (mr *MockPublisherMockRecorder) PublishRevocation(ctx, revocation any) *gom type MockIssuer struct { ctrl *gomock.Controller recorder *MockIssuerMockRecorder + isgomock struct{} } // MockIssuerMockRecorder is the mock recorder for MockIssuer. @@ -159,6 +161,7 @@ func (mr *MockIssuerMockRecorder) StatusList(ctx, issuer, page any) *gomock.Call type MockStore struct { ctrl *gomock.Controller recorder *MockStoreMockRecorder + isgomock struct{} } // MockStoreMockRecorder is the mock recorder for MockStore. @@ -283,6 +286,7 @@ func (mr *MockStoreMockRecorder) StoreRevocation(r any) *gomock.Call { type MockCredentialSearcher struct { ctrl *gomock.Controller recorder *MockCredentialSearcherMockRecorder + isgomock struct{} } // MockCredentialSearcherMockRecorder is the mock recorder for MockCredentialSearcher. diff --git a/vcr/issuer/openid_mock.go b/vcr/issuer/openid_mock.go index 367ddca9c1..1eb709fca9 100644 --- a/vcr/issuer/openid_mock.go +++ b/vcr/issuer/openid_mock.go @@ -22,6 +22,7 @@ import ( type MockOpenIDHandler struct { ctrl *gomock.Controller recorder *MockOpenIDHandlerMockRecorder + isgomock struct{} } // MockOpenIDHandlerMockRecorder is the mock recorder for MockOpenIDHandler. diff --git a/vcr/mock.go b/vcr/mock.go index a04f6a1f51..64b76b0a42 100644 --- a/vcr/mock.go +++ b/vcr/mock.go @@ -27,6 +27,7 @@ import ( type MockFinder struct { ctrl *gomock.Controller recorder *MockFinderMockRecorder + isgomock struct{} } // MockFinderMockRecorder is the mock recorder for MockFinder. @@ -65,6 +66,7 @@ func (mr *MockFinderMockRecorder) Search(ctx, searchTerms, allowUntrusted, resol type MockTrustManager struct { ctrl *gomock.Controller recorder *MockTrustManagerMockRecorder + isgomock struct{} } // MockTrustManagerMockRecorder is the mock recorder for MockTrustManager. @@ -146,6 +148,7 @@ func (mr *MockTrustManagerMockRecorder) Untrusted(credentialType any) *gomock.Ca type MockResolver struct { ctrl *gomock.Controller recorder *MockResolverMockRecorder + isgomock struct{} } // MockResolverMockRecorder is the mock recorder for MockResolver. @@ -184,6 +187,7 @@ func (mr *MockResolverMockRecorder) Resolve(ID, resolveTime any) *gomock.Call { type MockVCR struct { ctrl *gomock.Controller recorder *MockVCRMockRecorder + isgomock struct{} } // MockVCRMockRecorder is the mock recorder for MockVCR. diff --git a/vcr/openid4vci/identifiers_mock.go b/vcr/openid4vci/identifiers_mock.go index 9bb1b76c9a..6e06093d1e 100644 --- a/vcr/openid4vci/identifiers_mock.go +++ b/vcr/openid4vci/identifiers_mock.go @@ -20,6 +20,7 @@ import ( type MockIdentifierResolver struct { ctrl *gomock.Controller recorder *MockIdentifierResolverMockRecorder + isgomock struct{} } // MockIdentifierResolverMockRecorder is the mock recorder for MockIdentifierResolver. diff --git a/vcr/openid4vci/issuer_client_mock.go b/vcr/openid4vci/issuer_client_mock.go index 1774ed253d..370f86f84e 100644 --- a/vcr/openid4vci/issuer_client_mock.go +++ b/vcr/openid4vci/issuer_client_mock.go @@ -22,6 +22,7 @@ import ( type MockIssuerAPIClient struct { ctrl *gomock.Controller recorder *MockIssuerAPIClientMockRecorder + isgomock struct{} } // MockIssuerAPIClientMockRecorder is the mock recorder for MockIssuerAPIClient. @@ -89,6 +90,7 @@ func (mr *MockIssuerAPIClientMockRecorder) RequestCredential(ctx, request, acces type MockOAuth2Client struct { ctrl *gomock.Controller recorder *MockOAuth2ClientMockRecorder + isgomock struct{} } // MockOAuth2ClientMockRecorder is the mock recorder for MockOAuth2Client. diff --git a/vcr/openid4vci/wallet_client_mock.go b/vcr/openid4vci/wallet_client_mock.go index b67b5cad6e..e33eb42f18 100644 --- a/vcr/openid4vci/wallet_client_mock.go +++ b/vcr/openid4vci/wallet_client_mock.go @@ -20,6 +20,7 @@ import ( type MockWalletAPIClient struct { ctrl *gomock.Controller recorder *MockWalletAPIClientMockRecorder + isgomock struct{} } // MockWalletAPIClientMockRecorder is the mock recorder for MockWalletAPIClient. diff --git a/vcr/signature/mock.go b/vcr/signature/mock.go index 2fad7501ce..a76d0f0ad2 100644 --- a/vcr/signature/mock.go +++ b/vcr/signature/mock.go @@ -21,6 +21,7 @@ import ( type MockSuite struct { ctrl *gomock.Controller recorder *MockSuiteMockRecorder + isgomock struct{} } // MockSuiteMockRecorder is the mock recorder for MockSuite. diff --git a/vcr/types/mock.go b/vcr/types/mock.go index 7c0785d395..9a75337765 100644 --- a/vcr/types/mock.go +++ b/vcr/types/mock.go @@ -21,6 +21,7 @@ import ( type MockWriter struct { ctrl *gomock.Controller recorder *MockWriterMockRecorder + isgomock struct{} } // MockWriterMockRecorder is the mock recorder for MockWriter. diff --git a/vcr/verifier/mock.go b/vcr/verifier/mock.go index 5979a7bf0e..59b2c7bcf2 100644 --- a/vcr/verifier/mock.go +++ b/vcr/verifier/mock.go @@ -24,6 +24,7 @@ import ( type MockVerifier struct { ctrl *gomock.Controller recorder *MockVerifierMockRecorder + isgomock struct{} } // MockVerifierMockRecorder is the mock recorder for MockVerifier. @@ -134,6 +135,7 @@ func (mr *MockVerifierMockRecorder) VerifyVP(presentation, verifyVCs, allowUntru type MockStore struct { ctrl *gomock.Controller recorder *MockStoreMockRecorder + isgomock struct{} } // MockStoreMockRecorder is the mock recorder for MockStore. diff --git a/vdr/didnuts/ambassador_mock.go b/vdr/didnuts/ambassador_mock.go index 9553bffa18..0e6350a1b3 100644 --- a/vdr/didnuts/ambassador_mock.go +++ b/vdr/didnuts/ambassador_mock.go @@ -19,6 +19,7 @@ import ( type MockAmbassador struct { ctrl *gomock.Controller recorder *MockAmbassadorMockRecorder + isgomock struct{} } // MockAmbassadorMockRecorder is the mock recorder for MockAmbassador. diff --git a/vdr/didnuts/didstore/mock.go b/vdr/didnuts/didstore/mock.go index febc56696b..ffd4e66d94 100644 --- a/vdr/didnuts/didstore/mock.go +++ b/vdr/didnuts/didstore/mock.go @@ -22,6 +22,7 @@ import ( type MockStore struct { ctrl *gomock.Controller recorder *MockStoreMockRecorder + isgomock struct{} } // MockStoreMockRecorder is the mock recorder for MockStore. diff --git a/vdr/didsubject/mock.go b/vdr/didsubject/mock.go index 77e2250a22..101e434dd6 100644 --- a/vdr/didsubject/mock.go +++ b/vdr/didsubject/mock.go @@ -23,6 +23,7 @@ import ( type MockMethodManager struct { ctrl *gomock.Controller recorder *MockMethodManagerMockRecorder + isgomock struct{} } // MockMethodManagerMockRecorder is the mock recorder for MockMethodManager. @@ -105,6 +106,7 @@ func (mr *MockMethodManagerMockRecorder) NewVerificationMethod(ctx, controller, type MockDocumentManager struct { ctrl *gomock.Controller recorder *MockDocumentManagerMockRecorder + isgomock struct{} } // MockDocumentManagerMockRecorder is the mock recorder for MockDocumentManager. @@ -156,6 +158,7 @@ func (mr *MockDocumentManagerMockRecorder) Update(ctx, id, next any) *gomock.Cal type MockManager struct { ctrl *gomock.Controller recorder *MockManagerMockRecorder + isgomock struct{} } // MockManagerMockRecorder is the mock recorder for MockManager. @@ -340,6 +343,7 @@ func (mr *MockManagerMockRecorder) UpdateService(ctx, subject, serviceID, servic type MockDocumentMigration struct { ctrl *gomock.Controller recorder *MockDocumentMigrationMockRecorder + isgomock struct{} } // MockDocumentMigrationMockRecorder is the mock recorder for MockDocumentMigration. @@ -391,6 +395,7 @@ func (mr *MockDocumentMigrationMockRecorder) MigrateDIDHistoryToSQL(id, subject, type MockCreationOptions struct { ctrl *gomock.Controller recorder *MockCreationOptionsMockRecorder + isgomock struct{} } // MockCreationOptionsMockRecorder is the mock recorder for MockCreationOptions. @@ -442,6 +447,7 @@ func (mr *MockCreationOptionsMockRecorder) With(option any) *gomock.Call { type MockCreationOption struct { ctrl *gomock.Controller recorder *MockCreationOptionMockRecorder + isgomock struct{} } // MockCreationOptionMockRecorder is the mock recorder for MockCreationOption. @@ -465,6 +471,7 @@ func (m *MockCreationOption) EXPECT() *MockCreationOptionMockRecorder { type MockDocumentOwner struct { ctrl *gomock.Controller recorder *MockDocumentOwnerMockRecorder + isgomock struct{} } // MockDocumentOwnerMockRecorder is the mock recorder for MockDocumentOwner. diff --git a/vdr/mock.go b/vdr/mock.go index d0e945d6e9..ba54c789d3 100644 --- a/vdr/mock.go +++ b/vdr/mock.go @@ -23,6 +23,7 @@ import ( type MockVDR struct { ctrl *gomock.Controller recorder *MockVDRMockRecorder + isgomock struct{} } // MockVDRMockRecorder is the mock recorder for MockVDR. diff --git a/vdr/resolver/did_mock.go b/vdr/resolver/did_mock.go index 7123ce35b1..31476c5032 100644 --- a/vdr/resolver/did_mock.go +++ b/vdr/resolver/did_mock.go @@ -20,6 +20,7 @@ import ( type MockDIDResolver struct { ctrl *gomock.Controller recorder *MockDIDResolverMockRecorder + isgomock struct{} } // MockDIDResolverMockRecorder is the mock recorder for MockDIDResolver. diff --git a/vdr/resolver/finder_mock.go b/vdr/resolver/finder_mock.go index 7d26ffe6ec..705552eaa8 100644 --- a/vdr/resolver/finder_mock.go +++ b/vdr/resolver/finder_mock.go @@ -20,6 +20,7 @@ import ( type MockDocFinder struct { ctrl *gomock.Controller recorder *MockDocFinderMockRecorder + isgomock struct{} } // MockDocFinderMockRecorder is the mock recorder for MockDocFinder. @@ -62,6 +63,7 @@ func (mr *MockDocFinderMockRecorder) Find(arg0 ...any) *gomock.Call { type MockPredicate struct { ctrl *gomock.Controller recorder *MockPredicateMockRecorder + isgomock struct{} } // MockPredicateMockRecorder is the mock recorder for MockPredicate. diff --git a/vdr/resolver/key_mock.go b/vdr/resolver/key_mock.go index 4d79f96876..d588fa1fe8 100644 --- a/vdr/resolver/key_mock.go +++ b/vdr/resolver/key_mock.go @@ -23,6 +23,7 @@ import ( type MockKeyResolver struct { ctrl *gomock.Controller recorder *MockKeyResolverMockRecorder + isgomock struct{} } // MockKeyResolverMockRecorder is the mock recorder for MockKeyResolver. @@ -77,6 +78,7 @@ func (mr *MockKeyResolverMockRecorder) ResolveKeyByID(keyID, validAt, relationTy type MockNutsKeyResolver struct { ctrl *gomock.Controller recorder *MockNutsKeyResolverMockRecorder + isgomock struct{} } // MockNutsKeyResolverMockRecorder is the mock recorder for MockNutsKeyResolver. diff --git a/vdr/resolver/service_mock.go b/vdr/resolver/service_mock.go index 6fe0453fc6..e836738ec1 100644 --- a/vdr/resolver/service_mock.go +++ b/vdr/resolver/service_mock.go @@ -21,6 +21,7 @@ import ( type MockServiceResolver struct { ctrl *gomock.Controller recorder *MockServiceResolverMockRecorder + isgomock struct{} } // MockServiceResolverMockRecorder is the mock recorder for MockServiceResolver.