We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e35eb commit 933f06bCopy full SHA for 933f06b
events/ecr_image_action.go
@@ -1,5 +1,9 @@
1
package events
2
3
+import (
4
+ "time"
5
+)
6
+
7
type ECRImageActionEvent struct {
8
Version string `json:"version"`
9
ID string `json:"id"`
0 commit comments