# Functions
New returns a basic Service with all the expected middlewares wired in.
NewBasicService returns a naïve, stateless implementation of Service.
No description provided by the author
# Variables
ErrIntOverflow protects the Add method.
ErrMaxSizeExceeded protects the Concat method.
ErrTwoZeroes is an arbitrary business rule for the Add method.