Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallOption ¶
type CallOption struct { }
type Client ¶
type Client interface { Dial(e *endpoint.Endpoint, closeChan chan string) error // RR request/response,through block unsafe method RR(c *context.Context, req *parcel.RocPacket, rsp *parcel.RocPacket) (err error) // RS request/stream RS(c *context.Context, req *parcel.RocPacket) (chan []byte, chan error) // RC request/channel RC(c *context.Context, req chan []byte, errsIn chan error) (chan []byte, chan error) String() string Close() }
Click to show internal directories.
Click to hide internal directories.