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

# Packages

No description provided by the author
No description provided by the author

# Functions

NewByConfigConstructor is the constructor for MyStruct.
NewLongConstructor is the constructor for MyStruct.

# Structs

MyStruct does something fantastic.

# Interfaces

Cache will store/retrieve data in a fast way.
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.