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
Yes. It supports writing multiple values at once with gologix:"<tagname>" tagged structs. It also has the ability to do a map[string]interface{} with the writeDict() function where the keys of the map are the tag paths and the values are the values to write, but this isn't exported for some reason.
I'll try and get that exported for easier use (read already has this exported as the ReadList() function) and get an example made up for it.
In the meantime you should be able to use a tagged struct like I said.
I released beta 17 where I have made the function for writing multiple tags at once external. See "MultiWrite" in the example folder for what I think you're looking for.
Hi,Does it support batch writing of values? Only a single write value is seen in the example directory
The text was updated successfully, but these errors were encountered: