arangodb go-client and an interface field in the struct
21 views
Skip to first unread message
sbez...@gmail.com
unread,
Nov 17, 2020, 9:57:42 AM11/17/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
Hello,
I was wondering if somebody had experience storing a struct in arangodb using arangodb go client when the struct was carrying some fields as interfaces. Would it be sufficient to provide MarshalJSON/UnmarshalJSON dealing with the interface type field?