Versions in this module Expand all Collapse all v0 v0.2.0 Apr 15, 2020 Changes in this version + const RPCX_DEFAULT_PORT + func CallMethod(class, method string, args, reply interface{}) (err error) + func Initialize(cfg *config.Settings, verbose bool) + func RegisterAll(s *server.Server) + type Args struct + A int + B int + type Arith int + func (t *Arith) Mul(ctx context.Context, args *Args, reply *Reply) error + type Reply struct + C int