Versions in this module Expand all Collapse all v1 v1.1.6 Jul 13, 2020 Changes in this version + type Args struct + A int + B int + type Arith int + func (t *Arith) Add(ctx context.Context, args *Args, reply *Reply) error + func (t *Arith) Mul(ctx context.Context, args *Args, reply *Reply) error + func (t *Arith) Say(ctx context.Context, args *string, reply *string) error + type Greeter struct + func (s *Greeter) Say(ctx context.Context, name *string, reply *string) error + type Reply struct + C int