Skip to content
Snippets Groups Projects
Commit f074bf48 authored by Jonah Husson's avatar Jonah Husson
Browse files

add comment

parent 788886cb
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,8 @@ type storageProxy struct { ...@@ -60,6 +60,8 @@ type storageProxy struct {
// gets a message of the type that the registerer specified at registration // gets a message of the type that the registerer specified at registration
// time. // time.
type Listener interface { 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) Hear(msg Message, isHeardElsewhere bool)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment