# Packages
Code generated by Abide - DO NOT EDIT.
# Structs
AddRequest wrangles the two integers you plan to add together.
AddResponse represents the result of an Add() operation.
No description provided by the author
DoubleRequest contains the number we're multiplying by 2 in a Double() operation.
DoubleResponse represents the result of a Mul() operation.
MulRequest contains the two numbers whose product you're calculating in Mul().
MulResponse represents the result of a Mul() operation.
SubRequest contains the two numbers whose difference you're calculating in Sub().
SubResponse represents the result of an Add() operation.
# Interfaces
CalculatorService provides the ability to perform basic arithmetic on two numbers.