Kyle Wolfe
Kyle Wolfe
Hi Houzuo, I'm interested in using tiedot a little more and have a few questions on this subject. In reference to : > At the moment, two reasons exist for...
Thanks for the quick reply! Your proposed methods would use json to (un)marshal? What would idAttrName be used for? Is the idea of a single return type that can do...
Going back to the new return type. If []byte indeed does come off the wire (as I see it in ForEachDoc) and you also need map[string]interface for indexing purposes, etc....
I think I may have a crack at this tonight. Rather than what you describe in Read3, how about utilizing a structs tag feature within reflect? ``` type Foo struct...
Here's a little show and tell of what I have so far (not ready for a PR): https://github.com/HouzuoGuo/tiedot/compare/master...kylewolfe:api_break I titled the branch api_break, thinking that I would write up what...
Excellent! I'll move my work in to a branch on the official repo and continue to play. Do you have a standard or thought on breaking changes? I realized that...
Unfortunately, I opted to use a different solution for my project. As a result I did not get around to finishing my work on this issue. My partial work is...
I'd like to throw in my suggestion in case if for some reason tiedot moves away from integer ids to a string. We could use something with some more functionality...