Add kv method method to read into struct on go lib

Created a PR thath adds a simple method to the kv to read a response directly into a struct.
The current problem, that Read method marshals an object response into a map[string]any.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.