mirror of https://github.com/knative/pkg.git
Removing eventTime for required attrs. (#164)
This commit is contained in:
parent
4b704fa794
commit
18ee4c298a
|
@ -48,10 +48,10 @@ const (
|
|||
// HeaderContentType is the standard HTTP header "Content-Type"
|
||||
HeaderContentType = "Content-Type"
|
||||
|
||||
// required attributes
|
||||
fieldCloudEventsVersion = "CloudEventsVersion"
|
||||
fieldEventID = "EventID"
|
||||
fieldEventType = "EventType"
|
||||
fieldEventTime = "EventTime"
|
||||
fieldSource = "Source"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue