//
pkg.gl
Category
github.com/packtpublishing/hands-on-dependency-injection-in-go
ch11
02_premature_future
package
0.0.0-20230118092103-de70ca622e41
Repository:
https://github.com/packtpublishing/hands-on-dependency-injection-in-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
122 SLOC
#
Functions
NewGetHandler
NewGetHandler is the constructor for GetHandler.
#
Structs
GetHandler
GetHandler is the HTTP handler for the "Get Person" endpoint.
Person
No description provided by the author
#
Interfaces
Formatter
Formatter will convert the supplied object to bytes.
GetConfig
GetConfig is the config for the Get Handler.
GetModel
GetModel will load a registration.
Logger
No description provided by the author