Versions in this module Expand all Collapse all v1 v1.0.2 Nov 21, 2019 v1.0.1 Nov 20, 2019 Changes in this version + func Dial(network, address string) (*rpc.Client, error) + func DialTimeout(network, address string, timeout time.Duration) (*rpc.Client, error) + func NewClient(conn io.ReadWriteCloser) *rpc.Client + func NewClientCodec(conn io.ReadWriteCloser) rpc.ClientCodec + func NewServerCodec(conn io.ReadWriteCloser) rpc.ServerCodec + func ServeConn(conn io.ReadWriteCloser)