Rename to hdlrWrappers for symmetry sake

This commit is contained in:
Asim
2015-12-02 21:12:09 +00:00
parent 96d7975052
commit 5e364693ee
6 changed files with 34 additions and 36 deletions

View File

@@ -220,9 +220,9 @@ func (s *rpcServer) createSubHandler(sb *subscriber, opts options) broker.Handle
}
go fn(ctx, &rpcPublication{
topic: sb.topic,
topic: sb.topic,
contentType: ct,
message: req.Interface(),
message: req.Interface(),
})
}
}