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
Currently only map[string]string and map[string]interface{} are supported.
We can, in theory, support any map[string]IDENT type, where IDENT is any gen.BaseElem. The code will have to be generated explicitly, as opposed to the existing static implementations.
The text was updated successfully, but these errors were encountered:
Currently only
map[string]string
andmap[string]interface{}
are supported.We can, in theory, support any
map[string]IDENT
type, where IDENT is anygen.BaseElem
. The code will have to be generated explicitly, as opposed to the existing static implementations.The text was updated successfully, but these errors were encountered: