//
pkg.gl
Category
github.com/fab-man/hands-on-dependency-injection-in-go
ch01
01_defining_depenency_injection
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
3
Dependents
0
Files
65 SLOC
#
Functions
LoadPerson
LoadPerson will load the requested person by ID.
SavePerson
SavePerson will validate and persist the supplied person.
#
Structs
Person
Person data object.
#
Interfaces
Saver
Saver persists the supplied bytes.