From f074bf48838613704d271431d080661c63aeafa5 Mon Sep 17 00:00:00 2001 From: jbhusson <jonah@elixxir.io> Date: Wed, 8 Jan 2020 14:54:37 -0800 Subject: [PATCH] add comment --- bindings/interfaces.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindings/interfaces.go b/bindings/interfaces.go index bfc359f95..a41a1c6df 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) } -- GitLab