# Packages
No description provided by the author
# Functions
Increment increments the number in the record - ctx: context.Context to signal the function to stop - repo: interfaces.INumberRepository to interact with the database.
Print prints the current number - ctx: context.Context to signal the function to stop - repo: interfaces.INumberRepository to interact with the database.