Skip to content

Commit f2e35eb

Browse files
committed
converted time to time.Time
1 parent c65c9b5 commit f2e35eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events/ecr_image_action.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type ECRImageActionEvent struct {
66
DetailType string `json:"detail-type"`
77
Source string `json:"source"`
88
Account string `json:"account"`
9-
Time string `json:"time"`
9+
Time time.Time `json:"time"`
1010
Region string `json:"region"`
1111
Resources []string `json:"resources"`
1212
Detail ECRImageActionEventDetailType `json:"detail"`

0 commit comments

Comments
 (0)