diff --git a/bindings/interfaces.go b/bindings/interfaces.go index bfc359f9541d82f5bec749082f60547350aac21f..a41a1c6df3c79f0a1b5b145ab0b422e3de929bf3 100644 --- a/bindings/interfaces.go +++ b/bindings/interfaces.go @@ -60,6 +60,8 @@ type storageProxy struct { // gets a message of the type that the registerer specified at registration // time. type Listener interface { + // This does not include the generic interfaces seen in the go implementation + // Those are used internally on the backend and cause errors if we try to port them Hear(msg Message, isHeardElsewhere bool) }