package
0.0.0-20170807025737-bc5efd8bc7ac
Repository: https://github.com/lonnng/starx.git
Documentation: pkg.go.dev

# Functions

Dial connects to an RPC server at the specified network address.
NewClient returns a new Client to handle requests to the set of services at the other end of the connection.
NewServer returns a new Server.
No description provided by the author

# Constants

handler session push.
handler session response.
using remote server push message to current server.
remote request normal response, represent whether rpc call successfully.
sys namespace rpc.
user namespace rpc.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Call represents an active RPC.
Client represents an RPC Client.
Request is a header written before every RPC call.
Response is a header written before every RPC return.
Server represents an RPC Server.

# Type aliases

go:generate msgp.
No description provided by the author
ServerError represents an error that has been returned from the remote side of the RPC connection.