Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InmemCodec ¶
InmemCodec is used to do an RPC call without going over a network
func (*InmemCodec) Close ¶
func (i *InmemCodec) Close() error
func (*InmemCodec) ReadRequestBody ¶
func (i *InmemCodec) ReadRequestBody(args interface{}) error
func (*InmemCodec) ReadRequestHeader ¶
func (i *InmemCodec) ReadRequestHeader(req *rpc.Request) error
func (*InmemCodec) WriteResponse ¶
func (i *InmemCodec) WriteResponse(resp *rpc.Response, reply interface{}) error
Click to show internal directories.
Click to hide internal directories.