Ejemplo n.º 1
0
func (t *Echo) Echo(args *message.EchoRequest, reply *message.EchoResponse) error {
	reply.Msg = args.Msg
	return nil
}