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
Structs that have a DynamicChoice variable will not fill when loading from Mongo. I don't know if it has similar functionality with Choice variables.
Can Go-Start have some kind of functionality where if the struct's DynamicChoice variable is pre-filled with options before querying the database, it will match the index to the correct string when loading from Mongo?
The text was updated successfully, but these errors were encountered:
The workaround I'm using right now is to make a struct of the same structure except the datatypes are primitives. Then directly call mgo to fill the workaround struct.
Valid point. DynamicChoice is currently not marshal-able to/from mongo. I have always used it with custom code for setting and getting. I'll look into that.
Structs that have a DynamicChoice variable will not fill when loading from Mongo. I don't know if it has similar functionality with Choice variables.
Can Go-Start have some kind of functionality where if the struct's DynamicChoice variable is pre-filled with options before querying the database, it will match the index to the correct string when loading from Mongo?
The text was updated successfully, but these errors were encountered: