package
0.0.0-20250122024037-27002d0659cf
Repository: https://github.com/bryopsida/go-background-svc-template.git
Documentation: pkg.go.dev

# 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.