mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 00:25:55 +00:00
clarify HTTPBroadcastReceiver comment
This commit is contained in:
parent
2f876c46a6
commit
ce399d722d
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ func (h *HTTPBroadcaster) sendNodeMessage(node *pilosa.Node, msg []byte) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// HTTPBroadcastReceiver handles incoming messages and pass them onto the implemented handler.
|
||||
// HTTPBroadcastReceiver unmarshals incoming messages over HTTP and passes them on to the handler.
|
||||
type HTTPBroadcastReceiver struct {
|
||||
port string
|
||||
handler pilosa.BroadcastHandler
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue