package
0.0.0-20230118092103-de70ca622e41
Repository: https://github.com/packtpublishing/hands-on-dependency-injection-in-go.git
Documentation: pkg.go.dev

# Variables

ErrNotFound is returned when the no records where matched by the query.

# Structs

DAO is a data access object that provides an abstraction over our database interactions.
Person is the data transfer object (DTO) for this package.

# Interfaces

Config is the configuration for the data package.