You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe we could provide a set remit.Parser function that returns an EventDataHandler?
We'd have to add something like a Custominterface{} on Events that we can tap into, then:
Currently, to get more structured data out of a message, we need to do something like:
If we could get this into adding data handlers to do this automatically, that'd be awesome, seeing as it'll be a very common task.
Google's
github.com/google/jsonapi
would be a good one to go for, though need to figure out how it works.Currently, as above, most endpoints used for our systems utilise
gopkg.in/mgo.v2/bson
.The text was updated successfully, but these errors were encountered: