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

# Functions

NewByConfigConstructor is the constructor for MyStruct.
No description provided by the author
NewLongConstructor is the constructor for MyStruct.
No description provided by the author

# Structs

No description provided by the author
MyStruct does something fantastic.

# Interfaces

Cache will store/retrieve data in a fast way.
No description provided by the author
Instrumentation records the performances and events.
Logger logs stuff.
MyConfig defines the config for MyStruct.
RateLimiter limits how many concurrent requests we can make or process.