Versions in this module Expand all Collapse all v1 v1.1.6 Jul 13, 2020 Changes in this version + type Arith int + func (t *Arith) Add(ctx context.Context, args *example.Args, reply *example.Reply) error + func (t *Arith) Mul(ctx context.Context, args example.Args, reply *example.Reply) error + type Echo string + func (s *Echo) Echo(ctx context.Context, args string, reply *string) error + type TimeS struct + func (s *TimeS) Time(ctx context.Context, args time.Time, reply *time.Time) error