clarify HTTPBroadcastReceiver comment

This commit is contained in:
Michael Baird 2017-04-26 09:08:39 -05:00
parent 2f876c46a6
commit ce399d722d

View file

@ -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