package
1.0.0
Repository: https://github.com/masonchen2014/easymicro.git
Documentation: pkg.go.dev

# Functions

Dial connects to an RPC server at the specified network address.
DialHTTP connects to an HTTP RPC server at the specified network address listening on the default HTTP RPC path.
DialHTTPPath connects to an HTTP RPC server at the specified network address and path.
No description provided by the author
No description provided by the author
No description provided by the author
NewClient returns a new Client to handle requests to the set of services at the other end of the connection.

# Constants

No description provided by the author
Defaults used by HandleHTTP.

# Variables

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

# Structs

Call represents an active RPC.
No description provided by the author
No description provided by the author
Client represents an RPC Client.

# Type aliases

ServerError represents an error that has been returned from the remote side of the RPC connection.