Skip to content

Commit

Permalink
used -typed flag in franz client mock
Browse files Browse the repository at this point in the history
  • Loading branch information
samirketema committed Jul 12, 2024
1 parent 29259ff commit 40b631c
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 10 deletions.
2 changes: 1 addition & 1 deletion source/franz.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:generate mockgen -destination franz_mock.go -package source -mock_names=Client=MockClient . Client
//go:generate mockgen -typed -destination franz_mock.go -package source -mock_names=Client=MockClient . Client

package source

Expand Down
114 changes: 105 additions & 9 deletions source/franz_mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40b631c

Please sign in to comment.