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
With go 1.18 coming, it would be good to investigate the use of generics in the vici API. On area that may be useful is around the Message type, since we currently use a map[string]interface{} under the hood. Using generics in the vici package would introduce breaking changes, which is why this is an issue targeted for a future v1.0 tag.
The text was updated successfully, but these errors were encountered:
With go 1.18 coming, it would be good to investigate the use of generics in the vici API. On area that may be useful is around the
Message
type, since we currently use amap[string]interface{}
under the hood. Using generics in the vici package would introduce breaking changes, which is why this is an issue targeted for a future v1.0 tag.The text was updated successfully, but these errors were encountered: