This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: openmodelz support deployment event (#189)
Signed-off-by: xieydd <[email protected]>
- Loading branch information
Showing
19 changed files
with
86 additions
and
472 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,9 +126,6 @@ mockgen-install: | |
addlicense-install: | ||
go install github.com/google/addlicense@latest | ||
|
||
sqlc-install: | ||
go install github.com/sqlc-dev/sqlc/cmd/sqlc@latest | ||
|
||
# https://github.com/swaggo/swag/pull/1322, we should use master instead of latest for now. | ||
swag-install: | ||
go install github.com/swaggo/swag/cmd/[email protected] | ||
|
@@ -195,7 +192,5 @@ release: | |
goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \ | ||
release --rm-dist | ||
|
||
generate: mockgen-install sqlc-install swag | ||
@mockgen -source pkg/query/querier.go -destination pkg/query/mock/mock.go -package mock | ||
generate: mockgen-install swag | ||
@mockgen -source pkg/runtime/runtime.go -destination pkg/runtime/mock/mock.go -package mock | ||
# @sqlc generate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.