Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add regen via make generate and add missing bulk ingest vex #1204

Merged
merged 1 commit into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion internal/testing/mocks/backend.go

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

1 change: 1 addition & 0 deletions internal/testing/mocks/mockgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ package mocks

//go:generate go run github.com/golang/mock/mockgen -source=../../../pkg/certifier/scorecard/types.go -destination=../../../internal/testing/mocks/scorecard.go -package mocks
//go:generate go run github.com/golang/mock/mockgen -source=../../../pkg/ingestor/parser/common/types.go -destination=../../../internal/testing/mocks/documentparser.go -package mocks
//go:generate go run github.com/golang/mock/mockgen -source=../../../pkg/assembler/backends/backends.go -destination=../../../internal/testing/mocks/backend.go -package mocks

// This file is currently empty and used only to allow generating the mocked code via mockgen
// by executing `go generate ./...`.
Loading