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 these fields on the V2Event type are a []interface{}, which isn't useful. Let's instead generate concrete types and provide a slice of those instead.
This would be a breaking API change, and so would need to be done for v2.0.0. See #182.
The text was updated successfully, but these errors were encountered:
Currently these fields on the
V2Event
type are a[]interface{}
, which isn't useful. Let's instead generate concrete types and provide a slice of those instead.This would be a breaking API change, and so would need to be done for v2.0.0. See #182.
The text was updated successfully, but these errors were encountered: