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

# Functions

NewConverter creates and initializes the converter.

# Structs

Converter will convert the base price to the currency supplied.
Requesterer is the default implementation of Requester.

# Interfaces

Config is the config for Converter.
No description provided by the author
Requester builds and sending HTTP requestsgo:generate mockery -name=Requester -case underscore -testonly -inpkg -note @generated.