-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(): Refactoring event recorder (#25)
* fix(): Moving event schema to respective components * fix(): Accept events map from components * fix(): Updated Readme and map generator function --------- Signed-off-by: Priyank Upadhyay <[email protected]> Signed-off-by: Puran Adhikari <[email protected]> Co-authored-by: Puran Adhikari <[email protected]>
- Loading branch information
1 parent
4c37b75
commit 212c13d
Showing
11 changed files
with
100 additions
and
2,727 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 |
---|---|---|
@@ -1,7 +1,3 @@ | ||
.PHONY: generate | ||
generate: | ||
go run hack/generate/generate.go | ||
go fmt ./... | ||
|
||
.PHONY: test | ||
test: | ||
|
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
Oops, something went wrong.