//
pkg.gl
Category
github.com/fab-man/hands-on-dependency-injection-in-go
ch06
03_applying
01
package
0.0.0-20190418235907-40e102283025
Repository:
https://github.com/fab-man/hands-on-dependency-injection-in-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
60 SLOC
#
Packages
data
No description provided by the author
register
No description provided by the author
#
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.