Documentation ¶
Overview ¶
This file has automatically been generated on Wed Feb 26 15:50:45 +05 2020. DO NOT EDIT.
Index ¶
- func ClientCall(client *rpc.Client, serviceMethod string, args interface{}, reply interface{}) error
- func ClientClose(client *rpc.Client) error
- func ClientGo(client *rpc.Client, serviceMethod string, args interface{}, reply interface{}, ...) *rpc.Call
- func Dial(network, address string) (*rpc.Client, error)
- func DialHTTP(network, address string) (*rpc.Client, error)
- func DialHTTPPath(network, address, path string) (*rpc.Client, error)
- func NewClient(conn io.ReadWriteCloser) *rpc.Client
- func NewClientWithCodec(codec rpc.ClientCodec) *rpc.Client
- func NewServer() *rpc.Server
- func Register(rcvr interface{}) error
- func RegisterName(name string, rcvr interface{}) error
- func ServeRequest(codec rpc.ServerCodec) error
- func ServerErrorError(e rpc.ServerError) string
- func ServerRegister(server *rpc.Server, rcvr interface{}) error
- func ServerRegisterName(server *rpc.Server, name string, rcvr interface{}) error
- func ServerServeRequest(server *rpc.Server, codec rpc.ServerCodec) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClientCall ¶
func ClientClose ¶
func NewClientWithCodec ¶
func NewClientWithCodec(codec rpc.ClientCodec) *rpc.Client
func RegisterName ¶
func ServeRequest ¶
func ServeRequest(codec rpc.ServerCodec) error
func ServerErrorError ¶
func ServerErrorError(e rpc.ServerError) string
func ServerRegister ¶
func ServerRegisterName ¶
func ServerServeRequest ¶
func ServerServeRequest(server *rpc.Server, codec rpc.ServerCodec) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.