From 8979e16bd60f9541f50f2c450fa01696224d0bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lovro=20Ma=C5=BEgon?= Date: Tue, 22 Oct 2024 12:06:05 +0200 Subject: [PATCH] make generate --- mock_destination_test.go | 3 +++ pprocutils/mock/schema.go | 1 + 2 files changed, 4 insertions(+) diff --git a/mock_destination_test.go b/mock_destination_test.go index 72c29db..b28967d 100644 --- a/mock_destination_test.go +++ b/mock_destination_test.go @@ -4,6 +4,8 @@ // Generated by this command: // // mockgen -typed -destination=mock_destination_test.go -self_package=github.com/conduitio/conduit-processor-sdk -package=sdk -write_package_comment=false . Processor +// + package sdk import ( @@ -19,6 +21,7 @@ import ( type MockProcessor struct { ctrl *gomock.Controller recorder *MockProcessorMockRecorder + isgomock struct{} } // MockProcessorMockRecorder is the mock recorder for MockProcessor. diff --git a/pprocutils/mock/schema.go b/pprocutils/mock/schema.go index 75f05ca..9d411f9 100644 --- a/pprocutils/mock/schema.go +++ b/pprocutils/mock/schema.go @@ -21,6 +21,7 @@ import ( type SchemaService struct { ctrl *gomock.Controller recorder *SchemaServiceMockRecorder + isgomock struct{} } // SchemaServiceMockRecorder is the mock recorder for SchemaService.