1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-12 22:07:47 +02:00

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 {