jagan-parthiban commented on code in PR #7408:
URL: https://github.com/apache/trafficcontrol/pull/7408#discussion_r1142500959
##########
traffic_ops/traffic_ops_golang/api/generic_crud.go:
##########
@@ -43,6 +43,15 @@ type GenericCreator interface {
InsertQuery() string
}
+// GenericCreatorV5 uses time.Time as Time format type for SetLastUpdated
+type GenericCreatorV5 interface {
+ GetType() string
+ APIInfo() *APIInfo
+ SetKeys(map[string]interface{})
+ SetLastUpdated(time.Time)
Review Comment:
GenericCreatorV5 that used time.Time
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]