Documentation ¶
Index ¶
- func JSON(t crossdock.T, dispatcher *yarpc.Dispatcher, serverCalledBack <-chan []byte, ...)
- func Protobuf(t crossdock.T, dispatcher *yarpc.Dispatcher, serverCalledBack <-chan []byte, ...)
- func Raw(t crossdock.T, dispatcher *yarpc.Dispatcher, serverCalledBack <-chan []byte, ...)
- func Run(t crossdock.T)
- func Thrift(t crossdock.T, dispatcher *yarpc.Dispatcher, serverCalledBack <-chan []byte, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JSON ¶
func JSON(t crossdock.T, dispatcher *yarpc.Dispatcher, serverCalledBack <-chan []byte, callBackAddr string)
JSON starts an http run using JSON encoding
func Protobuf ¶ added in v1.9.0
func Protobuf(t crossdock.T, dispatcher *yarpc.Dispatcher, serverCalledBack <-chan []byte, callBackAddr string)
Protobuf starts an http oneway run using Protobuf encoding
func Raw ¶
func Raw(t crossdock.T, dispatcher *yarpc.Dispatcher, serverCalledBack <-chan []byte, callBackAddr string)
Raw starts an http run using raw encoding
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.