-
Notifications
You must be signed in to change notification settings - Fork 1
vendor: adding cloud events #21
Conversation
} | ||
|
||
return msg, nil | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
think we should be able to remove this Message type here, the CloudEvent type makes it redundant i think 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I think we may use it for internal representation. Because the ack information maybe handy for features. Wdyt?
303a05a
to
289f74a
Compare
// Marshaler ... | ||
type Marshaler interface { | ||
Marshal(interface{}) ([]byte, error) | ||
Unmarshal([]byte, interface{}) error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andrewlouis93 changed the cloud events to internal representation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome 👍 ty!
LGTM :) awesome work |
No description provided.