//
pkg.gl
Category
github.com/fab-man/hands-on-dependency-injection-in-go
ch12
04_new_service
01_data_with_cache
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
8
Dependents
0
Files
115 SLOC
#
Variables
ErrNotFound
ErrNotFound is returned when the no records where matched by the query.
#
Structs
DAO
DAO is a data access object that provides an abstraction over our database interactions.
Person
Person is the data transfer object (DTO) for this package.
#
Interfaces
Config
Config is the configuration for the data package.