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
Given metadata doesn't return a map as in other language it will be useful to have a GetValue(key string) (string, bool) function. This will help two function two calls such as FindKey and then Values()[k] to get the value of the metadata.
Component(s)
Go
The text was updated successfully, but these errors were encountered:
Describe the enhancement requested
Given
metadata
doesn't return a map as in other language it will be useful to have aGetValue(key string) (string, bool)
function. This will help two function two calls such asFindKey
and thenValues()[k]
to get the value of the metadata.Component(s)
Go
The text was updated successfully, but these errors were encountered: