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
{{ message }}
This repository has been archived by the owner on May 18, 2018. It is now read-only.
We are assuming that metadata almost always is flat key-value map, but that might not always be the case (see the linked issue above) - and we won't be able to correctly parse JSON with a nested object into a type (struct) on the Go side, which could result in a panic being thrown.
The text was updated successfully, but these errors were encountered:
Related to TritonDataCenter/triton-go#151.
We need to make sure that we can handle and validate the following scenarios when handling metadata:
null
)null
)We are assuming that metadata almost always is flat key-value map, but that might not always be the case (see the linked issue above) - and we won't be able to correctly parse JSON with a nested object into a type (struct) on the Go side, which could result in a panic being thrown.
The text was updated successfully, but these errors were encountered: