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

@@ -5,7 +5,7 @@ type rpcRequest struct {
method string
contentType string
request interface{}
stream bool
stream bool
}
type rpcPublication struct {