package
0.0.0-20230118092103-de70ca622e41
Repository: https://github.com/packtpublishing/hands-on-dependency-injection-in-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Structs

MyHandler does something fantastic.

# Interfaces

Cache will store/retrieve data in a fast way.
Datastore will store/retrieve data in a permanent.
Formatter will build the output.
Instrumentation records the performances and events.
Logger logs stuff.
Parse will extract details from the request.
RateLimiter limits how many concurrent requests we can make or process.