package
1.1.4
Repository: https://github.com/chai2010/protorpc.git
Documentation: pkg.go.dev

# Functions

AcceptArithServiceClient accepts connections on the listener and serves requests for each incoming connection.
AcceptEchoServiceClient accepts connections on the listener and serves requests for each incoming connection.
DialArithService connects to an ArithService at the specified network address.
DialArithServiceHTTP connects to an HTTP RPC server at the specified network address listening on the default HTTP RPC path.
DialArithServiceHTTPPath connects to an HTTP RPC server at the specified network address and path.
DialArithServiceHTTPS connects to an HTTPS RPC server at the specified network address listening on the default HTTP RPC path.
DialArithServiceHTTPSPath connects to an HTTPS RPC server at the specified network address and path.
DialArithServiceTimeout connects to an ArithService at the specified network address.
DialEchoService connects to an EchoService at the specified network address.
DialEchoServiceHTTP connects to an HTTP RPC server at the specified network address listening on the default HTTP RPC path.
DialEchoServiceHTTPPath connects to an HTTP RPC server at the specified network address and path.
DialEchoServiceHTTPS connects to an HTTPS RPC server at the specified network address listening on the default HTTP RPC path.
DialEchoServiceHTTPSPath connects to an HTTPS RPC server at the specified network address and path.
DialEchoServiceTimeout connects to an EchoService at the specified network address.
ListenAndServeArithService listen announces on the local network address laddr and serves the given ArithService implementation.
ListenAndServeEchoService listen announces on the local network address laddr and serves the given EchoService implementation.
NewArithServiceClient returns a ArithService stub to handle requests to the set of ArithService at the other end of the connection.
NewArithServiceServer returns a new ArithService Server.
NewEchoServiceClient returns a EchoService stub to handle requests to the set of EchoService at the other end of the connection.
NewEchoServiceServer returns a new EchoService Server.
RegisterArithService publish the given ArithService implementation on the server.
RegisterEchoService publish the given EchoService implementation on the server.
ServeArithService serves the given ArithService implementation.
ServeEchoService serves the given EchoService implementation.

# Structs

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
No description provided by the author

# Interfaces

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