Skip to content

Commit

Permalink
fix: Add missing mocks to packages that when imported accuse of not h…
Browse files Browse the repository at this point in the history
…aving mocks

go: finding module for package github.com/ditointernet/go-dito/jwks/mocks
go: finding module for package github.com/ditointernet/go-dito/http/mocks
github.com/ditointernet/new-segments-service/cmd/rest_api imports
	github.com/ditointernet/go-dito/http/middleware/authentication tested by
	github.com/ditointernet/go-dito/http/middleware/authentication.test imports
	github.com/ditointernet/go-dito/http/mocks: module github.com/ditointernet/go-dito/http@latest found (v1.1.0), but does not contain package github.com/ditointernet/go-dito/http/mocks
github.com/ditointernet/new-segments-service/cmd/rest_api imports
	github.com/ditointernet/go-dito/jwks tested by
	github.com/ditointernet/go-dito/jwks.test imports
	github.com/ditointernet/go-dito/jwks/mocks: module github.com/ditointernet/go-dito/jwks@latest found (v1.0.0), but does not contain package github.com/ditointernet/go-dito/jwks/mocks
  • Loading branch information
lucafmarques committed Aug 11, 2022
1 parent 2e197d0 commit a1f68b4
Show file tree
Hide file tree
Showing 4 changed files with 355 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
mocks/
3 changes: 1 addition & 2 deletions http/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.make.setup
mocks/
.make.setup
228 changes: 228 additions & 0 deletions http/mocks/inframocks.go

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

126 changes: 126 additions & 0 deletions jwks/mocks/jwksmocks.go

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

0 comments on commit a1f68b4

Please sign in to comment.