Beispiel #1
0
func (this *ArithMutiply) Multiply(args *entity.ArithRequest, reply *entity.ArithResponse) error {
	reply.Val = proto.Int32(args.GetA() * args.GetB())
	return nil
}