diff --git a/bindings/channels.go b/bindings/channels.go index c7a64f50c36367dd7d57fa9c70f9f3c5b21de95d..67bf7f9947fd4d03ae2cb20ebe79aa3a2c834ddc 100644 --- a/bindings/channels.go +++ b/bindings/channels.go @@ -855,7 +855,7 @@ type toEventModel struct { // NewEventModel is a constructor for a toEventModel. This will take in an // EventModel and wraps it around the toEventModel. -func NewEventModel(em channels.EventModel) *toEventModel { +func NewEventModel(em EventModel) *toEventModel { return &toEventModel{em: em} }