Skip to content

Commit

Permalink
Add template-map config param.
Browse files Browse the repository at this point in the history
Factor out TypeInstantiation into separate function.
  • Loading branch information
LandonTClipp committed Feb 13, 2024
1 parent a0f012b commit 19b9718
Show file tree
Hide file tree
Showing 45 changed files with 941 additions and 421 deletions.
6 changes: 5 additions & 1 deletion .mockery-moq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ packages:
include-regex: '.*'
exclude-regex: 'RequesterGenerics|UnsafeInterface|requester_unexported'
style: moq
outpkg: testfoo
outpkg: test
template-map:
with-resets: true
skip-ensure: true
stub-impl: false
26 changes: 18 additions & 8 deletions mocks/moq/github.com/vektra/mockery/v2/pkg/fixtures/A.go

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

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

28 changes: 18 additions & 10 deletions mocks/moq/github.com/vektra/mockery/v2/pkg/fixtures/Blank.go

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

39 changes: 29 additions & 10 deletions mocks/moq/github.com/vektra/mockery/v2/pkg/fixtures/ConsulLock.go

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

27 changes: 18 additions & 9 deletions mocks/moq/github.com/vektra/mockery/v2/pkg/fixtures/EmbeddedGet.go

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

Loading

0 comments on commit 19b9718

Please sign in to comment.