//
pkg.gl
Category
github.com/packtpublishing/hands-on-dependency-injection-in-go
ch06
03_applying
01
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
5
Dependents
0
Files
60 SLOC
#
Structs
RegisterHandler
RegisterHandler is the HTTP handler for the "Register" endpoint In this simplified example we are assuming all possible errors are user errors and returning "bad request" HTTP 400.