Replies: 1 comment
-
You should just be able to implement |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to figure out how to implement a custom JSON marshaller and unmarshaller.
I want to use
protojson.Marshal
andprotojson.Unmarshal
to store the jobs payalod and when the worker pick the jobs it also usesprotojson
to unmarshalHowever, looking at the source code, I cannot find any hook that allows me to do this, any guidance?
Beta Was this translation helpful? Give feedback.
All reactions